Change JES2 Node Name

Other Mainframe related questions which attracts you and there is no suitable Forum you find for it and related FAQs.
User avatar
robi1a
New Member
Posts: 1
Joined: Fri Sep 12, 2025 3:59 pm
Austria

Change JES2 Node Name

Post by robi1a »

Hello

I have 3 zOS systems connected via NJE and I want to remove old JES2 settings and also want to adopt the JES2 node names. The node names are decades old and never adopted to a good naming convention. An according example in the small drawing below. Now I want to give them a new name like JES<sysname>.

DEV1 (JNODE1) ----  SYS1 (JESA)  -----  TEST (JES9)

There are several jobs are routed from one system to another system. Too many to have them under easy control. My idea would be to give the JES2 both the old and the new node name for a smooth migration for some time. I took several tries but I never succeeded. Is there a way to do this? And how can I do such smooth migration to the new node name?

regards
User avatar
Anuj Dhawan
Founder
Posts: 2831
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Change JES2 Node Name

Post by Anuj Dhawan »

JES2 can’t give a system two primary node names at the same time. For a smooth migration, keep the old local name initially, and on all three systems define both the old and the new names as remote nodes pointing to the same partner. That lets you run old and new routes in parallel. When ready, switch each system’s local NODE(n) NAME= to the new name during a planned window, keep the old remote names for a grace period, then remove them.

I'm not a subject matter expert here, though just adding my two cents here..

Example (JES2PARM):
 

Code: Select all

/* SYS1 during transition: local=JESA, but both names defined on partners */
NODE(1) NAME=JESA, TYPE=TCPIP,HOSTNAME=sys1,RMTPORT=175 NODE(110) NAME=JNODE1, TYPE=TCPIP,HOSTNAME=dev1,RMTPORT=175 NODE(111) NAME=JESDEV1, TYPE=TCPIP,HOSTNAME=dev1,RMTPORT=175 NODE(120) NAME=JES9, TYPE=TCPIP,HOSTNAME=test,RMTPORT=175 NODE(121) NAME=JESTEST, TYPE=TCPIP,HOSTNAME=test,RMTPORT=175

/* Cutover later on SYS1: */
NODE(1) NAME=JESSYS1, TYPE=TCPIP,HOSTNAME=sys1,RMTPORT=175 
Test with:
 

Code: Select all

/*ROUTE XEQ JESA /*ROUTE XEQ JESSYS1
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Post Reply Previous topicNext topic

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Other Mainframe Topics, Off-Topics, FAQs.”