Adding or removing IBM Spectrum LSF hosts
After you have installed and configured IBM Spectrum LSF Suite for Enterprise, you can manage this deployment by adding hosts to it or removing them.
Note: You can manage these hosts within your cluster deployment, but changing the LSF
cluster name IBM Spectrum LSF Suite for
Enterprise deployment is not supported.
Adding hosts to an LSF host group
- Log in to your IBM Spectrum LSF Suite for Enterprise deployment host as root.
- Navigate to the playbook directory. For
example:
cd /opt/ibm/lsf_install/playbook
- Edit the IBM Spectrum LSF Suite for
Enterprise hosts inventory file (lsf-inventory), and add host names
under the applicable group name roles:
LSF_Masters
,LSF_Servers
,LSF_Clients
, orGUI_Hosts
. - Save your changes to the file and run the IBM Spectrum LSF Suite for
Enterprise deployment
command:
ansible-playbook -i lsf-inventory lsf-deploy.yml
Removing hosts from an existing deployment
- Log in to your LSF
management host as the
LSF administrator (
lsfadmin
). - Edit the lsf.cluster.cluster_name file and remove the hosts.
- Save your changes to the file and restart the LSF
management as a normal
LSF cluster:
lsadmin limrestart badmin mbdrestart
- Log in to the on to IBM Spectrum LSF Suite for Enterprise deployment host as root.
- Edit the IBM Spectrum LSF Suite for
Enterprise hosts inventory file (lsf-inventory), and remove host names
from the applicable group name roles:
LSF_Masters
,LSF_Servers
,LSF_Clients
, orGUI_Hosts
. - Save your changes to the file.
It is not necessary to run the IBM Spectrum LSF Suite for Enterprise deployment command; the next time that the IBM Spectrum LSF Suite for Enterprise deployment updates, these removed hosts will be ignored.