Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LAN card with two IP addresses question

Status
Not open for further replies.

promotor

Technical User
Oct 14, 2001
35
0
0
PH
Our AIX machine in version 5.2 has two ethernet adapters. Is it possible to configure them with different IP addresses but with the same network? I tried doing it but if I do a ping, I only get 50% success rate.

[noevil]
 
Dear Mach!
I want to modify this question asked by my friend somewhat...
While configuring an HACMP cluster 5.1 on two nodes in mutual takeover cascading configuration ... i configure two service ip addresses... one ip is owned by one RG while the other is owned by another RG...however bot ip adresses belong to same logical subnet and vlan...
here is the config

serviceip1 9.168.1.1
serviceip2 9.168.1.2
node1_boot1 9.168.10.1
node1_boot2 9.168.11.1
node2_boot1 9.168.10.2
node2_boot2 9.168.11.2

IPAT with ip aliasing is used... everything is ok ...cluster works ok however when one node failovers two rgs are on same node and the node have ip adresses belonging to same subnet configured onto its two adapters.
e.g if node2 fails....two RGS and hence ip adresses
9.168.1.1 and 9.168.1.2 are on node1

but i am able to ping both ip addresses..


IS IT CORRECT TO HAVE TWO IP ADDRESSES OF SAME LOGICAL SUBNET ON SAME MACHINE...IF NOT THEN HOW THIS CLUSTER MUTUAL TAKEOEVER CONFIG WORKS OK AND VARIFIES



Here comes polani Once again!!!

P690 Certified Specailist
HACMP & AIX Certified Specailist
AIX & HACCMP Instructor
 
I would make the following modifications:

serviceip1 9.168.1.1
serviceip2 9.168.1.2
node1_boot1 9.168.10.1
node1_stdby 9.168.11.1
node2_boot1 9.168.10.2
node2_stdby 9.168.11.2

Make sure that you have standby adapters configured for each node. Make the necessary configuration changes within HACMP topogoly.

When you start HACMP on node1, the serviceip1 will takeover what used to be the node1_boot1.

When you start HACMP on node2, the serviceip2 will takeover what used to be the node2_boot1.

When you do a failover from node1 to node2, the serviceip1 will takeover the standby adapter and vice versa.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top