LSF Version 7.3 - Platform LSF Configuration Reference

Recommended value
An integer greater than zero, up to 60 seconds for every 1000 hosts in the cluster, for a
maximum of 15 minutes. Selecting a smaller value results in a quicker response time for new
hosts at the expense of an increased load on the master LIM.
Example
LSF_DYNAMIC_HOST_WAIT_TIME=60
A host waits 60 seconds from startup to send a request for the master LIM to add it to the
cluster.
EGO parameter
EGO_DYNAMIC_HOST_WAIT_TIME
Default
60
LSF_EGO_DAEMON_CONTROL
Syntax
LSF_EGO_DAEMON_CONTROL="Y" | "N"
Description
Enables EGO Service Controller to control LSF res and sbatchd startup. Set the value to "Y"
if you want EGO Service Controller to start res and sbatchd, and restart them if they fail.
To configure this parameter at installation, set EGO_DAEMON_CONTROL in
install.config so that res and sbatchd start automatically as EGO services.
If LSF_ENABLE_EGO="N", this parameter is ignored and EGO Service Controller is not
started.
If you manually set EGO_DAEMON_CONTROL=Y after installation, you must configure
LSF res and sbatchd startup to AUTOMATIC in the EGO configuration files res.xml and
sbatchd.xml under EGO_ESRVDIR/esc/conf/services.
To avoid conflicts with existing LSF startup scripts, leave this parameter undefined if you use
a script (for example in /etc/rc or /etc/inittab) to start LSF daemons.
Important:
After installation, LSF_EGO_DAEMON_CONTROL alone does
not change the start type for the sbatchd and res EGO services
to AUTOMATIC in res.xml and sbatchd.xml under
EGO_ESRVDIR/esc/conf/services. You must edit these files
and set the <sc:StartType> parameter to AUTOMATIC.
Example
LSF_EGO_DAEMON_CONTROL="N"
lsf.conf
Platform LSF Configuration Reference 451