Set up hosts to join the cluster.
# hostsetup --top="/usr/share/lsf" --boot="y"
This sets up a host to use the cluster installed in /usr/share/lsf. It also configures the LSF daemons to start automatically (--boot="y").
Before using rhostsetup, you must configure the following parameters at the top of the script:
LSF_RSHCMD: Remote shell command (e.g, rsh or ssh) accessing the remote host.
LSF_TOPDIR: Sets the hostsetup --top option. Specify the full path to the top-level installation directory. rhostsetup tries to detect this from lsf.conf if it is not defined here.
LSF_BOOT: Sets the hostsetup --boot option. Default is no (n).
LSF_QUIET: Sets the hostsetup --quiet option. Default is no (n).
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 lsf8.0_lsfinstall.tar.Z and is located in the lsf8.0_lsfinstall directory created when you uncompress and extract installation script tar file.
After installation, rhostsetup is located in LSF_TOP/8.0/install/.