Operating System - OpenVMS
1826592 Members
3591 Online
109695 Solutions
New Discussion

Remove TCPIP Cluster address

 
SOLVED
Go to solution
Michael Menge
Frequent Advisor

Remove TCPIP Cluster address

On an old VAX with VMS 7.3 and TCPIP V5.3-ECO 2
I want to remove the TCPIP cluster address.
$tcpip show config inter/full
shows
Interface: ZE0
IP-Addr: xxx NETWRK: ...
C_Addr: yyy C_NETWRK: ...
I looked in "Configuring TCP/IP for High Availability" and tried
$tcpip set configuration interface ze0/nocluster
but got
%TCPIP-E-CONFIGERROR, error processing configuration request
-TCPIP-E-INVINTER, error defining interface: ZE0.
$tcpip set inter ze0/nocluster
works, but it isn't permanent.
What is the right command to remove the cluster ip address on the Vax permanently?
3 REPLIES 3
Volker Halle
Honored Contributor
Solution

Re: Remove TCPIP Cluster address

Michael,

as a workaround, document your interface settings and delete the interface (including the cluster alias) with:

$ UCX SET CONF NOINT ZE0

then re-definie the interface with:

$ UCX SET CONF INT ZE0/HOST=xxx/NET=xxx

Volker.
Michael Menge
Frequent Advisor

Re: Remove TCPIP Cluster address

Thanks Volker, it works so.
Michael Menge
Frequent Advisor

Re: Remove TCPIP Cluster address

See above