- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network failover without MCSG?
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
04-26-2004 09:10 AM
04-26-2004 09:10 AM
I hope that's not a "too silly to be answered" question, but there's a way to build a network failover solution without the use of MC Service Guard or any other clustering solution?
I mean is there a configuration in the HP-UX itself that could provide simple automatic failover in case one network card fails?
HP-UX 11i is Op. Syst. and I have 2 quad. NICs.
Thanks already!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 09:15 AM
04-26-2004 09:15 AM
Re: Network failover without MCSG?
Check the above link - you can use HP Auto Port Aggregation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 03:19 PM
04-26-2004 03:19 PM
Re: Network failover without MCSG?
No. You cannot do it with the base HP-UX.
You need to use either MC/SG or HP-APA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 03:46 PM
04-26-2004 03:46 PM
Re: Network failover without MCSG?
HP UX itself does not give this facility. You have to use HP product called APA (Auto Port Aggergation), It's a price product from HP which give you failover as well as truncking of NIC.
Or
You can write script which will monitor your LAn card in case of problem it should unconfigure that card and configure other card with same ip address.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 05:43 PM
04-26-2004 05:43 PM
Re: Network failover without MCSG?
Bingo! you can make it by the APA.
Download document of the APA from http://docs.hp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 06:50 PM
04-26-2004 06:50 PM
SolutionIt was actually written to restart process that die but is flexible enough to do failover. I have used it for failing over Linux web servers (and taking them back after) but as it's perl, it will work with hpux too. I attach a tar file of the script which contains an example config file and a tkperl front end manager which you don't need but as I just wrote it, and it's my first go at tkperl, I thought I'd include. I also attach a short note on how to make it do a failover.