jobrep-admin - manage jobrepository database structure
Contents
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]
