1752801 Members
5653 Online
108789 Solutions
New Discussion юеВ

Re: IP on VAX vms 5.5

 
SOLVED
Go to solution
bossuyt_2
Occasional Advisor

IP on VAX vms 5.5

Looking for change my IP adress on a vax vms 5.5-2H4 ? ?
I use UCX ( in my file SYS$STARTUP_V5.COM )
When I use UCX
UCX>SHOW HOST ( I see all IP )

When I use UCX>HELP I see set netconfig /address ? ? ?

Who has an idea ( excuse for my english and also for this question of an very old system !!!)

Thank's ,
5 REPLIES 5
Ian Miller.
Honored Contributor
Solution

Re: IP on VAX vms 5.5

Simplest way would be to user @SYS$STARTUP:UCX$CONFIG

and select option 1 then option for interfaces.

Can you say what the result of UCX SHOW VERS
is so version specific help can be given.
____________________
Purely Personal Opinion
Lokesh_2
Esteemed Contributor

Re: IP on VAX vms 5.5

Hi,

To change the IP address and other TCPIP related things on you VMS system, use command procedure sys$manager:ucx$config.com.

$@sys$manager:ucx$config.com

This is menu driven command procedure, so to set the IP address of your system , choose option 1 ( core environment ) and then option 4 (interface ) . For more help, refer tcpip manual.

HTH,
Best regards,
Lokesh Jain
What would you do with your life if you knew you could not fail?
Antoniov.
Honored Contributor

Re: IP on VAX vms 5.5

... and don't forget restart TCP/IP suite using:
$@SYS$MANAGER:UCX$SHUTDOWN
$@SYS$MANAGER:UCX$STARTUP
or using option in UCX$CONFIG.

Bye
Antoniov


Antonio Maria Vigliotti
bossuyt_2
Occasional Advisor

Re: IP on VAX vms 5.5

Thank's for your answer . . .

it's good !
Terry Yeomans
Frequent Advisor

Re: IP on VAX vms 5.5

I may be going down the wrong road here, but to remove a node from UCX you type:
UCX SET NOHOST nodename
This will take out any reference to the node.
To put back in, type:
UCX SET HOST nodename (uppercase) /ALIAS="nodename" (lower case)
/ADDRESS=ip_address
Hope this helps.
Terry.