This section describes the procedure for installing LSF software for any additional host type after the LSF software for the initial host type has been installed. You can install LSF products for as many types of host as you plan to use in your LSF cluster: the procedure is the same in each case.
In this section of the LSF Installation Guide, you will find procedures for:
lsf.conf
file to the appropriate directory (this step is skipped for default installations)
lsfsetup
and installing the LSF software for the additional host type
You will need to obtain one LSF distribution file for each additional host type you are installing in the cluster. For example, if you are adding the HP-UX, IRIX, and SOLARIS host types to an existing LSF cluster, you must obtain three LSF distribution files, one for each of these host types.
For instructions on obtaining distribution files and for creating the LSF distribution directory, see `LSF Distribution Files' on page 8.
Because LSF has two software installation procedures--default and custom--there are two corresponding paths that may be taken when adding an additional host type. Which path you take depends on which path was followed when the initial LSF host type(s) was(were) installed.
If LSF was originally installed using the default installation procedure, you can now add a host type to the installation using either the default or custom procedures. If you still accept the assumptions made by the default installation, it is recommended that you use it again.
If LSF was originally installed using the custom installation procedure, you must use the custom installation procedure to add a host type.
If you aren't sure how the original installation was done, you can check LSF's configuration file, lsf.conf
to find out.
lsf.conf
file with any text editing or viewing
program.
This placement of this file depends upon decisions made during the initial
installation, but it is placed in the LSF_SERVERDIR
directory
by default in all cases but one--if you used the default installation procedure,
it is stored in the LSF_CONFDIR
directory.
If this variable is set to "y", then the initial LSF installation was a default installation. If this variable is set to "n", then the initial LSF installation was a custom installation.
Once you have created the distribution directory, and know how the initial installation was done, you can proceed to install the software for the additional host type. Two procedures are given here: one is for adding a host type using the default install (when the initial installation was done using the default installation procedure), and one is for adding a host type using the custom install.
root
.
./lsfsetup
program.
LSF's install utility starts up, and its main menu is displayed.
The setup utility will detect that the initial host type has been installed, and proceed to install the host type specific files for the host type you are installing now.
The setup utility will also look for an existing license key, the license.dat
file.
lsfsetup
program detects an existing license key, simply
allow the installation to proceed. If you did not install a license key when
you installed the initial (or any subsequent) additional host type, you will
be prompted to install it now.
If you do not want to install your license key now
for any reason, or you have not yet obtained it from your LSF vendor, you
can install it later by running the lsfsetup
program and choosing
option 4, `License Management'.
Detailed instructions and information on installing a license key this way are contained in `License Installation' on page 33.
The lsfsetup
program determines whether
the license is a DEMO or a permanent license.
If it is a DEMO license, it is copied into the LSF_CONFDIR
.
If it is a permanent license, a menu of choices is displayed, from which
you can select the appropriate action. For more information, see `License
Installation' on page 33.
You are informed when the installation for this host type is finished.
If you are not installing LSF on any other additional host types, you can continue with `Adding an Additional Host to an Existing Cluster' on page 79 for instructions on how to complete your LSF installation and setup. If you need to install LSF for an additional host type, repeat the steps in this section once for each additional host type.
root
.
./lsfsetup
program.
LSF's install utility starts up, and its main menu is displayed.
lsf.conf
)--created
when you installed the initial host type.
LSF_MACHDEP
directory (specified when you installed
the previous host type(s), default value /usr/local/lsf
).
The other installation settings are automatically updated.
The lsfsetup
program installs all the products necessary for
the additional host type.
You are informed when the installation for this host type is finished.
If you are not installing LSF on any other additional host types, you can continue with `Adding an Additional Host to an Existing Cluster' on page 79 for instructions on how to complete your LSF installation and setup. If you need to install LSF for an additional host type, repeat the steps in this section once for each additional host type.
Once you have installed the software for the additional host types, you can proceed to set up individual hosts in the cluster. Procedures for this are given in `Adding an Additional Host to an Existing Cluster' on page 79.