OC DISPLAY,PLEX=cicsplex command
You can issue a command to display the status of a particular CICSplex and list the active CICS® regions in the CICSplex.
/F agent,OC DISPLAY,PLEX=cicsplex
For
example, a valid OC DISPLAY,PLEX=CICSPLX2
command
generates the RKLVLOG output similar to the following example: KCP9030: ATC PROCESSING THE FOLLOWING COMMAND:
DISPLAY,PLEX=CICSPLX2
KCP9329I: DISPLAYING INFORMATION FOR CICSPLEX CICSPLX2:
KCP9330I: ORIGIN NODE: CICSPLX2::CICSplex
KCP9331I: NUMBER OF CICS REGIONS: 2
KCP9332I: REGISTERED BY THIS AGENT: NO
KCP9333I: LISTING CICS REGIONS IN CICSPLEX CICSPLX2:
KCP9334I: JOBNAME CICSRGN1, PLEX NAME FROM CPSM
KCP9334I: JOBNAME CICSRGN2, PLEX NAME FROM OMEGAMON
In this example, the OMEGAMON AI for CICS agent has two active
CICS regions in CICSplex CICSPLX2: CICSRGN1 and CICSRGN2. In the
KCP9334I
message, the source value of CPSM indicates that the
CICSRGN1 jobname was assigned to CICSplex CICSPLX2 by CPSM. The
second
KCP9334I
message, lists the source value of OMEGAMON, which indicates
that the CICSRGN2 jobname was assigned to CICSplex CICSPLX2 by the CICSplex
classification rules. A third possible source value in the KCP9334I
message is
DEFAULT, which indicates that the default CICSplex name of OMEGPLEX was used
because neither CPSM nor the CICSplex classification rules assigned a name.