I have setup two rhel4 U3 boxes with rhcs 4. When ccsd process tries to start returns me this error:
[root@srvimss1 init.d]# ccsd
Failed to connect to cluster manager.
Hint: Magma plugins are not in the right spot.
How can I fix this?? Where is the problem??
My cluster.conf:
<?xml version="1.0" ?>
<cluster config_version="2" name="IMSS_Cluster">
<fence_daemon post_fail_delay="0" post_join_delay="3"/>
<clusternodes>
<clusternode name="srvimss1" votes="1">
<fence>
<method name="1">
<device name="fence_gnbd" nodename="srvimss1"/>
</method>
</fence>
</clusternode>
<clusternode name="srvimss2" votes="1">
<fence>
<method name="1">
<device name="fence_gnbd" nodename="srvimss2"/>
</method>
</fence>
</clusternode>
</clusternodes>
<cman expected_votes="1" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_gnbd" name="fence_gnbd" servers="srvmgmt"/>
</fencedevices>
<rm>
<failoverdomains>
<failoverdomain name="PriCluster" ordered="1" restricted="1">
<failoverdomainnode name="srvimss1" priority="1"/>
<failoverdomainnode name="srvimss2" priority="2"/>
</failoverdomain>
<failoverdomain name="SecCluster" ordered="1" restricted="1">
<failoverdomainnode name="srvimss1" priority="2"/>
<failoverdomainnode name="srvimss2" priority="1"/>
</failoverdomain>
</failoverdomains>
<resources/>
</rm>
</cluster>
--
C.L. Martinez
clopmart@xxxxxxxxx
-- Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster