LSF Version 7.3 - Platform LSF Configuration Reference

EGO parameter
EGO_RSH
Default
Not defined
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, ssh_config
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 client should contact to find a Load Information
Manager (LIM). 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.
Important:
LSF_SERVER_HOSTS is required for non-shared slave hosts.
Use this parameter to ensure that commands execute successfully when no LIM is running on
the local host, or when the local LIM has just started. The client contacts the LIM on one of
the LSF_SERVER_HOSTS and execute the command, provided that at least one of the hosts
defined in the list has a LIM that is up and running.
If LSF_SERVER_HOSTS is not defined, the client tries to contact the LIM on the local host.
lsf.conf
490 Platform LSF Configuration Reference