Platform LSF Reference Version 6.2
install.config
Platform LSF Reference
311
Default
INFINIT_INT (the host will never send a request to the master LIM)
LSF_LICENSE
Syntax
LSF_LICENSE="/
path/license_file"
Description
Full path to the name of the LSF license file. You must have a valid license file to install
LSF.
If you do not specify LSF_LICENSE, or lsfinstall cannot find a valid license
file in the default location, lsfinstall exits.
Recommended
Value
/
path/license.dat
Example
LSF_LICENSE="/usr/share/lsf_distrib/liscense.dat"
Default
/
current_directory/license.dat
LSF_MASTER_LIST
Syntax
LSF_MASTER_LIST="
host_name [ host_name ...]"
Description
Optional. Defines a list of hosts that are candidates to become the master host for the
cluster. Listed hosts must be defined as servers in LSF_ADD_SERVERS.
Required for dynamic host configuration. To dynamically add or remove hosts, you must
specify a list of candidate master hosts. If you do not need to add or remove hosts
dynamically, you can leave this parameter undefined during new installation or upgrade.
Specify a list of host names two ways:
◆
Host names separated by spaces
◆
Name of a file containing a list of host names, one host per line.
Master candidate hosts should share LSF configuration and binaries.
Valid Values
Any valid host name
Examples
◆
List of host names:
LSF_MASTER_LIST="hosta hostb hostc hostd"
◆
Host list file:
LSF_MASTER_LIST=:lsf_master_list
The file lsf_master_list contains a list of hosts:
hosta
hostb
hostc
hostd
Default
None—optional variable
LSF_QUIET_INST
Syntax
LSF_QUIET_INST="y
| n"