Coupling Facility Group situations
You can monitor the records that IRLM uses for a coupling facility structure.
- IMS_CMD_CF_RLE_Pct_Critical
- Monitors the percent of records that IRLM uses for a coupling
facility structure, and automatically issues a message when Record
Used % is greater than or equal to 90 percent.
The formula is:
IF Local_CF_Group_Name.Record_Used_Percent GE 90, send the following message to user (xxxxxxx):“CF RLE's percent used exceeded the critical threshold.”
- IMS_IRLM_CF_RLE_Percent_Critical
- Monitors the percent of records that IRLM uses for a coupling
facility structure, detecting a critical condition when Record Used
% is greater than or equal to 90 percent.
The formula is:
Local_CF_Group_Name.Record_Used_Percent GE 90
- IMS_IRLM_CF_RLE_Percent_Warning
- Monitors the percent of records that IRLM uses for a coupling
facility structure, detecting a warning condition when Record Used
% is in the range of 80 to 89 percent.
The formula is:
IF Local_CF_Group_Name.Record_Used_Percent GE 80 AND Local_CF_Group_Name.Record_Used_Percent LE 89