[Linux-cluster] two node cluster startup problem

Charlie Sharkey charlie.sharkey at bustech.com
Wed Apr 5 17:40:48 UTC 2006


Hi,

I'm having trouble with a two node cluster. The second node ("one")
gets the config from "zero" ok, but won't join the cluster. It instead
starts it's own cluster (according to /proc/cluster/nodes). My config
file is below, any help would be appreciated. thanks !


<?xml version="1.0"?>
<cluster name="alpha" config_version="4">
      
       <cman two_node="1" expected_votes="1">
        </cman>
                      
         <clusternodes>
           <clusternode name="zero" votes="1">
             <fence>
               <method name="single">
                 <device name="human" ipaddr="192.188.120.161"/>
               </method>
             </fence>
           </clusternode>
            <clusternode name="one" votes="1">
             <fence>
               <method name="single">
                 <device name="human" ipaddr="192.188.120.162"/>
               </method>
             </fence>
           </clusternode>
         </clusternodes>
         
         <fencedevices>
           <fencedevice name="human" agent="fence_manual"/>
         </fencedevices> 
         
 </cluster>












More information about the Linux-cluster mailing list