This process assumes that the proper PLTPI (CICS startup Program Initation) configuration has been used.
Test #1 - Starting the CICS region when the MUF is already running:
- Start the MUF as usual
- Start the CICS region
- Look in the CICS log for this message:
DC00118I - CA Datacom CICS Services 15.0 STARTED BY PLT
showing that the PLT initialization has completed for CA Datacom CICS Services. You should also see messages like this
DB00135I - CONNECT TO ...
DB00101I - STARTED JOB-...
to show that the region is connected to the MUF
- In the CICS region, issue DBOC INQ=GENOPTS and see if the values are correct.
Test #2 - Starting the CICS region before the MUF is started:
- DO NOT Start the MUF yet
- Start the CICS region
- Look in the CICS log for this message:
DC00118I - CA Datacom CICS Services 15.0 STARTED BY PLT
showing that the PLT initialization has completed for CA Datacom CICS Services. You should also see messages like this
DB00121I - UNAVAILABLE - ...
DB00122I - ACCESS TYPE - LOCAL ...
- Now, start the CA Datacom MUF
- In the CICS region, issue the command
DBEC P,CONNECT,MUF(??)
and you should get a list of MUFs connected to this region
- Look in the CICS log to see the connected messages:
DB00135I - CONNECT TO ...
DB00101I - STARTED JOB-...
- In the CICS region, issue DBOC INQ=GENOPTS and see if the values are now correct.