We have just configured a IPMP group with following /etc/hostname.xsvnicx files

-bash-3.00# cat /etc/hostname.xsvnic53
190.100.15.1 netmask 255.255.255.0 group hari1 up
-bash-3.00# cat /etc/hostname.xsvnic57
group hari1 standby up
-bash-3.00#

Now we perform following steps
1. unplumb the primary nic xsvnic53.  Fail over happens to secondary xsvnic57, 
and xsvnic57:1 gets created and traffic goes on via secondary
2. Now we plumb the primary nic xsvnic53 again and IPMP Primary gets 
configured afresh grouping with the old secondary.
3. Now if we do a link down on secondary xsvnic57, the fail back happens to 
primary xsvnic53 with floater interfaces (xsvnic53:1 and xsvnic53:2) getting 
configured.
4. every time we do a unplumb and plumb on primary, one extra floater interface 
gets configured (piles up like xsvnic53:1 :2 :3 and :4). 
5. Eventually after 4 such floater interfaces [xsvnic53:1,:2 :3 & :4] configs, 
the pings stall and hangs as shown under

-bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        zone tz2
        inet 127.0.0.1 netmask ff000000
lo0:2: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        zone tz1
        inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 192.168.72.101 netmask ffffff00 broadcast 192.168.72.255
        ether 0:30:48:8d:ea:80
xsvnic53: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
        inet 190.100.11.1 netmask ffffff00 broadcast 190.100.255.255
        groupname hari1
        ether 0:13:97:3:1:65
xsvnic53:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
        inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255
xsvnic53:2: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
        inet 190.100.11.1 netmask ffffff00 broadcast 190.100.255.255
xsvnic53:3: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
        inet 190.100.11.1 netmask ffffff00 broadcast 190.100.255.255
xsvnic53:4: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
        inet 190.100.11.1 netmask ffffff00 broadcast 190.100.11.255
xsvnic57: flags=39000802<BROADCAST,MULTICAST,IPv4,NOFAILOVER,FAILED,STANDBY> 
mtu 0 index 3
        inet 0.0.0.0 netmask 0
        groupname hari1
        ether 0:13:97:c:71:79
-bash-3.00#

[r...@xcluster07 tests1]# date
Tue Nov 17 05:56:24 IST 2009
[r...@xcluster07 tests1]# ping 190.100.11.1
PING 190.100.11.1 (190.100.11.1) 56(84) bytes of data.

[32]+  Stopped                 ping 190.100.11.1
[r...@xcluster07 tests1]# date
Tue Nov 17 05:59:18 IST 2009
[r...@xcluster07 tests1]#
-- 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to