Operating System - OpenVMS
1751971 Members
4480 Online
108783 Solutions
New Discussion юеВ

Re: UCX Change IP-address & Nodename.

 
SOLVED
Go to solution
geir_2
Super Advisor

UCX Change IP-address & Nodename.

Hi,

I want to change IP-address and nodenameon av OpenVMS system.

I also want to change DECnet address on the same system. Any idea??

Geir
9 REPLIES 9
Ian Miller.
Honored Contributor
Solution

Re: UCX Change IP-address & Nodename.

does
http://h71000.www7.hp.com/faq/vmsfaq_007.html#mgmt9
cover what you want?
____________________
Purely Personal Opinion
Bojan Nemec
Honored Contributor

Re: UCX Change IP-address & Nodename.

Geir,

I supose you have UCX and DECnet phase IV.
Use sys$manager:ucx$config.com to change the ip address.
For DECnet address you can use sys$manager:netconfig.com but this can delete all other definitions! So better to work this from ncp:

$ mc ncp
NCP> PURGE NODE old_address ALL
NCP> PURGE NODE old_name ALL
NCP> DEFINE EXECUTOR ADDRESS new_address
NCP> DEFINE EXECUTOR NAME new_name

restart decnet

Bojan
Jan van den Ende
Honored Contributor

Re: UCX Change IP-address & Nodename.

Geir,

if you change your DECnet name and address, you MUST also change them in SYSGEN

SYSGEN> USE CURRENT
SYSGEN> SET SCSNODENAME =
SYSGEN> SET SCSNODEID = <1024 * areanr + nodenr >
SYSGEN> WRITE CURRENT

Also change that in MODPARAMS.

Reboot as soon as convenient.

Success

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Daniel Fernandez Illan
Trusted Contributor

Re: UCX Change IP-address & Nodename.

Geir.
For me, a procedure to modify nodename and address (if you have DECnet V) is:
Modify SCS parameters (SCSNODE & SCSSYSTEMID)
on params.dat (using SYSGEN) and modparams.dat
Modify DECnet local name using net$configure (option 2)
Check new local name using decnet_register
Modify routing values editing NET$ROUTING_STARTUP.NCL.
Modify ip values, using TCPIP$CONFIG.COM

Saludos.
Daniel.
geir_2
Super Advisor

Re: UCX Change IP-address & Nodename.

Hi,
Thanks for great answers. But I also want to configure the default gateway on the IP-network.

Geir
Ian Miller.
Honored Contributor

Re: UCX Change IP-address & Nodename.

to configure the default gateway
TCPIP SET ROUTE/DEF/GATE=x.x.x.x
or use the menu in TCPIP$CONFIG
____________________
Purely Personal Opinion
geir_2
Super Advisor

Re: UCX Change IP-address & Nodename.

Hi,
Thanks for the answer, but I run an older OpenVMS version (6.2), so if you have simular commands for ucx it would be great.

Geir
geir_2
Super Advisor

Re: UCX Change IP-address & Nodename.

Hi,
Thamks for great answers
:-)
Ian Miller.
Honored Contributor

Re: UCX Change IP-address & Nodename.

replace TCPIP$ by UCX$ in previous reply.
____________________
Purely Personal Opinion