LSF Version 7.3 - Platform LSF Configuration Reference
Description
Directory under which all man pages are installed.
The man pages are placed in the man1, man3, man5, and man8 subdirectories of the
LSF_MANDIR directory. This is created by the LSF installation process, and you should not
need to modify this parameter.
Man pages are installed in a format suitable for BSD-style man commands.
For most versions of UNIX and Linux, you should add the directory LSF_MANDIR to your
MANPATH environment variable. If your system has a man command that does not
understand MANPATH, you should either install the man pages in the /usr/man directory
or get one of the freely available man programs.
Default
LSF_INDEP/man
LSF_MASTER_LIST
Syntax
LSF_MASTER_LIST="host_name ..."
Description
Required. Defines a list of hosts that are candidates to become the master host for the cluster.
Listed hosts must be defined in lsf.cluster.cluster_name.
Host names are separated by spaces.
Tip:
On UNIX and Linux, master host candidates should share LSF
configuration and binaries. On Windows, configuration files are
shared, but not binaries.
Starting in LSF 7, LSF_MASTER_LIST must be defined in lsf.conf.
If EGO is enabled, LSF_MASTER_LIST can only be defined lsf.conf. EGO_MASTER_LIST
can only be defined in ego.conf. EGO_MASTER_LIST cannot be defined in lsf.conf.
LSF_MASTER_LIST cannot be defined ego.conf.
LIM reads EGO_MASTER_LIST wherever it is defined. If both LSF_MASTER_LIST and
EGO_MASTER_LIST are defined, the value of EGO_MASTER_LIST in ego.conf is taken.
To avoid errors, you should make sure that the value of LSF_MASTER_LIST matches the
value of EGO_MASTER_LIST, or define only EGO_MASTER_LIST.
If EGO is disabled, ego.conf not loaded and the value of LSF_MASTER_LIST defined in
lsf.conf is taken.
When you run lsadmin reconfig to reconfigure the cluster, only the master LIM
candidates read lsf.shared and lsf.cluster.cluster_name to get updated
information. The elected master LIM sends configuration information to slave LIMs.
lsf.conf
Platform LSF Configuration Reference 477