1751828 Members
5472 Online
108782 Solutions
New Discussion юеВ

Some questions:

 
SOLVED
Go to solution
Bona_1
Frequent Advisor

Some questions:

hello all,

is it possible to REMOVE the current tcpip configuration on a system, and configure it afresh?
I seem to have configured the wrong interface, and wd like to deconfigure it.
Thanks
2 REPLIES 2
Uwe Zessin
Honored Contributor
Solution

Re: Some questions:

Hm, assuming this is not a system disk for a multi-node cluster, the very hard way to wipe out everything would be to do:

$ delete sys$system:tcpip$*.dat;*


To remove a single interface you could do (typing from memory):
TCPIP> show configuration interface
TCPIP> set configuration nointerface IntName

That removes it from the permanent database. Best way for a cleanup is a system reboot.
.
Bona_1
Frequent Advisor

Re: Some questions:

EXCELLENT! it worked. thanks a million!