lsfstartup uses RSH to connect to all nodes in the cluster and start LSF. If RSH is not configured in your environment, you can configure lsfstartup to use SSH by adding the following line to your lsf.conf file: LSF_RSH=ssh
1
root@masterhost# lsfstartup
6. Run hostsetup on each LSF host as root
1 2
root@anyhost# cd /nfs/share/dir/lsftop/10.1/install root@anyhost# ./hostsetup --top="/usr/share/dir/lsftop" --boot="y" --startup="y"