When a MSF connection needs to be established between Automation Point and OPS/MVS this needs to be done via CCI.
In Automation Point configuration Manager you setup the connections via the option Expert Interface, Automation, Events Interface, CA OPS/MVS EMA.
In the CCI settings you specified a LOCAL and REMOTE statements and it worked.
However after a reboot of the AP server, recycle of AP, or an IPL of an LPAR, it's not working anymore.
How to check what could be the cause.
Automation Point 11.6 and 11.7
OPS/MVS all releases
You can enter the RMTCNTRL STATUS, or CCII command to check if there is a connection at all
C:\Users\Administrator>rmtcntrl status
SUCCESS: information returned
Sysid State Last Send Time Last Receive Time
---------------|---------------------|--------------------|--------------------
FRKBDL000839-01 ACTIVE
MVSXE38 ACTIVE Aug-24-2022 09:13:13 Aug-24-2022 09:13:13
Above it shows what all lpars are active and possibly inactive.
With the CCII command you see all the lpars found and the products that have CCI links active..
The TYPE at the lines is the type of line (LOCAL or REMOTE statement in the CCIRMTD.RC file.
C:\Users\Administrator>ccii
Oid(FRKBDL000839-01,OPS/MVS.HERHE01B ) Did( , ) type(L)
Oid(MVSXE38,W410_SPAWN_SERVER ) Did( , ) type(R)
Oid(MVSXE38,MVS_START_SERVER ) Did( , ) type(R)
Oid(MVSXE38,OPS/MVS.XE38E0 ) Did( , ) type(R)
Oid(MVSXE38,XSMS0990GSVXXE38 ) Did( , ) type(R)
Oid(MVSXE38,CSM60$$$140R ) Did( , ) type(R)
Oid(MVSXE38,CSM60SRV ) Did( , ) type(R)
The first line indicates the LOCAL machine and the 4th line gives the MSF connection to REMOTE lpar MVSXE38 and OPS/MVS SSID XE38E0.