Operating System - HP-UX
1834255 Members
1777 Online
110066 Solutions
New Discussion

One IP address in two physical interface

 
SOLVED
Go to solution

One IP address in two physical interface

Hi.

I have one server whith hp-ux 11.11, this server have 2 physical interface, i need have one interface to failover, when one fails another one takes the ip address, i not have service guard.

some way exists to do this?

thanks
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: One IP address in two physical interface

Another product (not free but MUCH cheaper than MC/SG) is Auto Port Aggregation (APA). It will do exactly what you want and actually increase bandwith when both ports are fully functional as well as provide failover. It only works with certain ehternet switches so check the hardware matrix.
If it ain't broke, I can fix that.
Peyman Javaheri
Frequent Advisor

Re: One IP address in two physical interface

I didn't know about the switches, which is good to know. ALSO, it works only with certain ethernet cards, so do checke them out, too.

This link should take you there:
http://docs.hp.com/en/netcom.html#Auto%20Port%20Aggregation%20%28APA%29

regards,
peyman;
Mel Burslan
Honored Contributor

Re: One IP address in two physical interface

if the single IP address is the binding point for you, you can use a load balancer of some sort. If you have an unused hardware load balancer like a Cisco brand one, you can use this kind of device, or you can build one from a fast x86 (PC family) box and 2 high speed NICs running a stripped down and specialized linux distribution.

I must agree, APA is the first solution that comes to mind when you mention 2 interfaces with the same IP address, but sometimes, configuration and troubleshoorting of APA is overwhelmin. So, my suggestion is another alternative.
________________________________
UNIX because I majored in cryptology...

Re: One IP address in two physical interface

Thank to all for answer my question.

Regards

Re: One IP address in two physical interface

Thanks...