Operating System - Tru64 Unix
1752647 Members
5471 Online
108788 Solutions
New Discussion

Re: How to remove Netrain

 
SOLVED
Go to solution
Rambo_1
Regular Advisor

How to remove Netrain

There is a DE504-BA adapter in my DS20 server ,and the tu0 and tu2 had been configured to nr0 .But I want to delete the nr0 and just use tu2 only now,I mean I don't want to use Netrain . Could anyone tell me how to do this ?

Thanks !
Rambo
1 REPLY 1
Ivan Ferreira
Honored Contributor
Solution

Re: How to remove Netrain

Save a copy of your current configuration:

cd /etc
cp rc.config rc.config.bak

Remove any instances of NR* variables:

NRDEV_0="nr0"
export NRDEV_0
NRCONFIG_0="ee0,ee1"
export NRCONFIG_0
NR_DEVICES="1"
export NR_DEVICES

Change the variable NETDEV_ from nr0 to the interface you want to keep the IP address. Reboot and use sysman net_wizard to configure tu2.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?