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_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