In the process of adding additional NODE statements to an existing CCI parameter file (CCIPARMS).
What is the recommended process to apply these changes? Is just recycling ENF(considering other products rely on ENF) enough, or is an IPL of the system suggested?
An IPL is certainly not necessary for this activity. It is also not necessary to recycle ENF to add additional CCI NODES.
New CCI NODES can be added dynamically by issuing the NODE statement at the console.
For example, the command CCI NODE(protocol,netparm,retry,sysid,maxru,start/stop,netparm2) can be issued as a console command. Therefore, whatever new NODE statements you added (or plan to add) to the CCI parameter file, just issue the CCI console command to have it dynamically defined. This can also be done with the CONNECT statement....CCI CONNECT(sysid)
To make changes permanent, remember to define any new statements to the CCI parms so that they are picked up next time ENF is recycled.
Examples: As a console command
CCI NODE(LU0,HOST_NAME,01,CCI_SYSID,4000,START/SHUT)
CCI NODE(TCPSSLGW,HOST_NAME:1721;SECURE=D,1,CCI_SYSID)
CCI CONNECT(CCI_SYSID)
CCI CONNECT(CCI_SYSID)
Examples: As defined in CCIPARM member (ENFPARMS DD stmt)
NODE(LU0,HOST_NAME,01,CCI_SYSID,4000,START/SHUT)
NODE(TCPSSLGW,HOSTNAME:1721;SECURE=D,1,CCI_SYSID)
CONNECT(CCI_SYSID)
CONNECT(CCI_SYSID)
Reference the CA Common Services documentation for further details.
For details specific to the CCI NODE control option, click here