Platform LSF Reference Version 6.2

Parameters
Platform LSF Reference
568
Default
Undefined
Example
To use an ssh command before trying rsh for LSF commands, specify:
LSF_RSH="ssh -o 'PasswordAuthentication no' -o 'StrictHostKeyChecking no'"
ssh options such as PasswordAuthentication and StrictHostKeyChecking
can also be configured in the global
SSH_ETC/ssh_config file or
$HOME/.ssh/config.
See also
ssh
(1) ssh_config(5)
LSF_SECUREDIR
Syntax
LSF_SECUREDIR=
path
Description
Windows only; mandatory if using lsf.sudoers.
Path to the directory that contains the file
lsf.sudoers (shared on an NTFS file
system).
LSF_SERVER_HOSTS
Syntax
LSF_SERVER_HOSTS="
host_name ..."
Description
Defines one or more server hosts that the application should contact to find a Load
Information Manager (LIM). This is used on client hosts on which no LIM is running
on the local host. LSF server hosts are hosts that run LSF daemons and provide loading-
sharing services. Client hosts are hosts that only run LSF commands or applications but
do not provide services to any hosts.
If LSF_SERVER_HOSTS is not defined, the application tries to contact the LIM on the
local host.
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 length of the parameter string must be less then 4096 characters.
Default
Undefined
LSF_SERVERDIR
Syntax
LSF_SERVERDIR=
dir
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 ..."