LSF Version 7.3 - Platform LSF Configuration Reference
The host names in LSF_SERVER_HOSTS must be enclosed in quotes and separated by white
space. For example:
LSF_SERVER_HOSTS="hostA hostD hostB"
The parameter string can include up to 4094 characters for UNIX or 255 characters for
Windows.
Interaction with LSF_MASTER_LIST
Starting in LSF 7, LSF_MASTER_LIST must be defined in lsf.conf. You can use the same
list of hosts, or a subset of the master host list, in LSF_SERVER_HOSTS. If you include the
primary master host in LSF_SERVER_HOSTS, you should define it as the last host of the list.
If LSF_ADD_CLIENTS is defined in install.config at installation, lsfinstall
automatically appends the hosts in LSF_MASTER_LIST to the list of hosts in
LSF_SERVER_HOSTS so that the primary master host is last. For example:
LSF_MASTER_LIST="lsfmaster hostE"
LSF_SERVER_HOSTS="hostB hostC hostD hostE lsfmaster"
The value of LSF_SERVER_HOSTS is not changed during upgrade.
Default
Not defined
See also
LSF_MASTER_LIST
LSF_SERVERDIR
Syntax
LSF_SERVERDIR=directory
Description
Directory in which all server binaries and shell scripts are installed.
These include lim, res, nios, sbatchd, mbatchd, and mbschd. If you use elim, eauth,
eexec, esub, etc, they are also installed in this directory.
Default
LSF_MACHDEP/etc
See also
LSB_ECHKPNT_METHOD_DIR
LSF_SHELL_AT_USERS
Syntax
LSF_SHELL_AT_USERS="user_name user_name ..."
lsf.conf
Platform LSF Configuration Reference 491