Platform LSF Reference Version 6.2

lsf.conf
Platform LSF Reference
541
LSF_LOG_MASK=LOG_DEBUG
LSF_DEBUG_RES=LC_TRACE
To specify multiple log classes, use a space-separated list enclosed in quotation marks.
For example:
LSF_DEBUG_RES="LC_TRACE LC_EXEC"
You need to restart the daemons after setting LSF_DEBUG_RES for your changes to
take effect.
If you use the command
lsadmin resdebug to temporarily change this parameter
without changing
lsf.conf, you will not need to restart the daemons.
Valid Values
For a list of valid log classes see LSF_DEBUG_LIM
Default
Undefined
See also
LSF_DEBUG_LIM, LSF_CMD_LOGDIR, LSF_CMD_LOG_MASK,
LSF_LOG_MASK, LSF_LOGDIR
LSF_DHCP_ENV
Syntax LSF_DHCP_ENV=y
Description
If defined, enables dynamic IP addressing for all LSF client hosts in the cluster.
Dynamic IP addressing is not supported across clusters in a MultiCluster environment.
If you set LSF_DHCP_ENV, you must also specify
LSF_DYNAMIC_HOST_WAIT_TIME in order for hosts to rejoin a cluster after their
IP address changes.
After or chainging this parameter, you must run lsadmin reconfig and
badmin mbdrestart to restart all LSF daemons.
Default
Undefined
See also
LSF_DYNAMIC_HOST_WAIT_TIME
LSF_DISPATCHER_LOGDIR
Syntax
LSF_DISPATCHER_LOGDIR=
path
Description
Specifies the path to the log files for slot allocation decsions for queue-based fairshare.
If defined, LSF writes the results of its queue-based fairshare slot calculation to the
specified directory. Each line in the file consists of a timestamp for the slot allocation
and the number of slots allocated to each queue under its control. LSF logs in this file
every minute. The format of this file is suitable for plotting with
gnuplot.
If you set LSF_DHCP_ENV, you must also specify
LSF_DYNAMIC_HOST_WAIT_TIME in order for hosts to rejoin a cluster after their
IP address changes.