Platform LSF Reference Version 6.2

Parameters
Platform LSF Reference
560
See also
LSF_INDEP
LSF_MANDIR
Syntax
LSF_MANDIR=
dir
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, 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
Optional. 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.
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.
Master host candidates should share LSF configuration and binaries.
To dynamically add or remove hosts, you must define LSF_MASTER_LIST.
If you have a large number of non-master hosts, you should configure
LSF_LIM_IGNORE_CHECKSUM=Y to ignore warning messages like the following
logged to lim log files on non-master hosts.
Aug 26 13:47:35 2005 9746 4 6.2 xdr_loadvector: Sender
<10.225.36.46:9999> has a different configuration
Default
Undefined
See also
LSF_LIM_IGNORE_CHECKSUM
LSF_MC_NON_PRIVILEGED_PORTS
Syntax
LSF_MC_NON_PRIVILEGED_PORTS=y
| Y
Description
MultiCluster only. If this parameter is enabled in one cluster, it must be enabled in all
clusters.