<?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 Re: RHEL cluster issue on two node - Urgent in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246812#M52359</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I think the problem could be related to the amount of score of your heuristic script.&lt;BR /&gt;The score of the heuristic script should be at least the amount of minimum score of your quorum. Otherwise quorum doesn't work.&lt;BR /&gt;cheers&lt;BR /&gt;Reto</description>
    <pubDate>Thu, 08 Jul 2010 06:55:03 GMT</pubDate>
    <dc:creator>Reto Kisseleff</dc:creator>
    <dc:date>2010-07-08T06:55:03Z</dc:date>
    <item>
      <title>RHEL cluster issue on two node - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246810#M52357</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I am building a two node cluster (each node with rhel 5.3 64 bit with cluster suit). But I could see the qdisk coming offline after cman starts. I am attaching the cluster.conf file here with. Please do let me know if there is any issue especially on voting procedure.</description>
      <pubDate>Wed, 07 Jul 2010 17:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246810#M52357</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-07-07T17:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL cluster issue on two node - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246811#M52358</link>
      <description>Attaching the cluster.conf file</description>
      <pubDate>Wed, 07 Jul 2010 17:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246811#M52358</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-07-07T17:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL cluster issue on two node - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246812#M52359</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I think the problem could be related to the amount of score of your heuristic script.&lt;BR /&gt;The score of the heuristic script should be at least the amount of minimum score of your quorum. Otherwise quorum doesn't work.&lt;BR /&gt;cheers&lt;BR /&gt;Reto</description>
      <pubDate>Thu, 08 Jul 2010 06:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246812#M52359</guid>
      <dc:creator>Reto Kisseleff</dc:creator>
      <dc:date>2010-07-08T06:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL cluster issue on two node - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246813#M52360</link>
      <description>Kisseleff is right: you have only one heuristic for quorumd, giving a score of 1 point. With that, quorumd will never reach the min_score of 3, so it will never cast its 3 quorum votes.&lt;BR /&gt;&lt;BR /&gt;Recommendation: either set min_score to 1, or increase the score value of your ping heuristic to 3.&lt;BR /&gt;&lt;BR /&gt;I also see your cman tag is empty. As your total number of votes is 5, I would have expected to see:&lt;BR /&gt;&lt;BR /&gt;&lt;CMAN two_node="0" expected_votes="5"&gt;&lt;/CMAN&gt;&lt;BR /&gt;&lt;BR /&gt;instead of just "&lt;CMAN&gt;&lt;/CMAN&gt;". But fix the quorumd score problem first: once this cman line is in place, your cluster won't ever achieve quorum without the votes given by quorumd.&lt;BR /&gt;&lt;BR /&gt;(When a two-node cluster is using quorumd, there is no need for special two-node mode, so you should set 'two_node="0"'.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 08 Jul 2010 07:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246813#M52360</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-07-08T07:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL cluster issue on two node - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246814#M52361</link>
      <description>Hi Matti,&lt;BR /&gt;&lt;BR /&gt;Thank you for the reply...The below would be okay ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CLUSTER alias="cu_cluster" config_version="15" name="cu_cluster"&gt;&lt;BR /&gt; &lt;QUORUMD device="/dev/sda1" interval="1" label="Qdisk" min_score="3" tko="10" votes="3"&gt;&lt;BR /&gt;  &lt;HEURISTIC interval="2" program="ping -c 172.19.53.200" score="3"&gt;&lt;/HEURISTIC&gt;&lt;BR /&gt; &lt;/QUORUMD&gt;&lt;BR /&gt;&lt;/CLUSTER&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246814#M52361</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-07-08T10:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL cluster issue on two node - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246815#M52362</link>
      <description>Looks good to me.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 08 Jul 2010 11:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246815#M52362</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-07-08T11:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL cluster issue on two node - Urgent</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246816#M52363</link>
      <description>Thanks</description>
      <pubDate>Wed, 05 Jan 2011 06:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-cluster-issue-on-two-node-urgent/m-p/5246816#M52363</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2011-01-05T06:51:53Z</dc:date>
    </item>
  </channel>
</rss>

