Install agent code on CICS regions in System B

As before, you need to add agent code to the CICS regions that are going to be managed by the local CMAS (EYUCMS2A).

Figure 1. Define the regions on System B as MASsThe diagram shows the three CICS regions on System
B defined as MASs with links to the local CMAS EYUCMS2A.
Make sure that you have the CMAS started before starting up the MAS regions.
  1. Edit the JCL for the CICS region to include the CICSPlex SM program libraries SEYUAUTH and SEYULOAD.
  2. Edit member EYULMS0P in the CICSTS31.CPSM.SEYUPARM data set, which contains sample system parameters for a local MAS.
    1. Specify the name of the CICSplex that the MAS is associated with, using the CICSPLEX(name) parameter. For example, you could specify CICSPLEX(EYUPLX01).
    2. Specify the 1-4 character name of the CMAS that will manage the MAS, using the CMASSYSID(name) parameter. For example, you could specify CMASSYSID(EY2A).
  3. Specify the following system initialization parameters:
    • CPSMCONN=LMAS
    • GRPLIST=list_name
    where list_name is the name of the list that has the group EYU310G1.
  4. Start the MAS region.