We recently modified our z/OS system with new IP address  but we forgot to
change IP in
JES2PARM parmlib member ofr NJE connection.

For one of the system we have entry like below

/********************************************************************/
/* Define JES2 Applications                                         */
/********************************************************************/
SOCKET(SYS01) IPADDR=130.15.15.10,
    NODE=4,
    PORT=175
SOCKET(SYS02) IPADDR=130.15.15.11,
    NODE=7,
    PORT=175
SOCKET(SYS03) IPADDR=130.15.15.12,
    NODE=5,
    PORT=175


Because of this our routing was failing from one system to another. But now
I used
dynamic command

$addsock(SYS01),ipaddr=130.15.15.10,port=175,node=5   etc to modify the new
IP address.

But still we are not able to route the Jobs from one syste to another.Can
anybody help  to start this NJE line connection again dynamically rather
then IPLing the system now.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to