lsfstartup
Starts the LIM, RES, and sbatchd daemons on all hosts in the cluster.
Synopsis
lsfstartup -pdsh [-delay seconds] [-num_hosts number]Description
Starts the LIM, RES, and sbatchd daemons, in that order, on all hosts. When live configuration with the bconf command is enabled (the LSF_LIVE_CONFDIR parameter is defined in the lsf.conf file), the lsfstartup command uses configuration files that are generated by the bconf command.
By default, prompts for confirmation of the next operation if an error is encountered.
If LSF daemons are already running, use the lsfrestart command instead, or use the lsfshutdown to shut down the running daemons before you use the lsfstartup command.
To be able to control all daemons in the cluster, the file /etc/lsf.sudoers must be set up properly.
The hostsetup --setuid command enables the setuid bit for the following LSF executable files: badmin, lsadmin, egosh, utmpreg, swtbl_api, ntbl_api, lstbl_nid, and swtbl_poe.
Options
- -f
- Force mode. Continues to start daemons even if an error is encountered.
- -pdsh
- Enable parallel remote command execution with the PDSH tool. The PDSH tool is required on management hosts and management candidates.
- -delay seconds
- Time interval between chunks. Valid values are 1 - 60. The default value is 8 seconds.
- -num_hosts number
- Number of hosts in one chunk. Valid values are 1 - 512. The default value is 250.
- -h
- Prints command usage to stderr and exits.
- -V
- Prints LSF release version to stderr and exits.
See also
badmin, lsadmin, lsfrestart, lsfshutdown, lsf.sudoers.