1850083 Members
1924 Online
104050 Solutions
New Discussion

IP HotStandBy

 
EML
Advisor

IP HotStandBy

Is it possible to implement in HP-UX 11.0 IP redundancy?

Say, I have 2 LAN cards. I only need to use 1, but I would like to use the other as a hot standby. Is it possible to give them the same ip address, and use only 1, but when this 1 fails, the 2nd would automatically kick in, without the need to manually switch the cables?
7 REPLIES 7
Patrick Wallek
Honored Contributor

Re: IP HotStandBy

Sridhar Bhaskarla
Honored Contributor

Re: IP HotStandBy

Edmund,

There are two ways of doing it. Neither of them is simple.

1) Use APA, Auto Port Aggregation. Check the following URL for documentation. There are certain limitations on the Hardware for APA.

http://docs.hp.com/hpux/onlinedocs/J4240-90005/J4240-90005.html

http://docs.hp.com/hpux/onlinedocs/netcom/hp_apa_using11i.pdf

2) Configure a dummy MC/Service Guard package by making your system as a single node cluster. You can monitor the lan and MC/Service Guard will take care of failing over the Lan.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
EML
Advisor

Re: IP HotStandBy

Thanks, Patrick and Sri.

I find APA somewhat HW limited.

We actually have K, L and N servers, and Cisco Catalyst 2900XL.

Sri, do you have some documents or links where I can find more on the dummy MC/Service Guard?
Eugen Cocalea
Respected Contributor

Re: IP HotStandBy

Hi,

Well, an ugly workaround would be to keep a card configured and the other one not. When the first fails, stop networking, configure the second and start networking (auto-magically, of course).

E.
To Live Is To Learn
Santosh Nair_1
Honored Contributor

Re: IP HotStandBy

I suppose you could write a script which could bring up the standby card if the primary card fails...a poor man's MC/SG. It would go something like this...test the lan connection, either by pinging the router or doing a linkloop to another mac address on the same subnet. If these fail, then ifconfig down and ifconfig etc.

Hope this helps.

-Santosh
Life is what's happening while you're busy making other plans
melvyn burnard
Honored Contributor

Re: IP HotStandBy

If you want to read up on MC/ServiceGuard, go take a look at:
http://docs.hp.com/hpux/ha/index.html#ServiceGuard
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Santosh Nair_1
Honored Contributor

Re: IP HotStandBy

Another alternative is the service monitoring daemon MON:

http://www.kernel.org/software/mon/

-Santosh
Life is what's happening while you're busy making other plans