Hi all,
I have several problems to setup a three nodes cluster under rhel5.3. Under
some circumstances, I need to startup only one node, but clustat every time
shows me: "Member Status: Inquorate". Another times, when I startup the third
node, all cluster nodes go offline.
I use quorum disk to accomplish this pourpose, but what is wrong on my
cluster.conf??
Many thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
<?xml version="1.0"?>
<cluster alias="VMRhelCluster" config_version="3" name="VMRhelCluster">
<fence_daemon post_fail_delay="0" post_join_delay="3"/>
<quorumd interval="1" tko="10" votes="3" label="cluqdisk">
<heuristic program="ping 172.25.50.10 -c1 -t1" score="1" interval="2" tko="3"/>
<heuristic program="ping 172.25.50.16 -c1 -t1" score="1" interval="2" tko="3"/>
<heuristic program="ping 172.25.50.17 -c1 -t1" score="1" interval="2" tko="3"/>
</quorumd>
<clusternodes>
<clusternode name="node1" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="gnbd-fence" nodename="node1"/>
</method>
</fence>
<multicast addr="239.192.75.55" interface="eth1"/>
</clusternode>
<clusternode name="node2" nodeid="2" votes="1">
<fence>
<method name="1">
<device name="gnbd-fence" nodename="node2"/>
</method>
</fence>
<multicast addr="239.192.75.55" interface="eth1"/>
</clusternode>
<clusternode name="node3" nodeid="3" votes="1">
<fence>
<method name="1">
<device name="gnbd-fence" nodename="node3"/>
</method>
</fence>
<multicast addr="239.192.75.55" interface="eth1"/>
</clusternode>
</clusternodes>
<cman expected_votes="4" two_node="0">
<multicast addr="239.192.75.55"/>
</cman>
<fencedevices>
<fencedevice agent="fence_gnbd" name="gnbd-fence" servers="gnbdsrv"/>
<fencedevice agent="fence_manual" name="manual-fence"/>
</fencedevices>
<rm log_facility="local4" log_level="6">
<failoverdomains>
<failoverdomain name="FullCluster1" ordered="1" restricted="1">
<failoverdomainnode name="node1" priority="1"/>
<failoverdomainnode name="node2" priority="2"/>
<failoverdomainnode name="node3" priority="3"/>
</failoverdomain>
<failoverdomain name="FullCluster2" ordered="1" restricted="1">
<failoverdomainnode name="node3" priority="1"/>
<failoverdomainnode name="node2" priority="2"/>
<failoverdomainnode name="node1" priority="3"/>
</failoverdomain>
<failoverdomain name="PartCluster1" ordered="1" restricted="1">
<failoverdomainnode name="node1" priority="1"/>
<failoverdomainnode name="node2" priority="2"/>
</failoverdomain>
<failoverdomain name="PartCluster2" ordered="1" restricted="1">
<failoverdomainnode name="node2" priority="1"/>
<failoverdomainnode name="node1" priority="2"/>
</failoverdomain>
<failoverdomain name="PartCluster3" ordered="1" restricted="1">
<failoverdomainnode name="node3" priority="1"/>
<failoverdomainnode name="node2" priority="2"/>
</failoverdomain>
</failoverdomains>
<resources>
<ip address="172.25.50.18" monitor_link="1"/>
<ip address="172.25.50.19" monitor_link="1"/>
<ip address="172.25.50.20" monitor_link="1"/>
<ip address="172.25.50.21" monitor_link="1"/>
<ip address="172.25.50.22" monitor_link="1"/>
<ip address="172.25.50.23" monitor_link="1"/>
<ip address="172.25.50.24" monitor_link="1"/>
<ip address="172.25.50.25" monitor_link="1"/>
</resources>
</rm>
</cluster>
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster