Re: Strange cluster switches with Pulse

"Kit Gerrits" <[email protected]> Fri, 19 Dec 2008 20:59:34 +0100
Newsgroups gmane.linux.redhat.piranha
Message-ID <[email protected]>
--===============0340844214==
Content-Type: multipart/alternative; 
	boundary="----=_Part_11316_9636542.1229716774203"

------=_Part_11316_9636542.1229716774203
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Never mind.

I was running the entire cluster in VMware on my laptop.
The machines managed to drift 25 virtual seconds in just 30 real seconds...

People running into this should look at:
http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.virtualised_realservers.html

Piranha/Pulse simply does not play nice with VMware.


Regards,

Kit


On Thu, Dec 18, 2008 at 2:46 PM, Kit Gerrits <[email protected]> wrote:

> I am seeing the strangest thing:
> Every 3 minutes or so, the secondary cluster node thinks it can't see the
> primary cluster node and decides to failover.
> When the primary node sees this, it sends out an ARP the secondary node
> backs off and teh primary takes over again.
>
> Due to local policy, I am building this LVS cluster on RHEL5.2 with
> piranha and ipvsadm from CentOS5.2
>
> Aside from a stock RHEL5.2 from DVD, I am running the following software:
> gmp-4.1.4-10.el5.i386.rpm
> ipvsadm-1.24-8.1.i386.rpm
> libgomp-4.1.2-42.el5.i386.rpm
> php-5.1.6-20.el5.i386.rpm
> php-cli-5.1.6-20.el5.i386.rpm
> php-common-5.1.6-20.el5.i386.rpm
> piranha-0.8.4-9.3.el5.i386.rpm
>
> LVS Config:
> [@lvs-test1 ~]$ cat /etc/sysconfig/ha/lvs.cf
> serial_no = 57
> primary = 10.100.77.4
> primary_private = 192.168.201.11
> service = lvs
> backup_active = 1
> backup = 10.100.76.87
> backup_private = 192.168.201.12
> heartbeat = 1
> heartbeat_port = 539
> keepalive = 2
> deadtime = 10
> network = nat
> nat_router = 192.168.201.15 eth0:1
> nat_nmask = 255.255.255.0
> debug_level = NONE
> monitor_links = 1
> virtual Trac {
>      active = 1
>      address = 10.100.77.250 eth1:1
>      vip_nmask = 255.255.240.0
>      port = 80
>      persistent = 300
>      send = "GET / HTTP/1.0\r\n\r\n"
>      expect = "HTTP"
>      use_regex = 0
>      load_monitor = none
>      scheduler = wlc
>      protocol = tcp
>      timeout = 6
>      reentry = 15
>      quiesce_server = 1
>      server Trac-test1 {
>          address = 192.168.201.21
>          active = 1
>          weight = 500
>      }
>      server Trac-Test2 {
>          address = 192.168.201.22
>          active = 1
>          weight = 500
>      }
> }
>
>
> hosts:
> # Public IPs
> 10.100.77.4     lvs-test1-pub.rdc.local  lvs-test1-pub
> 10.100.76.87    lvs-test2-pub.rdc.local  lvs-test2-pub
> 10.100.77.250  trac-test-pub.rdc.local trac-test-pub.rdc
>
> # Private IPs
> 192.168.201.11  lvs-test1.rdc.local     lvs-test1
> 192.168.201.12  lvs-test2.rdc.local     lvs-test2
> 192.168.201.15  lvs-test-gw.rdc.local   lvs-test-gw
> 192.168.201.21  trac-test1.rdc.local    trac-test1
> 192.168.201.22  trac-test2.rdc.local    trac-test2
>
> Interfaces:
> lvs-test1:
> [@lvs-test1 ~]$ /sbin/ifconfig |grep -e Link -e 'inet' |grep -v inet6
> eth0      Link encap:Ethernet  HWaddr 00:0C:29:C7:5D:05
>           inet addr:192.168.201.11  Bcast:192.168.201.255
> Mask:255.255.255.0
> eth0:1    Link encap:Ethernet  HWaddr 00:0C:29:C7:5D:05
>           inet addr:192.168.201.15  Bcast:192.168.201.255
> Mask:255.255.255.0
> eth1      Link encap:Ethernet  HWaddr 00:0C:29:C7:5D:0F
>           inet addr:10.100.77.4  Bcast:10.100.79.255  Mask:255.255.240.0
> eth1:1    Link encap:Ethernet  HWaddr 00:0C:29:C7:5D:0F
>           inet addr:10.100.77.250  Bcast:10.100.79.255  Mask:255.255.240.0
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>
> lvs-test2:
> [@lvs-test1 ~]$ /sbin/ifconfig |grep -e Link -e 'inet' |grep -v inet6
> eth0      Link encap:Ethernet  HWaddr 00:0C:29:D7:F9:6A
>           inet addr:192.168.201.12  Bcast:192.168.201.255
> Mask:255.255.255.0
>           inet6 addr: fe80::20c:29ff:fed7:f96a/64 Scope:Link
> eth1      Link encap:Ethernet  HWaddr 00:0C:29:D7:F9:74
>           inet addr:10.100.76.87  Bcast:10.100.79.255  Mask:255.255.240.0
>           inet6 addr: fe80::20c:29ff:fed7:f974/64 Scope:Link
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>
>
> Routing table:
> [@lvs-test1 ~]$ netstat -rn
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt
> Iface
> 192.168.201.0   0.0.0.0         255.255.255.0   U         0 0          0
> eth0
> 10.100.64.0     0.0.0.0         255.255.240.0   U         0 0          0
> eth1
> 169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0
> eth1
> 0.0.0.0         10.100.64.254   0.0.0.0         UG        0 0          0
> eth1
>
> [@lvs-test2 ~]$ netstat -rn
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt
> Iface
> 192.168.201.0   0.0.0.0         255.255.255.0   U         0 0          0
> eth0
> 10.100.64.0     0.0.0.0         255.255.240.0   U         0 0          0
> eth1
> 169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0
> eth1
> 0.0.0.0         10.100.64.254   0.0.0.0         UG        0 0          0
> eth1
>
>
>
> ARP ping to floating GW IP and APP IP  works from the non-active node:
> Cluster on lvs-test1:
> [@lvs-test2 ~]$ sudo /sbin/arping 192.168.201.15
> ARPING 192.168.201.15 from 192.168.201.12 eth0
> Unicast reply from 192.168.201.15 [00:0C:29:C7:5D:05]  3.739ms
> Unicast reply from 192.168.201.15 [00:0C:29:C7:5D:05]  1.324ms
> Unicast reply from 192.168.201.15 [00:0C:29:C7:5D:05]  1.332ms
>
> [@lvs-test2 ~]$ sudo /sbin/arping 10.100.77.250
> ARPING 10.100.77.250 from 192.168.201.12 eth0
> Unicast reply from 10.100.77.250 [00:0C:29:C7:5D:05]  1.895ms
> Unicast reply from 10.100.77.250 [00:0C:29:C7:5D:05]  1.441ms
> Unicast reply from 10.100.77.250 [00:0C:29:C7:5D:05]  1.395ms
>
>
> Cluster on lvs-test2:
> [@lvs-test1 etc]$ sudo /sbin/arping 192.168.201.15
> ARPING 192.168.201.15 from 192.168.201.11 eth0
> Unicast reply from 192.168.201.15 [00:0C:29:D7:F9:6A]  3.861ms
> Unicast reply from 192.168.201.15 [00:0C:29:D7:F9:6A]  1.499ms
> Unicast reply from 192.168.201.15 [00:0C:29:D7:F9:6A]  0.934ms
>
> [@lvs-test1 ~]$ sudo /sbin/arping 10.100.77.250
> ARPING 10.100.77.250 from 192.168.201.11 eth0
> Unicast reply from 10.100.77.250 [00:0C:29:D7:F9:6A]  4.436ms
> Unicast reply from 10.100.77.250 [00:0C:29:D7:F9:6A]  1.327ms
> Unicast reply from 10.100.77.250 [00:0C:29:D7:F9:6A]  1.495ms
>
>
> I have attached 2 files with more-detailed information.
>
> # Why does pulse think the secundary is dead, even with 2 interfaces?
> # Why are both internal and  external IP's returning the same MAC address?
>
>

