Subsystem Management Situations

Use the series of predefined situations associated with the Subsystem Management workspace to begin monitoring your system immediately or as templates for creating your own situations.

The names, descriptions, logic, and threshold values for the situations follow.

KDP_DBAT_Wait_Warning indicates the percentage of DBAT (Database Access Thread) that has to wait because MAXDBAT exceeded the threshold. A critical condition is detected when the percentage of active background connections to DBAT_Wait reaches 0%. The situation's formula is:
DB2_System_States.DB_Wait_Percent GE 0    
KDP_DSMAX_Approach_Max_Warning indicates when the maximum percentage of open data sets exceeded the threshold. A critical condition is detected when the percentage of active background connections to DSMAX_Approach_Max reaches 80%. The situation's formula is:
DB2_System_States.DSMAX_Approaching_Max GE 80.0 
KDP_IDBK_Critical monitors how close DB2 is to the maximum background connections allowed. A critical condition is detected when the percentage of active background connections to IDBACK reaches 90%. The situation's formula is:
KDP_SRM_Subsystem.Background_Utilization GE 90.0
KDP_IDBK_Warning monitors how close DB2 is to the maximum background connections allowed. A warning condition is detected when the percentage of active background connections to IDBACK is in the range of 72% to 90%. The situation's formula is:
KDP_SRM_Subsystem.Background_Utilization GE 72.0
AND
KDP_SRM_Subsystem.Background_Utilization LT 90.0
KDP_IDFR_Critical provides information about how close DB2 is to the maximum foreground connections allowed. A critical condition is detected when the percentage of active foreground connections to IDFORE reaches 85%. The situation's formula is:
KDP_SRM_Subsystem.Foreground_Utilization GE 85.0
KDP_IDFR_Warning provides information about how close DB2 is to the maximum foreground connections allowed. A warning condition is detected when the percentage of active foreground connections to IDFORE is in the range of 68% to 85%. The situation's formula is:
KDP_SRM_Subsystem.Foreground_Utilization GE 68.0
AND
KDP_SRM_Subsystem.Foreground_Utilization LT 85.0
KDP_LOCK_ESCAL_EXCL_Warning indicates when the number of times lock escalation exclusive happened exceeded the threshold. A warning condition is detected when the percentage of active foreground connections to LOCK_ESCAL_EXCL reaches 20%. The situation's formula is:
DB2_System_States.Lock_Escalation_Excl GE 20.0
KDP_RID_Fallback_Warning indicates when the number of times RID Pool fallback exceeded the threshold. A warning condition is detected when the percentage of active foreground connections to RID_Fallback reaches 20%. The situation's formula is:
DB2_System_States.RIDPool_Fail_No_Storage GE 20