Using the Default CICSplex Processing subpanel
The Default CICSplex Processing subpanel is used to define which CICSplex a CICS region will be reported against.
If there is nothing defined, OMEGAMON will look to see if the region is assigned a CP/SM CICSplex
and use that. If no CP/SM CICSplex is defined then the value
OMEGPLEX
is used as
the CICSplex name. This is also the behavior if the rules the user creates classifies the region
into a CICSplex named OMEGPLEX
. The choices are as follows: - CPSM then LPAR. This is the default option. The CICS region will be added to the CICSplex name used by CP/SM. If the region is not CP/SM-managed, the SMF ID of the LPAR will be used to generate the CICSplex name.
- CPSM then SYSPLEX. The CICS region will be added to the CICSplex name used by CP/SM. If the region is not CP/SM managed, the name of the SYSPLEX will be used to generate the CICSplex name.
- CPSM then OMEGPLEX. The CICS region will be added to the CICSplex name used by CP/SM. If the region is not CP/SM managed the CICSplex name will be OMEGPLEX.
- LPAR. The CICS region will use the SMF ID of the LPAR to generate the CICSplex name.
- SYSPLEX. The CICS region will use the name of the SYSPLEX to generate the CICSplex name