[Linux-cluster] message from 1 does not - etc

James Davis james at austdomains.com.au
Sun Nov 27 09:28:17 UTC 2005


Ok simple setup

2 nodes.

I'm getting the following messages on them and fs2 is NOT join the cluster -
I would appreciate any help possible...

It's a debian system based on http://xfdeb.sourceforge.net/ - it seemed to
be the ONLY way i could get the software to even compile on debian

Alternatively I would love to hear from anyone who has done this on debian
or if it's mostly a redhat install base

FS1 - Looks ok
Nov 24 21:47:51 fs1 kernel: Lock_DLM (built Jan 29 2005 20:42:25) installed
Nov 24 21:49:28 fs1 kernel: CMAN: Waiting to join or form a Linux-cluster
Nov 24 21:50:00 fs1 kernel: CMAN: forming a new cluster
Nov 24 21:55:10 fs1 kernel: CMAN: node fs2 rejoining

output from ccsd on fs1

fs1:~# ccsd -v -n
Starting ccsd DEVEL.1099278672:
Built: Nov  1 2004 04:18:46
Copyright (C) Red Hat, Inc.  2004  All rights reserved.
 Verbose Flag:: SET
 No Daemon:: SET

cluster.conf (cluster name = test, version = 5) found.
Connected to cluster infrastruture via: CMAN/SM Plugin v1.1
Initial status:: Inquorate

Now FS2

Nov 24 20:44:28 fs2 kernel: Lock_DLM (built Jan 29 2005 20:42:25) installed
Nov 24 20:47:06 fs2 kernel: CMAN: Waiting to join or form a Linux-cluster
Nov 24 20:47:10 fs2 kernel: CMAN: sending membership request
Nov 24 20:47:10 fs2 kernel: CMAN: got node fs1
Nov 24 20:47:55 fs2 kernel: CMAN: nmembers in HELLO message from 1 does not
match our view (got 1, exp 2)
Nov 24 20:50:40 fs2 kernel: CMAN: too many transition restarts - will die
Nov 24 20:50:40 fs2 kernel: CMAN: we are leaving the cluster. Inconsistent
cluster view
Nov 24 20:51:26 fs2 kernel: CMAN: Waiting to join or form a Linux-cluster
Nov 24 20:51:29 fs2 kernel: CMAN: sending membership request
Nov 24 20:51:29 fs2 kernel: CMAN: got node fs1
Nov 24 20:52:14 fs2 kernel: CMAN: nmembers in HELLO message from 1 does not
match our view (got 1, exp 2)
Nov 24 20:54:59 fs2 kernel: CMAN: too many transition restarts - will die
Nov 24 20:54:59 fs2 kernel: CMAN: we are leaving the cluster. Inconsistent
cluster view

fs2:~# ccsd -v -n
Starting ccsd DEVEL.1099278672:
Built: Nov  1 2004 04:18:46
Copyright (C) Red Hat, Inc.  2004  All rights reserved.
 Verbose Flag:: SET
 No Daemon:: SET

Remote copy of cluster.conf is from quorate node.
Local version # : 5
Remote version #: 5
Connected to cluster infrastruture via: CMAN/SM Plugin v1.1
Initial status:: Inquorate
Remote copy of cluster.conf is from quorate node.
Local version # : 5
Remote version #: 5
Connected to cluster infrastruture via: CMAN/SM Plugin v1.1
Initial status:: Inquorate


A copy of the config which is identical on both machines is as follows.

<?xml version="1.0"?>
<cluster name="test" config_version="5">

 <cman two_node="1" expected_votes="1">
<multicast addr="224.0.0.1"/>
</cman>


     <nodes>
         <node name="fs1" votes="1">
               <multicast addr="224.0.0.1" interface="eth0"/>
               <fence>
                       <method name="single">
                               <device name="human" ipaddr="192.168.30.1"/>
                       </method>
               </fence>
       </node>
       <node name="fs2" votes="1">
               <multicast addr="224.0.0.1" interface="eth0"/>
               <fence>
                       <method name="single">
                               <device name="human" ipaddr="192.168.30.2"/>
                       </method>
               </fence>
        </node>
       </nodes>
       <fence_devices>
               <fence_device name="human" agent="fence_manual"/>
       </fence_devices>
</cluster>

Regards
James






More information about the Linux-cluster mailing list