<?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: Query on Quorum Disk &amp;amp; Fenceing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259103#M52610</link>
    <description>Dear Experts,&lt;BR /&gt;One more query, as our server model is "HP DL380 G5" so we want to configure ILO port of this server as fence device. Can we able to configure this ILO port as fence device. If yes do we need extra license for ILO port ??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
    <pubDate>Mon, 18 Oct 2010 09:26:15 GMT</pubDate>
    <dc:creator>Md. Minhaz Khan</dc:creator>
    <dc:date>2010-10-18T09:26:15Z</dc:date>
    <item>
      <title>Query on Quorum Disk &amp; Fenceing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259101#M52608</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;In my company, our Application Vendor configured "Two node Redhat cluster" with database fail-over. During "UAT" we have &lt;BR /&gt;find that they didn't configure Quorum disk for this cluster plus they use "Manual Fencing" which is not recommended by Redhat &lt;BR /&gt;for production environment. Though our each server (Server Model: HP DL380 G5) has HP ILO port but they didnâ  t used it as fencing &lt;BR /&gt;device. Now i have below query about their configuration:&lt;BR /&gt;&lt;BR /&gt;1) If we didnâ  t configure Quorum disk then what would be a split-brain condition if Heart-beat Network connection (192.168.101.1 &amp;amp; 192.168.101.2) lost ??&lt;BR /&gt;&lt;BR /&gt;**Note: In our environment, connection between (192.168.101.1 &amp;amp; 192.168.101.2) are made using cross cable.&lt;BR /&gt;&lt;BR /&gt;172.16.10.101= Sever1 public LAN IP&lt;BR /&gt;172.16.10.102= Sever2 public LAN IP&lt;BR /&gt;172.16.10.104= Cluster Service IP&lt;BR /&gt;&lt;BR /&gt;2) If we didnâ  t have Hardware fencing like HP ILO then what type of problems may arise??&lt;BR /&gt;&lt;BR /&gt;I request you please recommend us whether or not Quorum Disk &amp;amp; Hardware Fencing is required in our "Two node Redhat Cluster" environment. If yes then please give us some explanation so that we can assist our Application vendor to configure Quorum Disk &amp;amp; Hardware fencing.&lt;BR /&gt;&lt;BR /&gt;I have attached necessary files for our cluster configuration with this mail. If you need more information, please let me know&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2010 07:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259101#M52608</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-10-18T07:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Quorum Disk &amp; Fenceing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259102#M52609</link>
      <description>Hi Minhaz,&lt;BR /&gt;&lt;BR /&gt;You really should have both Quorum disk and Auto fencing.&lt;BR /&gt;&lt;BR /&gt;First, if you lose your heartbeat connection, the two nodes will think that they should own the cluster and try to form it by themselves which could lead to both nodes trying to mount the same filesystem resulting in filesystem corruption.&lt;BR /&gt;&lt;BR /&gt;Second, auto fencing is preferable because it could take quite a bit of time for a human to be aware of a problem situation and react to it (fence the problem node).  In auto mode, the problem node would be rebooted almost instantly by ILO.&lt;BR /&gt;&lt;BR /&gt;This is what we are using for quorum disk and fencing configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;QUORUMD device="/dev/mpath/mpath0p1" interval="2" min_score="1" tko="10" votes="1"&gt;&lt;BR /&gt;                &lt;HEURISTIC interval="2" program="/usr/local/sbin/checkpvtlink.sh eth1" score="1"&gt;&lt;/HEURISTIC&gt;&lt;BR /&gt;                &lt;HEURISTIC interval="2" program="/usr/local/sbin/checkpvtlink.sh eth3" score="1"&gt;&lt;/HEURISTIC&gt;&lt;BR /&gt;        &lt;/QUORUMD&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FENCEDEVICES&gt;&lt;BR /&gt;                &lt;FENCEDEVICE agent="fence_ilo" hostname="IP_ADDRESS_NODE_1" login="Admin" name="node11" passwd="ILO_PASSWORD"&gt;&lt;/FENCEDEVICE&gt;&lt;BR /&gt;                &lt;FENCEDEVICE agent="fence_ilo" hostname="IP_ADDRESS_NODE_2" login="Admin" name="node2" passwd="ILO_PASSWORD"&gt;&lt;/FENCEDEVICE&gt;&lt;BR /&gt;        &lt;/FENCEDEVICES&gt;&lt;BR /&gt;&lt;BR /&gt;You can also setup some extensive logging of your cluster like this:&lt;BR /&gt;&lt;BR /&gt;&lt;RM log_facility="local4" log_level="7"&gt;&lt;BR /&gt;&lt;BR /&gt;and configure /etc/syslog.conf to send "local4.debug" in /var/log/cluster.log&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/RM&gt;</description>
      <pubDate>Mon, 18 Oct 2010 08:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259102#M52609</guid>
      <dc:creator>FLQ</dc:creator>
      <dc:date>2010-10-18T08:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Quorum Disk &amp; Fenceing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259103#M52610</link>
      <description>Dear Experts,&lt;BR /&gt;One more query, as our server model is "HP DL380 G5" so we want to configure ILO port of this server as fence device. Can we able to configure this ILO port as fence device. If yes do we need extra license for ILO port ??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Mon, 18 Oct 2010 09:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259103#M52610</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-10-18T09:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Quorum Disk &amp; Fenceing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259104#M52611</link>
      <description>&amp;gt;&amp;gt; If yes do we need extra license for ILO port ??&lt;BR /&gt;&lt;BR /&gt;Is HP ILO needs any license like HP MP.</description>
      <pubDate>Mon, 18 Oct 2010 09:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259104#M52611</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-10-18T09:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Quorum Disk &amp; Fenceing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259105#M52612</link>
      <description>Hi Minhaz,&lt;BR /&gt;&lt;BR /&gt;as far as I know, ILO2 does not need extra licensing to use it as a fence device.&lt;BR /&gt;&lt;BR /&gt;The fence daemon will issue a reboot command in the same way as you would do it in the ILO interface.</description>
      <pubDate>Mon, 18 Oct 2010 09:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259105#M52612</guid>
      <dc:creator>FLQ</dc:creator>
      <dc:date>2010-10-18T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Quorum Disk &amp; Fenceing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259106#M52613</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;Any more justification ? otherwise i am going to close the thread.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Mon, 18 Oct 2010 11:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259106#M52613</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-10-18T11:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Query on Quorum Disk &amp; Fenceing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259107#M52614</link>
      <description>Thanks a lot everybody.</description>
      <pubDate>Tue, 19 Oct 2010 09:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/query-on-quorum-disk-amp-fenceing/m-p/5259107#M52614</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-10-19T09:42:00Z</dc:date>
    </item>
  </channel>
</rss>

