LSF Version 7.3 - Platform LSF Configuration Reference
When this parameter is set to y or Y, mbatchd, sbatchd, and RES run the executable
daemons.wrap located in LSF_SERVERDIR.
Default
Not defined. LSF does not run the daemons.wrap executable.
LSF_DEBUG_CMD
Syntax
LSB_DEBUG_CMD=log_class
Description
Sets the debugging log class for LSF commands and APIs.
Specifies the log class filtering to be applied to LSF commands or the API. Only messages
belonging to the specified log class are recorded.
LSF_DEBUG_CMD sets the log class and is used in combination with
LSF_CMD_LOG_MASK, which sets the log level. For example:
LSF_CMD_LOG_MASK=LOG_DEBUG LSF_DEBUG_CMD="LC_TRACE LC_EXEC"
Debugging is turned on when you define both parameters.
The daemons log to the syslog facility unless LSF_CMD_LOGDIR is defined.
To specify multiple log classes, use a space-separated list enclosed by quotation marks. For
example:
LSF_DEBUG_CMD="LC_TRACE LC_EXEC"
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_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
•
LC_JLIMIT - Log job slot limit messages
•
LC_LICENSE - Log license management messages (LC_LICENCE is also supported for
backward compatibility)
•
LC_LOADINDX - Log load index messages
•
LC_M_LOG - Log multievent logging messages
lsf.conf
444 Platform LSF Configuration Reference