LSF_DEBUG_LIM

Syntax

LSF_DEBUG_LIM=log_class

Description

Sets the log class for debugging LIM.

Specifies the log class filtering to 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 EGO_LOG_MASK in ego,conf, which sets the log level.

For example, in ego.conf:
EGO_LOG_MASK=LOG_DEBUG
and in lsf.conf:
LSF_DEBUG_LIM=LC_TRACE
Important:

If EGO is enabled, LSF_LOG_MASK no longer specifies LIM logging level. Use EGO_LOG_MASK in ego.conf to control message logging for LIM. The default value for EGO_LOG_MASK is LOG_WARNING.

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 do 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 and LC2_AFS: Log AFS messages
  • LC_AUTH and LC2_AUTH: Log authentication messages
  • LC_CHKPNT - log checkpointing messages
  • LC_COMM and LC2_COMM: Log communication messages
  • LC_DCE and LC2_DCE: Log messages pertaining to DCE support
  • LC_EXEC and LC2_EXEC: Log significant steps for job execution
  • LC_FILE and LC2_FILE: Log file transfer messages
  • LC_HANG and LC2_HANG: Mark where a program might hang
  • LC_JGRP - Log job group messages
  • LC_LICENSE and LC2_LICENSE : Log license management messages (LC_LICENCE is also supported for backward compatibility)
  • LC_LICSCHED - Log License Scheduler messages
  • LC_MEMORY - Log memory limit messages
  • LC_MULTI and LC2_MULTI: Log messages pertaining to a multicluster environment
  • LC_PIM and LC2_PIM: Log PIM messages
  • LC_RESOURCE - Log resource broker messages
  • LC_SIGNAL and LC2_SIGNAL: Log messages pertaining to signals
  • LC_TRACE and LC2_TRACE: Log significant program walk steps
  • LC_XDR and LC2_XDR: Log everything transferred by XDR
  • LC2_TOPOLOGY: Debug the hardware topology detection during runtime

EGO parameter

EGO_DEBUG_LIM

Default

Not defined

See also

LSF_DEBUG_RES, LSF_CMD_LOGDIR, LSF_CMD_LOG_MASK, LSF_LOG_MASK, LSF_LOGDIR