Red hat cluster
Hi,
I'm having a very strange problem with red hat cluster.
After testing it in the lab, I tried to install a new cluster and received the following error :
cman not started: Cannot start, cluster name is too long or other CCS error /usr/sbin/cman_tool: aisexec daemon didn't start
I've checked the internet for that error, but nothing. I decided to to take the example from cluster.conf man, which looks like that :
<?xml version="1.0"?>
<cluster alias="qwe" config_version="1" name="qwe">
<clusternodes>
<clusternode name=server1.com nodeid="1">
</clusternode>
<clusternode name=server2.com nodeid="2">
</clusternode>
</clusternodes>
</cluster>
And still I get the same error.
I can find my servers both from DNS (FQDN and short name) and they also appear in /etc/hosts.
Any ideas ?
|