There are two ways to enter information in this section:
If the cluster nodes are connected to a terminal concentrator, list each node in the following triplet format.
NODES="hostname1/termcon_name/port_id hostname2/termcon_name/port_id ..." |
In each triplet, specify the host name of a node, followed by the host name of the terminal concentrator and the port ID on the terminal concentrator to which that node is connected. Separate the triplet fields with virgules (/). Use spaces between node triplets.
If the cluster nodes are not connected to a terminal concentrator, simply list the node host names, separated by spaces, as follows.
NODES="hostname1 hostname2 hostname3 ..." |
Every node in your Sun HPC cluster must also be in the corresponding LSF cluster. See the discussion of the lsf.cluster.clustername configuration file in the LSF Batch Administrator's Guide for information on LSF clusters.
If you will not be using the CCM tools, you can allow the installation script to derive the node list from the LSF configuration file lsf.cluster.clustername. To do this, either set the NODES variable to NULL or leave the line commented out. You must be installing from one of the nodes in the LSF cluster.