Gents,
Having a problem with an initial cluster deployment. The idea is to have 4 nodes, connected to a FC lun, running xen... , clvm + ocfs2
The problem I am experiencing, fencing is not starting up... Also when /etc/init.d/cman start is issued, most hosts just sit there without giving back any results.
I am seeing errors such as Cluster is not quorate. Refusing connection.
(firewalls are open for port 6809udp)
Can you please let me know if you think this cluster.conf is setup correctly?
THANKS!
My cluster.conf:
<?xml version="1.0"?>
<cluster name="WSExen" config_version="2">
<clusternodes>
<clusternode name="host1" nodeid="1">
<fence>
<method name="single">
<device name="manual" ipaddr="host 1`'s ip"/>
</method>
</fence>
</clusternode>
<clusternode name="host2" nodeid="2">
<fence>
<method name="single">
<device name="manual" ipaddr="host2's ip"/>
</method>
</fence>
</clusternode>
<clusternode name="host3" nodeid="3">
<fence>
<method name="single">
<device name="manual" ipaddr="host3's ip"/>
</method>
</fence>
</clusternode>
<clusternode name="host4" nodeid="4">
<fence>
<method name="single">
<device name="manual" ipaddr="host 4's ip"/>
</method>
</fence>
</clusternode>
</clusternodes>
<fence_daemon clean_start="1" post_fail_delay="0" post_join_delay="3"/>
<fencedevices>
<fencedevice name="manual" agent="fence_manual"/>
</fencedevices>
<rm>
</rm>
<cman port="6809">
</cman>
</cluster>
Thanks for all your help!
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster