LSF Version 7.3 - Platform LSF Configuration Reference
Default
Not defined
See also
LSB_DEBUG, LSB_DEBUG_CMD, LSB_DEBUG_MBD, LSB_DEBUG_NQS,
LSB_DEBUG_SBD, LSB_DEBUG_SCH, LSF_DEBUG_LIM, LSF_DEBUG_RES,
LSF_LIM_PORT, LSF_RES_PORT, LSB_MBD_PORT, LSB_SBD_PORT, LSF_LOGDIR,
LSF_LIM_DEBUG, LSF_RES_DEBUG
LSB_DEBUG_CMD
Syntax
LSB_DEBUG_CMD=log_class
Description
Sets the debugging log class for commands and APIs.
Specifies the log class filtering to be applied to LSF batch commands or the API. Only messages
belonging to the specified log class are recorded.
LSB_DEBUG_CMD sets the log class and is used in combination with
LSB_CMD_LOG_MASK, which sets the log level. For example:
LSB_CMD_LOG_MASK=LOG_DEBUG LSB_DEBUG_CMD="LC_TRACE LC_EXEC"
Debugging is turned on when you define both parameters.
The daemons log to the syslog facility unless LSB_CMD_LOGDIR is defined.
To specify multiple log classes, use a space-separated list enclosed by quotation marks. For
example:
LSB_DEBUG_CMD="LC_TRACE LC_EXEC"
Can also be defined from the command line.
Valid values
Valid log classes are:
•
LC_ADVRSV - Log advance reservation modifications
•
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_EEVENTD - Log eeventd messages
•
LC_ELIM - Log ELIM messages
•
LC_EXEC - Log significant steps for job execution
•
LC_FAIR - Log fairshare policy messages
•
LC_FILE - Log file transfer messages
•
LC_HANG - Mark where a program might hang
•
LC_JARRAY - Log job array messages
lsf.conf
Platform LSF Configuration Reference 403