Previous Topic: Allocate Checkpoint FilesNext Topic: Restart Manager Usage


Set Up the CA MIM Early Start Mechanism

When running CA MII Global Data Integrity Facility (GDIF), we recommend using the CA MIM Early Start Mechanism.

If CA MII synchronization does not occur early in the IPL process, unconverted reserves, deadly embraces, or integrity exposures can occur. Use the CA MIM Early Start mechanism to prevent these issues.

The Early Start Mechanism uses SYS1.PARMLIB to install and execute the module MIMESNQX early in the IPL process. MIMESNQX internally starts the CAMIMGR address space to start monitoring global resources. All RESERVE and SYSTEMS ENQ requests are suspended until the CAMIMGR address space is fully initialized.

Important: If the CAMIMGR address space fails to initialize for any reason, such as a parameter error in the MIMINIT member, the IPL will not complete, because one or more system address spaces will be suspended by MIMESNQX. Attempts to start CAMIMGR manually after correcting the error on another system will also fail, because MIMESNQX has special handling for the ASID created through ASCRE. The only option will be to restart the IPL process from the beginning.

To set up the Early Start mechanism, edit the following members of the SYS1.PARMLIB data set:

IEALPAxx

To add the MIMESNQX module to LPA, add the following statement to the member:

INCLUDE LIBRARY(mimloadlibrary) VOLUME(xxxxxx) MODULES(MIMESNQX) 
PROGxx

To execute MIMESNQX, add the following statement:

EXIT ADD EXITNAME(ISGNQXIT) MODNAME(MIMESNQX) STATE(ACTIVE) FIRST 
IEASYSxx

When new members are created for IEALPAxx and PROGxx, add the member specifications to the PROG and MLPA parameters.

Review the following requirements:

When using the CA MIM Early Start Mechanism, consider the following restriction: