Manage jobrepository database structure
jobrep-admin {install|destroy|show} [db password file]
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'.
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:
db password file
This should be the path of a file that contains the password of the database administrator. The username must be 'root'.
Please report any errors to the Nikhef Grid Middleware Security Team <[email protected]>.
lcmaps(8), lcmaps_jobrep.mod(8), mysql(1).
More information can be found on-line at
the Nikhef Wiki on Site Access Control
The Jobrepository and the LCMAPS plug-ins were written by the Nikhef Grid Middleware Security Team <[email protected]>.