We have a simple cluster with two resource groups - each one taking care about 2 service IP addresses (so in total 4 service addresses in the cluster).
There are two cluster nodes with 4 network inetrfaces per node (no persistent addresses) IPAT is made by addres takeover (I am not using IPAT via aliasing).
So I have 2 boot ifs and 2 stby ifs per node.
Each resource group "has" its own home node, startup policy is set to start on first available node.
So, when I start cluster on first node, both rgs are bring up smoothly on that node. I have then 4 service addresses configured on that node (no stby left). At this state, netstat -r shows:
rg2_serv loopback UGHS 15 2879555 lo0 - - -
rg2_serv2 loopback UGHS 15 2343465 lo0 - - -
When I do start HACMP on second node, (the high prorioty node for rg2), then rg2 is released (stopped) on first node and started on second node, but...the routing entries mentioned above are not removed from first node by HACMP!!!!!!
Services rg2_serv and rg2_serv2 are up on node2 but I cannot ping from that node rg1_serv or rg1_serv2 being up on node1 !!!!!!
To solve this problem I run on node1:
route delete -host rg2_serv loopback
route delete -host rg2_serv2 loopback
but shouldn't it be done by HACMP itself / during takeover?
(HACMP 5.2 with latest fixes and some exifes, AIX 5.2)
There are two cluster nodes with 4 network inetrfaces per node (no persistent addresses) IPAT is made by addres takeover (I am not using IPAT via aliasing).
So I have 2 boot ifs and 2 stby ifs per node.
Each resource group "has" its own home node, startup policy is set to start on first available node.
So, when I start cluster on first node, both rgs are bring up smoothly on that node. I have then 4 service addresses configured on that node (no stby left). At this state, netstat -r shows:
rg2_serv loopback UGHS 15 2879555 lo0 - - -
rg2_serv2 loopback UGHS 15 2343465 lo0 - - -
When I do start HACMP on second node, (the high prorioty node for rg2), then rg2 is released (stopped) on first node and started on second node, but...the routing entries mentioned above are not removed from first node by HACMP!!!!!!
Services rg2_serv and rg2_serv2 are up on node2 but I cannot ping from that node rg1_serv or rg1_serv2 being up on node1 !!!!!!
To solve this problem I run on node1:
route delete -host rg2_serv loopback
route delete -host rg2_serv2 loopback
but shouldn't it be done by HACMP itself / during takeover?
(HACMP 5.2 with latest fixes and some exifes, AIX 5.2)