Platform LSF Reference Version 6.2

lsf.conf
Platform LSF Reference
515
LSB_DEBUG_SBD 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
LSB_DEBUG_SBD="LC_TRACE LC_EXEC"
To specify multiple log classes, use a space-separated list enclosed in quotation marks.
For example:
LSB_DEBUG_SBD="LC_TRACE LC_EXEC"
You need to restart the daemons after setting LSB_DEBUG_SBD for your changes to
take effect.
If you use the command
badmin sbddebug to temporarily change this parameter
without changing
lsf.conf, you will not need to restart the daemons.
Valid values
Valid log classes are the same as for LSB_DEBUG_CMD except for the log classes
LC_ELIM and LC_JARRAY which cannot be used with LSB_DEBUG_SBD. See
LSB_DEBUG_CMD” on page 512.
Default
Undefined
See also
LSB_DEBUG_MBD, LSF_CMD_LOGDIR, LSF_CMD_LOG_MASK,
LSF_LOG_MASK, LSF_LOGDIR,
badmin
LSB_DEBUG_SCH
Syntax LSB_DEBUG_SCH=log_class
Description
Sets the debugging log class for mbschd.
Specifies the log class filtering that will be applied to
mbschd. Only messages belonging
to the specified log class are recorded.
LSB_DEBUG_SCH 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
LSB_DEBUG_SCH="LC_SCHED"
To specify multiple log classes, use a space-separated list enclosed in quotation marks.
For example:
LSB_DEBUG_SCH="LC_SCHED LC_TRACE LC_EXEC"
You need to restart the daemons after setting LSB_DEBUG_SCH for your changes to
take effect.
Valid Values
Valid log classes are the same as for LSB_DEBUG_CMD except for the log classes
LC_ELIM and LC_JARRAY which cannot be used with LSB_DEBUG_SCH, and
LC_HPC, which is only valid for LSB_DEBUG_SCH. See “LSB_DEBUG_CMD” on
page 512.
Default
Undefined
See also
LSB_DEBUG_MBD, LSB_DEBUG_SBD, LSF_CMD_LOGDIR,
LSF_CMD_LOG_MASK, LSF_LOG_MASK, LSF_LOGDIR,
badmin