logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jobrep-admin - manage jobrepository database structure

Authors

       The Jobrepository and the LCMAPS plug-ins were written by the Nikhef Grid Middleware Security Team <grid-
       mw-security@nikhef.nl>.

LCMAPS plugins jobrep 1.5.7                      March 25, 2011                                  JOBREP-ADMIN(8)

Bugs

       Please  report  any  errors  to   the   Nikhef   Grid   Middleware   Security   Team   <grid-mw-security-
       support@nikhef.nl>.

Description

       This manual page documents briefly the jobrep-admin command.

       This  command  (re)creates  or destroys a MySQL database with a schema that is suitable to be used by the
       lcmaps_jobrep.mod(8) plug-in. It needs  to  be  run  only  once.  The  database  name  is  hard-coded  to
       'jobrepository', and the database administrator's login must be 'root'.

Name

       jobrep-admin - manage jobrepository database structure

Options

       This program accepts the following commands.

       install
              Install the jobrepository database.

       destroy
              Destroy the database.

       show   Show the current database structure.

       The program accepts one optional parameter:

       dbpasswordfile
              This  should  be  the path of a file that contains the password of the database administrator. The
              username must be 'root'.

See Also

lcmaps(8), lcmaps_jobrep.mod(8), mysql(1).
       More information can be found on-line at the Nikhef Wiki on Site Access Control.

Synopsis

jobrep-admin {install|destroy|show} [dbpasswordfile]

See Also