- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Nic 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
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
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 10:11 PM
10-22-2003 10:11 PM
I got 4 nic Ethernet Card (A5506B) over HP-UX B.11.00 9000/800. I want it to have 2 ports with same ip and to be redundent. Any suggestions on how doing it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 10:25 PM
10-22-2003 10:25 PM
SolutionFew rules.
Rule 1. You can not have same IP address for NIC cards at the same time. What you can do is
a)configure them but keep it down using,
ifconfig lan1 down
and as soon as lan0 goes down you can bring up lan1
b) Buy other products like MC/SG
c) Write you'r own script which configures the 2nd lan card as soon as first goes down.
Rule 2. You can not have 2 NIC cards on the same network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 10:37 PM
10-22-2003 10:37 PM
Re: Nic Redundancy
I don't have 2 cards, I have one card with 4 nics. isn't there any way to configure 2 (or more) of them in such a way that if one is down the other goes up with same ip?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 10:40 PM
10-22-2003 10:40 PM
Re: Nic Redundancy
Rajeev has said the most important things.
Alternatively you may consider using APA (Auto Port Aggregation) which allows failover and trunking of network ports, but this requires a license while you could write a monitoring/failover script on your own.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 12:18 PM
10-24-2003 12:18 PM
Re: Nic Redundancy
It needs a license, but I don't think its a lot of money compared to what it can do. And if you connect the cards through different switches, you have even more resilience and the network guys can do maintenance without affecting your server connectivity.
Its quite easy to set up too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 12:53 PM
10-24-2003 12:53 PM
Re: Nic Redundancy
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 10:43 AM
11-10-2003 10:43 AM
Re: Nic Redundancy
I think APA software part will take care of Ip and all ip (even MAC address) related communication. It has nothing to do with switch / hub. I mean no special criteria for selecting the switch.
It is true that for better redundancy, switch has to provide a failover path.
Pl revert back if am wrong...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 03:37 PM
11-10-2003 03:37 PM
Re: Nic Redundancy
Bill Hassell, sysadmin