<?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: RH Cluster Suite - Fence manual does not work in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964059#M46810</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have the same problem here, but wasn't yet able to keep the whole cluster from blocking if one of the nodes crashes.&lt;BR /&gt;&lt;BR /&gt;While powering off one of the nodes over ILO the whole gfs blocks any access. Trying to fence that host afterwards with fence_manual or fence_ack_manual I run in the same error messages you mentioned before.&lt;BR /&gt;&lt;BR /&gt;You closed this case but hopefully you might have an idea, how I can solve this...&lt;BR /&gt;&lt;BR /&gt;I attached the configuration file to this reply. Please take a short look at it.</description>
    <pubDate>Mon, 20 Mar 2006 09:50:03 GMT</pubDate>
    <dc:creator>Arnd Kohlen</dc:creator>
    <dc:date>2006-03-20T09:50:03Z</dc:date>
    <item>
      <title>RH Cluster Suite - Fence manual does not work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964056#M46807</link>
      <description>I have created a 2 nodes cluster with red hat cluster suite and RHEL ES 4.&lt;BR /&gt;&lt;BR /&gt;I configured the fencing method as manual. The problem is that when I power off one node to test it, the fencing does not work, on the log I get:&lt;BR /&gt;&lt;BR /&gt;fenced: fencing node "nodename"&lt;BR /&gt;fenced: fence "nodename" failed&lt;BR /&gt;&lt;BR /&gt;This will show forerer and the cluster will hang, until the other node join the cluster again.&lt;BR /&gt;&lt;BR /&gt;If I run fence_manual I get:&lt;BR /&gt;sucess: fence_manual "nodename"&lt;BR /&gt;&lt;BR /&gt;In the log I get:&lt;BR /&gt;&lt;BR /&gt;Waiting for "nodename" to rejoing the cluster or for manual acknowledment that it has been reset (i.e. fence_ack_manual -n "nodename")&lt;BR /&gt;&lt;BR /&gt;If I run fence_ack_manual -n "nodename" I get:&lt;BR /&gt;&lt;BR /&gt;can't open /tmp/fence_manual.fif: No such file or directory.&lt;BR /&gt;&lt;BR /&gt;If I do strace of fence_manual, I see:&lt;BR /&gt;&lt;BR /&gt;mknod("/tmp/fence_manual.fifo", S_IFIFO|0600) = 0&lt;BR /&gt;write (1, "sucess: ....) = 41&lt;BR /&gt;unlink("/tmp/fence_manual.fifo") = 0&lt;BR /&gt;&lt;BR /&gt;Why I get the unlink? Is this removing the file before I run fence_ack_manual?&lt;BR /&gt;&lt;BR /&gt;I'm currently just testing, I know that I should use another fencing method, but it would be nice if I could just have this working to do all other testings.&lt;BR /&gt;&lt;BR /&gt;If I stop the fenced daemon (even if I souldn't), the services will relocate, because it won't try to fence the node (and then hang the cluster), but GFS won't work.</description>
      <pubDate>Thu, 02 Mar 2006 10:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964056#M46807</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-02T10:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: RH Cluster Suite - Fence manual does not work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964057#M46808</link>
      <description>Ok, now I understand. fence_manual only works when the other node is down. If you do fence_manual with the other node up, will will finish immediatly because the cluster is quorate. But, still does not works directly from fenced when a node is powered off.</description>
      <pubDate>Thu, 02 Mar 2006 17:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964057#M46808</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-02T17:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: RH Cluster Suite - Fence manual does not work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964058#M46809</link>
      <description>Now it works. It was a configuration problem. I created the fence device but did not assiciated with a node. Also, system-config-cluster does not allows to specify all parameters for the fence method. The nodename must be added manually to the cluster.conf file.</description>
      <pubDate>Fri, 03 Mar 2006 06:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964058#M46809</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-03T06:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: RH Cluster Suite - Fence manual does not work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964059#M46810</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have the same problem here, but wasn't yet able to keep the whole cluster from blocking if one of the nodes crashes.&lt;BR /&gt;&lt;BR /&gt;While powering off one of the nodes over ILO the whole gfs blocks any access. Trying to fence that host afterwards with fence_manual or fence_ack_manual I run in the same error messages you mentioned before.&lt;BR /&gt;&lt;BR /&gt;You closed this case but hopefully you might have an idea, how I can solve this...&lt;BR /&gt;&lt;BR /&gt;I attached the configuration file to this reply. Please take a short look at it.</description>
      <pubDate>Mon, 20 Mar 2006 09:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964059#M46810</guid>
      <dc:creator>Arnd Kohlen</dc:creator>
      <dc:date>2006-03-20T09:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: RH Cluster Suite - Fence manual does not work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964060#M46811</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have the same problem here, but wasn't yet able to keep the whole cluster from blocking if one of the nodes crashes.&lt;BR /&gt;&lt;BR /&gt;While powering off one of the nodes over ILO the whole gfs blocks any access. Trying to fence that host afterwards with fence_manual or fence_ack_manual I run in the same error messages you mentioned before.&lt;BR /&gt;&lt;BR /&gt;You closed this case but hopefully you might have an idea, how I can solve this...&lt;BR /&gt;&lt;BR /&gt;I attached the configuration file to this post. Please take a short look at it.</description>
      <pubDate>Mon, 20 Mar 2006 09:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964060#M46811</guid>
      <dc:creator>Arnd Kohlen</dc:creator>
      <dc:date>2006-03-20T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: RH Cluster Suite - Fence manual does not work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964061#M46812</link>
      <description>GFS will hang because the fencing is not working. Your configuration seems to be good, it's hard to troubleshoot this problem if i'm not in front of the server.&lt;BR /&gt;&lt;BR /&gt;Ensure that your /etc/hosts file is right, and the node name should point to the interconnect ip address.</description>
      <pubDate>Mon, 20 Mar 2006 10:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964061#M46812</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-20T10:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: RH Cluster Suite - Fence manual does not work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964062#M46813</link>
      <description>For the sake of completeness.&lt;BR /&gt;&lt;BR /&gt;This error "can't open /tmp/fence_manual.fifo: No such file or directory." appears if fence_ack_manual is run without having run "fence_ack" before on the same node. The command fence_manual creates this file and waits for fence_ack_manual.&lt;BR /&gt;&lt;BR /&gt;My problem was my cluster.conf:&lt;BR /&gt;&lt;BR /&gt;Wrong: &lt;FENCE_DEVICES ...=""&gt;&lt;BR /&gt;Right: &lt;FENCEDEVICES ...=""&gt;&lt;BR /&gt;&lt;BR /&gt;Just if someone finds this thread and needs to know how the story finished... :-)&lt;BR /&gt;&lt;/FENCEDEVICES&gt;&lt;/FENCE_DEVICES&gt;</description>
      <pubDate>Wed, 22 Mar 2006 13:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964062#M46813</guid>
      <dc:creator>Arnd Kohlen</dc:creator>
      <dc:date>2006-03-22T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: RH Cluster Suite - Fence manual does not work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964063#M46814</link>
      <description>Ivan,&lt;BR /&gt;&lt;BR /&gt;I wrote a monitor script for RH4 CL that handles this problem with a fence acknowledge command.&lt;BR /&gt;&lt;BR /&gt;Works well.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 22 Mar 2006 13:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-cluster-suite-fence-manual-does-not-work/m-p/4964063#M46814</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-22T13:29:44Z</dc:date>
    </item>
  </channel>
</rss>

