- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Network adapter redundancy
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 08:19 PM
тАО10-22-2003 08:19 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 11:39 PM
тАО10-22-2003 11:39 PM
Re: Network adapter redundancy
Information on how to configure can be found in network administration book
under basic connections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 11:40 PM
тАО10-22-2003 11:40 PM
Re: Network adapter redundancy
man nr
man lagconfig
Vikki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 12:20 AM
тАО10-23-2003 12:20 AM
Re: Network adapter redundancy
I will try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 01:09 AM
тАО10-27-2003 01:09 AM
Re: Network adapter redundancy
I tried to use NetRain with 2 device not yet configured and the system replies:
ifconfig: ioctl (SIOCIFADD): Device Busy
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 07:06 PM
тАО10-27-2003 07:06 PM
Solution# 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 07:16 PM
тАО10-27-2003 07:16 PM
Re: Network adapter redundancy
I added the 2 device after the subnet.....
...Thanks!
Ezra