Platform LSF Reference Version 6.2
badmin
Platform LSF Reference
29
-f
Disables interaction and does not ask for confirmation for restarting sbatchd.
hshutdown [-f] [host_name ... | all]
Shuts down sbatchd on the specified hosts, or on all batch server hosts if the reserved
word
all is specified. If no host is specified, the local host is assumed. sbatchd will
exit upon receiving the request.
-f
Disables interaction and does not ask for confirmation for shutting down
sbatchd.
hstartup [-f] [host_name ... | all]
Starts sbatchd on the specified hosts, or on all batch server hosts if the reserved word
all is specified. Only root and users listed in the file lsf.sudoers(5) can use the
all and -f options. These users must be able to use rsh or ssh on all LSF hosts
without having to type in passwords. If no host is specified, the local host is assumed.
The shell command specified by LSF_RSH in
lsf.conf is used before rsh is tried.
-f
Disables interaction and does not ask for confirmation for starting sbatchd.
hhist [-t time0,time1] [-f logfile_name] [host_name ...]
Displays historical events for specified hosts, or for all hosts if no host is specified. Host
events are host opening and closing. Options
-t and -f are exactly the same as those
of
qhist (see above).
If you specified an administrator comment with the
-C option of the host control
commands
hclose or hopen, hhist displays the comment text.
mbdhist [-t time0,time1] [-f logfile_name]
Displays historical events for mbatchd. Events describe the starting and exiting of
mbatchd. Options -t and -f are exactly the same as those of qhist (see above).
If you specified an administrator comment with the
-C option of the mbdrestart
command,
mbdhist displays the comment text.
hist [-t time0,time1] [-f logfile_name]
Displays historical events for all the queues, hosts and mbatchd. Options -t and -f
are exactly the same as those of
qhist (see above).
If you specified an administrator comment with the
-C option of the queue, host, and
mbatchd commands, hist displays the comment text.
hghostadd [-C comment] host_group host_name [host_name ...]
Dynamically adds hosts to a host group. After receiving the host information from the
master LIM,
mbatchd dynamically adds the host without triggering a reconfig.
Once the host is added to the group, it will be considered to be part of that group with
respect to scheduling decision making for both newly submitted jobs and for existing
pending jobs.
This command fails if any of the specified host groups or host names are not valid.