Operating System - Tru64 Unix
1824974 Members
4458 Online
109678 Solutions
New Discussion юеВ

Network adapter redundancy

 
SOLVED
Go to solution

Network adapter redundancy

Hi all,

I have an es40 box with 4 network adapter.
I know It is possible to have redundancy on this adapters. How can I do this?

Thanks.
6 REPLIES 6
rachel_11
Advisor

Re: Network adapter redundancy

You configure netrain.
Information on how to configure can be found in network administration book
under basic connections
Vikki Wikeley
Advisor

Re: Network adapter redundancy

Depending on the OS you can either use netrain or lag (link aggregation).

man nr
man lagconfig

Vikki
I was right about the whales & dolphins

Re: Network adapter redundancy

thanks a lot.
I will try.

Re: Network adapter redundancy

Hi,

I tried to use NetRain with 2 device not yet configured and the system replies:

ifconfig: ioctl (SIOCIFADD): Device Busy

Thanks for your help.
Ralf Puchner
Honored Contributor
Solution

Re: Network adapter redundancy

it seems lat is still configured within the kernel. Check if latcp -d gives an output and if so deactivate it:

# autosysconfig list

if lat will be listed

# autosysconfig delete lat

reboot system.

If lat is not listed be sure the devices are switched to "down".

# ifconfig ee0 down
# ifconfig ee1 down
# ifconfig nr0 add ee0,ee1
# ifconfig nr0 10.0.0.1 netmask 255.255.255.0
# ping 10.0.0.1
Help() { FirstReadManual(urgently); Go_to_it;; }

Re: Network adapter redundancy

Thanks Ralph.

I added the 2 device after the subnet.....
...Thanks!

Ezra