Operating System - HP-UX
1825691 Members
3354 Online
109686 Solutions
New Discussion

Network failover without MCSG?

 
SOLVED
Go to solution
Alexandre_12
Occasional Contributor

Network failover without MCSG?

Hi people,

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!
5 REPLIES 5
Sundar_7
Honored Contributor

Re: Network failover without MCSG?

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4240AA

Check the above link - you can use HP Auto Port Aggregation.
Learn What to do ,How to do and more importantly When to do ?
V.Tamilvanan
Honored Contributor

Re: Network failover without MCSG?

Hi Alexandre,
No. You cannot do it with the base HP-UX.

You need to use either MC/SG or HP-APA.
Sunil Sharma_1
Honored Contributor

Re: Network failover without MCSG?

Hi,

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
*** Dream as if you'll live forever. Live as if you'll die today ***
KCS_1
Respected Contributor

Re: Network failover without MCSG?

Hi,

Bingo! you can make it by the APA.

Download document of the APA from http://docs.hp.com

Easy going at all.
Mark Grant
Honored Contributor
Solution

Re: Network failover without MCSG?

Strangely, I have a script that does this.

It 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.
Never preceed any demonstration with anything more predictive than "watch this"