Software package
1 | root@masterhost# tar xvf lsf10.1_lsfinstall_linux_x86_64.tar |
Edit install.config
1 | root@masterhost# cat install.config |
Install LSF
1 | root@masterhost# ./lsfinstall -f install.config |
LSF Env setup
To apply LSF environment settinges to all users, do followings.
1 | root@masterhost# cd /etc/profile.d |
Startup LSF as root
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 |
Run hostsetup on each LSF host as root
1 | root@anyhost# cd /nfs/share/dir/lsftop/10.1/install |
Test LSF
1 | root@anyhost# lsid |
Users as well as lsfadmin who’s running LSF must be:
- NIS (or NIS-like) user on all hosts.
- existing on all hosts with same UID.