------=_Part_11316_9636542.1229716774203
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<br>Never mind.<br><br>I was running the entire cluster in VMware on my laptop.<br>The machines managed to drift 25 virtual seconds in just 30 real seconds...<br><br>People running into this should look at:<br><a href="http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.virtualised_realservers.html">http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.virtualised_realservers.html</a><br>
<br>Piranha/Pulse simply does not play nice with VMware.<br><br><br>Regards,<br><br>Kit<br><br><br><div class="gmail_quote">On Thu, Dec 18, 2008 at 2:46 PM, Kit Gerrits <span dir="ltr">&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am seeing the strangest thing:<br>Every 3 minutes or so, the secondary cluster node thinks it can&#39;t see the primary cluster node and decides to failover.<br>
When the primary node sees this, it sends out an ARP the secondary node backs off and teh primary takes over again.<br>

<br>Due to local policy, I am building this LVS cluster on RHEL5.2 with <span>piranha</span> and ipvsadm from CentOS5.2<br><br>Aside from a stock RHEL5.2 from DVD, I am running the following software:<br>gmp-4.1.4-10.el5.i386.rpm<br>

ipvsadm-1.24-8.1.i386.rpm<br>
libgomp-4.1.2-42.el5.i386.rpm<br>php-5.1.6-20.el5.i386.rpm<br>php-cli-5.1.6-20.el5.i386.rpm<br>php-common-5.1.6-20.el5.i386.rpm<br><div><span>piranha</span>-0.8.4-9.3.el5.i386.rpm<br>
<br>LVS Config:<br>[@lvs-test1 ~]$ cat /etc/sysconfig/ha/<a href="http://lvs.cf/" target="_blank">lvs.cf</a><br>
serial_no = 57<br>primary = 10.100.77.4<br>primary_private = 192.168.201.11<br>service = lvs<br>backup_active = 1<br>backup = 10.100.76.87<br>backup_private = 192.168.201.12<br>heartbeat = 1<br>heartbeat_port = 539<br>keepalive = 2<br>


