<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RedHat Cluster Suite in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite/m-p/3688322#M67330</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a Redhat Cluster Suite with 2 nodes, using option "Multicast HeartBeating" on clumembd, whith default IP: 225.0.0.11&lt;BR /&gt;&lt;BR /&gt;The cluster member names are:&lt;BR /&gt;&lt;BR /&gt;[root@rhcs1 root]# grep node /etc/hosts&lt;BR /&gt;192.168.100.1   node1&lt;BR /&gt;192.168.100.2   node2&lt;BR /&gt;&lt;BR /&gt;My problem is that the Multicast IP is relating to other network addresses:&lt;BR /&gt;&lt;BR /&gt;See: &lt;BR /&gt;&lt;BR /&gt;[root@rhcs1 root]# ping 225.0.0.11&lt;BR /&gt;PING 225.0.0.11 (225.0.0.11) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.20.178.241: icmp_seq=0 ttl=64 time=0.115 ms&lt;BR /&gt;64 bytes from 10.20.178.242: icmp_seq=0 ttl=64 time=0.353 ms (DUP!)&lt;BR /&gt;&lt;BR /&gt;How to relate Multicast 225.0.0.11 to cerrect IPs (192.168.100.1 and 192.168.100.2) ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Fri, 09 Dec 2005 07:48:38 GMT</pubDate>
    <dc:creator>LivioTeixeiraFilho</dc:creator>
    <dc:date>2005-12-09T07:48:38Z</dc:date>
    <item>
      <title>RedHat Cluster Suite</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite/m-p/3688322#M67330</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a Redhat Cluster Suite with 2 nodes, using option "Multicast HeartBeating" on clumembd, whith default IP: 225.0.0.11&lt;BR /&gt;&lt;BR /&gt;The cluster member names are:&lt;BR /&gt;&lt;BR /&gt;[root@rhcs1 root]# grep node /etc/hosts&lt;BR /&gt;192.168.100.1   node1&lt;BR /&gt;192.168.100.2   node2&lt;BR /&gt;&lt;BR /&gt;My problem is that the Multicast IP is relating to other network addresses:&lt;BR /&gt;&lt;BR /&gt;See: &lt;BR /&gt;&lt;BR /&gt;[root@rhcs1 root]# ping 225.0.0.11&lt;BR /&gt;PING 225.0.0.11 (225.0.0.11) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.20.178.241: icmp_seq=0 ttl=64 time=0.115 ms&lt;BR /&gt;64 bytes from 10.20.178.242: icmp_seq=0 ttl=64 time=0.353 ms (DUP!)&lt;BR /&gt;&lt;BR /&gt;How to relate Multicast 225.0.0.11 to cerrect IPs (192.168.100.1 and 192.168.100.2) ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 09 Dec 2005 07:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite/m-p/3688322#M67330</guid>
      <dc:creator>LivioTeixeiraFilho</dc:creator>
      <dc:date>2005-12-09T07:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat Cluster Suite</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite/m-p/3688323#M67331</link>
      <description>Livio,&lt;BR /&gt;&lt;BR /&gt;As far as I remember (you can verify this in RH Cluster Manager Manual) cluster uses for heartbeating network interface accosiated with hostname, e.g. in your case it's NIC with rhcs1 name.</description>
      <pubDate>Sun, 11 Dec 2005 07:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite/m-p/3688323#M67331</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-12-11T07:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat Cluster Suite</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite/m-p/3688324#M67332</link>
      <description>Karasik,&lt;BR /&gt;&lt;BR /&gt;I did this test before, and the problem was the same.&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;[root@node1 root]# hostname&lt;BR /&gt;node1&lt;BR /&gt;[root@node1 root]# grep node1 /etc/hosts&lt;BR /&gt;192.168.100.1   node1&lt;BR /&gt;[root@node1 root]# ping 225.0.0.11&lt;BR /&gt;PING 225.0.0.11 (225.0.0.11) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.20.178.241: icmp_seq=0 ttl=64 time=0.099 ms&lt;BR /&gt;64 bytes from 10.20.178.242: icmp_seq=0 ttl=64 time=0.324 ms (DUP!)&lt;BR /&gt;&lt;BR /&gt;I solved the problem creating a new route to multicast address with network device:&lt;BR /&gt;&lt;BR /&gt;route add 225.0.0.11 dev eth1&lt;BR /&gt;&lt;BR /&gt;After that, the cluster is working well:&lt;BR /&gt;&lt;BR /&gt;[root@node1 root]# route add 225.0.0.11 dev eth1&lt;BR /&gt;[root@node1 root]# ping 225.0.0.11&lt;BR /&gt;PING 225.0.0.11 (225.0.0.11) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 192.168.100.1: icmp_seq=0 ttl=64 time=0.119 ms&lt;BR /&gt;64 bytes from 192.168.100.2: icmp_seq=0 ttl=64 time=0.360 ms (DUP!)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Livio.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 13:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite/m-p/3688324#M67332</guid>
      <dc:creator>LivioTeixeiraFilho</dc:creator>
      <dc:date>2005-12-15T13:55:13Z</dc:date>
    </item>
  </channel>
</rss>

