Platform LSF Reference Version 6.2
badmin
Platform LSF Reference
26
By default, badmin ckconfig displays only the result of the configuration file check.
If warning errors are found,
badmin prompts you to display detailed messages.
-v
Verbose mode. Displays detailed messages about configuration file checking to
stderr.
diagnose [job_ID ... | "job_ID[index]" ...]
Displays full pending reason list if CONDENSE_PENDING_REASONS=Y is set in
lsb.params. For example:
% badmin diagnose 1057
reconfig [-v] [-f]
Dynamically reconfigures LSF without restarting mbatchd.
Configuration files are checked for errors and the results displayed to
stderr. If no
errors are found in the configuration files, a reconfiguration request is sent to
mbatchd
and configuration files are reloaded.
With this option,
mbatchd and mbschd are not restarted and lsb.events is not
replayed. To restart
mbatchd and mbschd, and replay lsb.events, use badmin
mbdrestart
.
When you issue this command,
mbatchd is available to service requests while
reconfiguration files are reloaded. Configuration changes made since system boot or the
last reconfiguration take effect.
If warning errors are found,
badmin prompts you to display detailed messages. If fatal
errors are found, reconfiguration is not performed, and
badmin exits.
If you add a host to a queue, the new host will not be recognized by jobs that were
submitted before you reconfigured. If you want the new host to be recognized, you must
use the command
badmin mbdrestart.
If you add a host to a host group, the new host will not be recognized by jobs that were
submitted before you reconfigured. If you want the new host to be recognized, you must
use the command
badmin mbdrestart.
-v
Verbose mode. Displays detailed messages about the status of the configuration
files. Without this option, the default is to display the results of configuration
file checking. All messages from the configuration file check are printed to
stderr.
-f
Disables interaction and proceeds with reconfiguration if configuration files
contain no fatal errors.
mbdrestart [-C comment] [-v] [-f]
Dynamically reconfigures LSF and restarts mbatchd and mbschd.
Configuration files are checked for errors and the results printed to
stderr. If no errors
are found, configuration files are reloaded,
mbatchd and mbschd are restarted, and
events in
lsb.events are replayed to recover the running state of the last mbatchd.
While
mbatchd restarts, it is unavailable to service requests.