hostsetup example
The following example sets up a host to use the cluster installed in /usr/share/lsf. It also configures the LSF daemons to start automatically
#hostsetup
Running host setup remotely (rhostsetup)
Use the rhostsetup script to launch hostsetup on remote hosts.
rhostsetup uses either ssh or rsh. It is included in the installation script tar file lsf7Update3_lsfinstall.tar.Z and is located in the lsf7Update3_lsfinstall directory created when you uncompress and extract installation script tar file.
After installation, rhostsetup is located in LSF_TOP/7.0/install/.
rhostsetup parameters
Before using rhostsetup, you must configure the following parameters at the top of the script:
◆
◆
◆
◆
◆
Example rshostsetup configuration
LSF_RSHCMD="ssh
LSF_HOSTS="hostA hostB hostC"
LSF_TOPDIR=/usr/local/ls
LSF_BOOT=y
LSF_QUIET=n
Options
Specify installation options in the slave.config file.
Required parameters:
◆LSF_SERVER_HOSTS="host_name [host_name ...]"
◆LSF_TOP="/path"
◆LSF_TARDIR="/path"
Platform LSF Command Reference 237