LSB_DEBUG_CMD

Sets the debugging log class for commands and APIs.

Syntax

LSB_DEBUG_CMD=log_class

Description

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 and LC2_ADVRSV: Log advance reservation modifications
  • LC_AFS and LC2_AFS: Log AFS messages
  • LC_AUTH and LC2_AUTH: Log authentication messages
  • LC_CHKPNT and LC2_CHKPNT: Log checkpointing messages
  • LC_COMM and LC2_COMM: Log communication messages
  • LC_DCE and LC2_DCE: Log messages pertaining to DCE support
  • LC_EEVENTD and LC2_EEVENTD: Log eeventd messages
  • LC_ELIM and LC2_ELIM: Log ELIM messages
  • LC_EXEC and LC2_EXEC: Log significant steps for job execution
  • LC_FAIR and LC2_FAIR: Log fair share policy messages
  • LC_FILE and LC2_FILE: Log file transfer messages
  • LC_FLEX and LC2_FLEX: Log messages related to FlexNet
  • LC_HANG and LC2_HANG: Mark where a program might hang
  • LC_JARRAY and LC2_JARRAY: Log job array messages
  • LC_JLIMIT and LC2_JLIMIT: Log job slot limit messages
  • LC2_LIVECONF: Log live reconfiguration messages
  • LC_LOADINDX and LC2_LOADINDX: Log load index messages
  • LC_M_LOG and LC2_M_LOG: Log multi-event logging messages
  • LC_MEMORY and LC2_MEMORY: Log MEMORY allocation messages
  • LC_MPI and LC2_MPI: Log MPI messages
  • LC_MULTI and LC2_MULTI: Log multicluster messages
  • LC_PEND and LC2_PEND: Log messages related to job pending reasons
  • LC_PERFM and LC2_PERFM: Log performance messages
  • LC_PIM and LC2_PIM: Log PIM messages
  • LC_PREEMPT and LC2_PREEMPT: Log preemption policy messages
  • LC_RESOURCE and LC2_RESOURCE: Log resource broker messages
  • LC_RESREQ and LC2_RESREQ: Log resource requirement messages
  • LC_SCHED and LC2_SCHED: Log mbatchd scheduler messages
  • LC_SIGNAL and LC2_SIGNAL: Log signal messages
  • LC_SYS and LC2_SYS: Log system call messages
  • LC_TRACE and LC2_TRACE: Log significant program walk steps
  • LC_XDR and LC2_XDR: Log everything transferred by XDR
  • LC_XDRVERSION and LC2_XDRVERSION: Log messages for XDR version
  • LC2_AFFINITY: Log affinity messages
  • LC2_CGROUP: Log cgroup operation messages
  • LC2_DAS: Log LSF Data Manager messages
  • LC2_DC: Log message for dynamic clusters
  • LC2_GUARANTEE: Log messages for guarantee SLAs
  • LC2_KRB: Log Kerberos integration messages
  • LC2_LSF_PE: Log LSF PE integration messages
  • LC2_LSF_PROXYD: (Starting in Fix Pack 14) Log LSF rate limiter messages for requests received without a token.(Starting in Fix Pack 14) Log LSF rate limiter messages for requests received without a token.
  • LC2_RC: Log resource connector messages
  • LC2_TOPOLOGY: Log hardware topology messages

Default

Not defined

See also

LSB_CMD_LOG_MASK, LSB_CMD_LOGDIR, LSB_DEBUG, 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