When the Datacom MUF is restarted, the connection with CICS is disconnected.
Also when the MUF is started after starting CICS, the connection with CICS is not connected
What is the command to connect with CICS after restarting MUF?
Release: 15.1
When the MUF is restarted and if CICS services was started automatically in CICS then the MUF should automatically reconnect.
If this does not happen then issue the following command to connect all MUFs:
DBEC P,CONNECT,MUF(??)
You will then get a list of MUFs connected to this CICS region
The same thing can be achieved by doing a DBOC SHUTDOWN followed by a DBOC STARTUP, or a DBEC P,SHUT followed by a DBEC P,STARTUP.
See documentation sections Connecting and Disconnecting MUFs and Initiating/Terminating Services.