Platform LSF Reference Version 6.2
Parameters
Platform LSF Reference
540
Specifies the log class filtering that will be applied to LIM. Only messages belonging to
the specified log class are recorded.
The LSF_DEBUG_LIM sets the log class and is used in combination with
LSF_LOG_MASK, which sets the log level. For example:
LSF_LOG_MASK=LOG_DEBUG
LSF_DEBUG_LIM=LC_TRACE
You need to restart the daemons after setting LSF_DEBUG_LIM for your changes to
take effect.
If you use the command
lsadmin limdebug to temporarily change this parameter
without changing
lsf.conf, you will not need to restart the daemons.
To specify multiple log classes, use a space-separated list enclosed in quotation marks.
For example:
LSF_DEBUG_LIM="LC_TRACE LC_EXEC"
This parameter can also be defined from the command line.
Valid values
Valid log classes are:
◆
LC_AFS - Log AFS messages
◆
LC_AUTH - Log authentication messages
◆
LC_CHKPNT - log checkpointing messages
◆
LC_COMM - Log communication messages
◆
LC_DCE - Log messages pertaining to DCE support
◆
LC_EXEC - Log significant steps for job execution
◆
LC_FILE - Log file transfer messages
◆
LC_HANG - Mark where a program might hang
◆
LC_LICENCE - Log licence management messages
◆
LC_MULTI - Log messages pertaining to MultiCluster
◆
LC_PIM - Log PIM messages
◆
LC_SIGNAL - Log messages pertaining to signals
◆
LC_TRACE - Log significant program walk steps
◆
LC_XDR - Log everything transferred by XDR
Default
Undefined
See also
LSF_DEBUG_RES, LSF_CMD_LOGDIR, LSF_CMD_LOG_MASK,
LSF_LOG_MASK, LSF_LOGDIR
LSF_DEBUG_RES
Syntax LSF_DEBUG_RES=log_class
Description
Sets the log class for debugging RES.
Specifies the log class filtering that will be applied to RES. Only messages belonging to
the specified log class are recorded.
LSF_DEBUG_RES sets the log class and is used in combination with
LSF_LOG_MASK, which sets the log level. For example: