HP XC System Software Administration Guide Version 4.0

Table Of Contents
2. Ensure that head node and resource management nodes resolve the host name of Standard
LSF head node, and vice versa.
Also, make sure LSF alias entry is present on head nodes of both clusters
The plain node should have following entries in its /etc/hosts file:
192.0.2.128 xc-head
192.0.2.140 xclsf
The xc-head head node should have the following entries in its /etc/hosts file:
192.0.1.24 plain
192.0.2.140 xclsf
3. Copy the LSF with SLURM tar files to a temporary location on the node that hosts LSF_TOP.
In the sample case, this node is plain.
Unpack the installation scripts on completion:
# mkdir hpctmp
# scp root@xc-head:/opt/hptc/lsf/files/lsfslurm/lsf7* hpctmp/
root@xc-head's password:
lsf7Update3_linux2.6-glibc2.3-x86_64-slurm.ta 100% 134MB 67.1MB/s 00:02
lsf7Update3_lsfinstall.tar.Z 100% 981KB 980.7KB/s 00:00
# cd hpctmp/
# tar zxf lsf7Update3_lsfinstall.tar.Z
# ls
lsf7Update3_linux2.6-glibc2.3-x86_64-slurm.tar.Z lsf7Update3_lsfinstall lsf7Update3_lsfinstall.tar.Z
4. Prepare the LSF installation process on the HP XC head node.
Use the text editor of your choice to edit the install.config file. Set the appropriate
values as documented in this file. For this example, the following values were set:
LSF_TOP="/shared/lsf" Existing cluster's LSF_TOP
LSF_ADMINS="lsfadmin" Existing cluster's admin
LSF_CLUSTER_NAME="corplsf" The name of existing cluster
LSF_LICENSE="<none>" Values specific to HP XC for HP OEM licensing
LSF_ADD_SERVERS="xclsf" The HP XC LSF "node" to be added
ENABLE_EGO=N Disables the variable.
298 Installing LSF with SLURM into an Existing Standard LSF Cluster