OS390_LPAR_STATUS_Crit

OS390_LPAR_STATUS_Crit monitors to determine whether LPAR CPU Management Overhead or Velocity Index have exceeded thresholds and if so, issues a Critical alert. These conditions might not be of immediate concern. In the case of LPAR CPU Management Overhead, if the number of configured LPARs is substantial, it may trigger this situation. If the conditions persist, you may consider reducing the number of configured LPARs. In the case of the Velocity Index, you may want to adjust LPAR weights if the LPARs' workloads are not meeting expected service levels.

The formula is:

IF (VALUE LPAR_Clusters.LPAR_Name NE _CLTotal AND VALUE LPAR_Clusters.LPAR_Name NE _CPTotal AND VALUE LPAR_Clusters.LPAR_Name NE PHYSICAL AND VALUE LPAR_Clusters.LPAR_Effective_Weight_Index LT 0.9) OR (VALUE LPAR_Clusters.LPAR_NAME NE _CLTotal AND VALUE LPAR_Clusters.LPAR_Name NE _CPTotal AND VALUE LPAR_Clusters.LPAR_Name NE PHYSICAL AND VALUE LPAR_Clusters.Host_LPAR_Flag EQ Y AND VALUE LPAR_Clusters.CPC_CPU_Overhead GT 15.0)