[Linux-cluster] fence_node problem with CMAN version 2.0.60-1.el5

Ashutosh Rajekar arajekar at max-t.com
Tue Mar 27 21:14:29 UTC 2007


I just rebuilt RPMs from the source RPMs of RHEL5 released a few days ago
from
(ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/cman-2.0.60-1.el5.src.rpm)


fence_node doesn't seem to work; I get prints like:
"Mar 27 15:05:52 mds1 fence_node[11404]: Fence of "iosrv2" was unsuccessful".

My configuration file looks like the following:

---------------------------------------
<?xml version="1.0"?>
<cluster name="IA" config_version="2">
  <cman>
    <multicast addr="225.0.0.225"/>
  </cman>
  <clusternodes>
    <clusternode name="mds1" votes="128" nodeid="1">
      <multicast addr="225.0.0.225" interface="myri0"/>
      <fence>
        <method name="single">
          <device name="none"/>
        </method>
      </fence>
    </clusternode>
    <clusternode name="iosrv2" votes="1" nodeid="3">
      <multicast addr="225.0.0.225" interface="myri0"/>
      <fence>
        <method name="single">
          <device name="none"/>
        </method>
      </fence>
    </clusternode>
  </clusternodes>
  <fencedevices>
    <fencedevice name="none" agent="fence_none"/>
  </fencedevices>
</cluster>
---------------------------------------

All nodes are running fine, and can see each other. cman_tool status
returns no problem on either node. CCSD is running fine too:

[root at mds1 ~]# ps ax | grep ccsd
 6448 ?        Ssl    0:00 /sbin/ccsd
11476 pts/0    S+     0:00 grep ccsd


Fenced is running fine too:

[root at mds1 ~]# ps ax  |grep fenced
 6472 ?        Ss     0:00 /sbin/fenced
11488 pts/0    S+     0:00 grep fenced

Any ideas?

Regards,
-Ashutosh




More information about the Linux-cluster mailing list