deadtime = 10<br>network = nat<br>nat_router = 192.168.201.15 eth0:1<br>nat_nmask = 255.255.255.0<br>debug_level = NONE<br>monitor_links = 1<br>virtual Trac {<br>&nbsp;&nbsp;&nbsp;&nbsp; active = 1<br>&nbsp;&nbsp;&nbsp;&nbsp; address = 10.100.77.250 eth1:1<br>

&nbsp;&nbsp;&nbsp;&nbsp; vip_nmask = 255.255.240.0<br>
&nbsp;&nbsp;&nbsp;&nbsp; port = 80<br>&nbsp;&nbsp;&nbsp;&nbsp; persistent = 300<br>&nbsp;&nbsp;&nbsp;&nbsp; send = &quot;GET / HTTP/1.0\r\n\r\n&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; expect = &quot;HTTP&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp; use_regex = 0<br>&nbsp;&nbsp;&nbsp;&nbsp; load_monitor = none<br>&nbsp;&nbsp;&nbsp;&nbsp; scheduler = wlc<br>&nbsp;&nbsp;&nbsp;&nbsp; protocol = tcp<br>


&nbsp;&nbsp;&nbsp;&nbsp; timeout = 6<br>&nbsp;&nbsp;&nbsp;&nbsp; reentry = 15<br>&nbsp;&nbsp;&nbsp;&nbsp; quiesce_server = 1<br>&nbsp;&nbsp;&nbsp;&nbsp; server Trac-test1 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address = 192.168.201.21<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; active = 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; weight = 500<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp; server Trac-Test2 {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address = 192.168.201.22<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; active = 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; weight = 500<br>&nbsp;&nbsp;&nbsp;&nbsp; }<br>}<br><br><br>hosts:<br># Public IPs<br>10.100.77.4&nbsp;&nbsp;&nbsp;&nbsp; lvs-test1-pub.rdc.local&nbsp; lvs-test1-pub<br>10.100.76.87&nbsp;&nbsp;&nbsp; lvs-test2-pub.rdc.local&nbsp; lvs-test2-pub<br>10.100.77.250&nbsp; trac-test-pub.rdc.local trac-test-pub.rdc<br>

<br># Private IPs<br>
192.168.201.11&nbsp; lvs-test1.rdc.local&nbsp;&nbsp;&nbsp;&nbsp; lvs-test1<br>192.168.201.12&nbsp; lvs-test2.rdc.local&nbsp;&nbsp;&nbsp;&nbsp; lvs-test2<br>192.168.201.15&nbsp; lvs-test-gw.rdc.local&nbsp;&nbsp; lvs-test-gw<br>192.168.201.21&nbsp; trac-test1.rdc.local&nbsp;&nbsp;&nbsp; trac-test1<br>192.168.201.22&nbsp; trac-test2.rdc.local&nbsp;&nbsp;&nbsp; trac-test2<br>


<br>Interfaces:<br>lvs-test1:<br>[@lvs-test1 ~]$ /sbin/ifconfig |grep -e Link -e &#39;inet&#39; |grep -v inet6<br>eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:0C:29:C7:5D:05<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:192.168.201.11&nbsp; Bcast:192.168.201.255&nbsp; Mask:255.255.255.0<br>


eth0:1&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:0C:29:C7:5D:05<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:192.168.201.15&nbsp; Bcast:192.168.201.255&nbsp; Mask:255.255.255.0<br>eth1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:0C:29:C7:5D:0F<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:10.100.77.4&nbsp; Bcast:10.100.79.255&nbsp; Mask:255.255.240.0<br>


