1755694 Members
3468 Online
108837 Solutions
New Discussion юеВ

how to create Virtual IP

 
Taifur
Respected Contributor

how to create Virtual IP

I have two LAN card. I have assigend two physical IP in each LAN card. I want to create a virtual IP. That is , If one LAN card is failed , other LAN card is active. The network connection will remain active.
How can i create a virtual IP.The operating system is HP-UX. Please help me about this regards
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: how to create Virtual IP

Shalom,

Few ways.

A script that does an ifconfig command

ifconfig lan0:0 ipaaddress netmask up

Of course it needs to make sure the ip address is not active on the second node, so its not an easy script.

Serviceguard - a pay for add in program that creates a high availability cluster including the ability to set up a virtual ip address.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Krastev
Honored Contributor

Re: how to create Virtual IP

Hello Taifur,

In this scenario you will need an additional product called APA - auto port aggregation.

You can configure APA in LAN_MONITOR mode - when one lan fail, another will take the traffic.

regards,
ivan