Getting the following errors trying to setup MSF:
OPS3517I NO LOCAL SYSTEM DEFINED
OPS3503W SYSTEM ID OPSMSFM1 CONFLICTS WITH NAME OF SYSTEM OPSMSFM1
OPS3504I SYSTEM ID OPSMSFM2 IS NOW DEFINED
OPS3503W SYSTEM ID OPSMSFM2 CONFLICTS WITH NAME OF SYSTEM OPSMSFM2
OPS3504I SYSTEM ID OPSMSFM3 IS NOW DEFINED
OPS3503W SYSTEM ID OPSMSFM3 CONFLICTS WITH NAME OF SYSTEM OPSMSFM3
What determines in the MSFINIT REXX which system is the local node?
Release : 14.0
All the MSF DEFINEs must have the CCI keyword, even the local ones.
The parameter SYSID of the OPSSPA00 defines the local MSF node.
In the OPSSPA00:
T = OPSPRM_Set("SYSID","OPSMSF1")
In the MSFINIT:
"MSF DEFINE MSFID(OPSMSFM1) APPLID(R100) CCI" <- local node because it matches the SYSID from OPSSPA00
"MSF DEFINE MSFID(OPSMSFM2) APPLID(R200) CCI"
"MSF DEFINE MSFID(OPSMSFM3) APPLID(R300) CCI"