Results 1 to 4 of 4
i m setting up two nodw cluster... and download all the rpms needed.
when i started the cman service... it didnt start and gave output wid an error, like:
# ...
- 09-08-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 18
cman service
i m setting up two nodw cluster... and download all the rpms needed.
when i started the cman service... it didnt start and gave output wid an error, like:
# service cman start
Starting cluster:
Loading modules... done
Mounting configfs... done
Starting ccsd... done
Starting cman... failed
cman not started: Can't find local node name in cluster.conf /usr/sbin/cman_tool: aisexec daemon didn't start
[FAILED]
what does it mean????
- 09-08-2009 #2
- 09-09-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 18
i used system-config-cluster and my cluster.conf looks like:
<?xml version="1.0" ?>
<cluster alias="lw_cluster1" config_version="4" name="lw_cluster">
<fence_daemon post_fail_delay="0" post_join_delay="3"/>
<clusternodes>
<clusternode name="node1" nodeid="1" votes="1">
<multicast addr="172.24.0.57" interface="eth0"/>
<fence/>
</clusternode>
</clusternodes>
<cman>
<multicast addr="172.24.0.57"/>
</cman>
<fencedevices/>
<rm>
<failoverdomains/>
<resources/>
</rm>
</cluster>
plz leeme know if i m making a mistake.............
- 09-09-2009 #4
Might want to take a look HERE and see what is different between what you are doing and what is on the page.


Reply With Quote
