Complete the following steps to upgrade to LSF Version 9.1.3 on UNIX and Linux.
badmin qinact all
For SGI cpuset hosts, make sure all running jobs are done (all queues are drained of running jobs).
The LSF 9.1.3 installer makes the following changes:
If LSB_SUB_COMMANDNAME=N is already defined in lsf.conf, lsfinstall does not change this parameter; you must manually set it to LSB_SUB_COMMANDNAME=Y to enable the LSF_SUB_COMMANDLINE environment variable required by esub.
You can reuse the install.config file from your existing installation to specify your installation options. The install.config file containing the options you specified for your original installation is located in LSF_TOP/lsf_version/install/.
If you change install.config to add new hosts in LSF_ADD_SERVERS and LSF_ADD_CLIENTS, or new LSF administrators in LSF_ADMINS, lsfinstall creates a new lsf.cluster.cluster_name file.
Make sure the following install.config variables are set for upgrade:
For example,
# ./lsfinstall -f install.config
Running hostsetup is optional on Linux. You must run hostsetup on HP-UX hosts.
Use the --boot="y" option on hostsetup to configure system scripts to automatically start and stop LSF daemons at system startup or shutdown. You must run hostsetup as root to use this option to modify the system scripts. The default is --boot="n".
For complete hostsetup usage, enter hostsetup -h.
# cd /usr/share/lsf/9.1/install
# ./hostsetup --top="/usr/share/lsf" --boot="y"
For migration and compatibility for a single cluster:
For Platform MultiCluster:
% source /LSF_TOP/conf/cshrc.lsf
# . /LSF_TOP/conf/profile.lsf
# badmin hshutdown all
# lsadmin resshutdown all
# lsadmin limshutdown all
# lsadmin limstartup all
# lsadmin resstartup all
# badmin hstartup all
# badmin qact all
After your cluster is up and running, users can start submitting jobs to it.