Platform LSF Reference Version 6.2
badmin
Platform LSF Reference
27
If warning errors are found, badmin prompts you to display detailed messages. If fatal
errors are found,
mbatchd and mbschd restart is not performed, and badmin exits.
If
lsb.events is large, or many jobs are running, restarting mbatchd can take several
minutes. If you only need to reload the configuration files, use
badmin reconfig.
-C comment
Logs the text of comment as an administrator comment record to lsb.events.
The maximum length of the comment string is 512 characters.
-v
Verbose mode. Displays detailed messages about the status of configuration
files. All messages from configuration checking are printed to
stderr.
-f
Disables interaction and forces reconfiguration and mbatchd restart to
proceed if configuration files contain no fatal errors.
qopen [-C comment] [queue_name ... | all]
Opens specified queues, or all queues if the reserved word all is specified. If no queue
is specified, the system default queue is assumed (see
lsb.queues(5) for
DEFAULT_QUEUE). A queue can accept batch jobs only if it is open.
-C comment
Logs the text of comment as an administrator comment record to lsb.events.
The maximum length of the comment string is 512 characters.
qclose [-C comment] [queue_name ... | all]
Closes specified queues, or all queues if the reserved word all is specified. If no queue
is specified, the system default queue is assumed. A queue will not accept any job if it is
closed.
-C comment
Logs the text of comment as an administrator comment record to lsb.events.
The maximum length of the comment string is 512 characters.
qact [-C comment] [queue_name ... | all]
Activates specified queues, or all queues if the reserved word all is specified. If no
queue is specified, the system default queue is assumed. Jobs in a queue can be
dispatched if the queue is activated.
A queue inactivated by its run windows cannot be reactivated by this command (see
lsb.queues(5) for RUN_WINDOW).
-C comment
Logs the text of comment as an administrator comment record to lsb.events.
The maximum length of the comment string is 512 characters.
qinact [-C comment] [queue_name ... | all]
Inactivates specified queues, or all queues if the reserved word all is specified. If no
queue is specified, the system default queue is assumed. No job in a queue can be
dispatched if the queue is inactivated.