- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network redundancy situation on Server with two et...
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
05-02-2001 02:17 PM
05-02-2001 02:17 PM
Network redundancy situation on Server with two ethernet cards.
Both the cards are configured in the kernel and only one card is assigned an IP address, eventhough both are connected to the network device (hub). If the card with IP address fails, the system should bring the other card on to job with the same IP address. This will provide redundancy from the network point of view.
Is such a solution possible in HP-UX? I dont have MC-Service Guard installed.
Thanks a lot for your time.
Anu Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 02:31 PM
05-02-2001 02:31 PM
Re: Network redundancy situation on Server with two ethernet cards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 02:36 PM
05-02-2001 02:36 PM
Re: Network redundancy situation on Server with two ethernet cards.
If you are running on 11.x you could look at AUTO PORT AGGREGATION (product #J4240AA). This software allows multiple lan cards to be configured on the same subnet/network for load balancing and redundancy.
For more information, see:
http://www.hp.com/products1/unixserverconnectivity/software/index.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 03:22 PM
05-02-2001 03:22 PM
Re: Network redundancy situation on Server with two ethernet cards.
Suppose lan0 periodically pings a remote device
(probably a switch) and it fails. It really doesn't matter if the local NIC is down, the cable, or the switch - it's down and we need to do something.) After a few failed ping attempts we then do an ifconfig on lan0 and mark it down. We then do an ifconfig on lan1 setting ip address, subnet, etc. and marking it up. Hopefully lan1 is even connected to an alternate switch for added redundancy. We might have to clean up some routing tables and caches but I think it could be made to work. I didn't say it was easy. I do assume the lanadmin stuff was done at boot.
Note: I do not assert that this is a wise plan only that I think I could pull it off.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2004 01:53 AM
12-03-2004 01:53 AM
Re: Network redundancy situation on Server with two ethernet cards.
Did you ever do anything with this?
I'm looking for a use out of my second NIC on a V-class without adding addtional software, etc.