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 MASs
Make
sure that you have the CMAS started before starting up the MAS regions.
- Edit the JCL for the CICS region to include the CICSPlex SM program
libraries SEYUAUTH and SEYULOAD.
- Edit member EYULMS0P in the CICSTS31.CPSM.SEYUPARM data set, which
contains sample system parameters for a local MAS.
- Specify the name of the CICSplex that the MAS is associated
with, using the CICSPLEX(name) parameter. For example, you could specify CICSPLEX(EYUPLX01).
- 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).
- 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.
- Start the MAS region.