eth1:1&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:0C:29:C7:5D:0F<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:10.100.77.250&nbsp; Bcast:10.100.79.255&nbsp; Mask:255.255.240.0<br>lo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Local Loopback<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:127.0.0.1&nbsp; Mask:255.0.0.0<br>


<br>lvs-test2:<br>[@lvs-test1 ~]$ /sbin/ifconfig |grep -e Link -e &#39;inet&#39; |grep -v inet6<br>eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:0C:29:D7:F9:6A<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:192.168.201.12&nbsp; Bcast:192.168.201.255&nbsp; Mask:255.255.255.0<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 addr: fe80::20c:29ff:fed7:f96a/64 Scope:Link<br>eth1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:0C:29:D7:F9:74<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:10.100.76.87&nbsp; Bcast:10.100.79.255&nbsp; Mask:255.255.240.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 addr: fe80::20c:29ff:fed7:f974/64 Scope:Link<br>


lo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Local Loopback<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:127.0.0.1&nbsp; Mask:255.0.0.0<br><br><br>Routing table:<br>[@lvs-test1 ~]$ netstat -rn<br>Kernel IP routing table<br>Destination&nbsp;&nbsp;&nbsp;&nbsp; Gateway&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Genmask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags&nbsp;&nbsp; MSS Window&nbsp; irtt Iface<br>


192.168.201.0&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.0&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth0<br>10.100.64.0&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.240.0&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth1<br>169.254.0.0&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.0.0&nbsp;&nbsp;&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth1<br>


0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.100.64.254&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth1<br><br>[@lvs-test2 ~]$ netstat -rn<br>Kernel IP routing table<br>Destination&nbsp;&nbsp;&nbsp;&nbsp; Gateway&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Genmask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags&nbsp;&nbsp; MSS Window&nbsp; irtt Iface<br>


192.168.201.0&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.0&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth0<br>10.100.64.0&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.240.0&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth1<br>169.254.0.0&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.0.0&nbsp;&nbsp;&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth1<br>


0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.100.64.254&nbsp;&nbsp; 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 eth1<br><br><br><br>ARP ping to floating GW IP and APP IP&nbsp; works from the non-active node:<br>Cluster on lvs-test1:<br>[@lvs-test2 ~]$ sudo /sbin/arping 192.168.201.15<br>


ARPING 192.168.201.15 from 192.168.201.12 eth0<br>Unicast reply from 192.168.201.15 [00:0C:29:C7:5D:05]&nbsp; 3.739ms<br>Unicast reply from 192.168.201.15 [00:0C:29:C7:5D:05]&nbsp; 1.324ms<br>Unicast reply from 192.168.201.15 [00:0C:29:C7:5D:05]&nbsp; 1.332ms<br>


<br>[@lvs-test2 ~]$ sudo /sbin/arping 10.100.77.250<br>ARPING 10.100.77.250 from 192.168.201.12 eth0<br>Unicast reply from 10.100.77.250 [00:0C:29:C7:5D:05]&nbsp; 1.895ms<br>Unicast reply from 10.100.77.250 [00:0C:29:C7:5D:05]&nbsp; 1.441ms<br>


Unicast reply from 10.100.77.250 [00:0C:29:C7:5D:05]&nbsp; 1.395ms<br><br><br>Cluster on lvs-test2:<br>[@lvs-test1 etc]$ sudo /sbin/arping 192.168.201.15<br>ARPING 192.168.201.15 from 192.168.201.11 eth0<br>Unicast reply from 192.168.201.15 [00:0C:29:D7:F9:6A]&nbsp; 3.861ms<br>


Unicast reply from 192.168.201.15 [00:0C:29:D7:F9:6A]&nbsp; 1.499ms<br>Unicast reply from 192.168.201.15 [00:0C:29:D7:F9:6A]&nbsp; 0.934ms<br><br>[@lvs-test1 ~]$ sudo /sbin/arping 10.100.77.250<br>ARPING 10.100.77.250 from 192.168.201.11 eth0<br>


Unicast reply from 10.100.77.250 [00:0C:29:D7:F9:6A]&nbsp; 4.436ms<br>Unicast reply from 10.100.77.250 [00:0C:29:D7:F9:6A]&nbsp; 1.327ms<br>Unicast reply from 10.100.77.250 [00:0C:29:D7:F9:6A]&nbsp; 1.495ms<br><br><br>I have attached 2 files with more-detailed information.<br>

<br># Why does pulse think the secundary is dead, even with 2 interfaces?<br># Why are both internal and&nbsp; external IP&#39;s returning the same MAC address?</div><br>
</blockquote></div><br>

------=_Part_11316_9636542.1229716774203--


--===============0340844214==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Piranha-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/piranha-list
--===============0340844214==--