[Linux-cluster] ccsd startup problem

G.Marshall g.marshall at dalmany.co.uk
Thu Mar 22 11:27:40 UTC 2007


I am having problems starting ccsd

I have followed the instructions in doc/usage.txt and also on
https://rpeterso.108.redhat.com/files/documents/98/247/STABLE.txt

I have installed a 2.6.20.3 kernel from kernel.org

I have installed openais from svn, on two machines, started them both up
with "aisexec" and can see them joining
Mar 22 10:14:32.430926 [CLM  ] CLM CONFIGURATION CHANGE
Mar 22 10:14:32.430979 [CLM  ] New Configuration:
Mar 22 10:14:32.431041 [CLM  ]  r(0) ip(192.168.2.7)
Mar 22 10:14:32.431104 [CLM  ]  r(0) ip(192.168.2.21)
Mar 22 10:14:32.431153 [CLM  ] Members Left:
Mar 22 10:14:32.431200 [CLM  ] Members Joined:
Mar 22 10:14:32.431259 [CLM  ]  r(0) ip(192.168.2.21)
Mar 22 10:14:32.431345 [SYNC ] This node is within the primary component
and will provide service.
Mar 22 10:14:32.431484 [TOTEM] entering OPERATIONAL state.
Mar 22 10:14:32.434059 [CLM  ] got nodejoin message 192.168.2.7
Mar 22 10:14:32.435451 [CLM  ] got nodejoin message 192.168.2.21

I have installed cluster from cvs and installed a cluster.conf

<?xml version="1.0"?>
<cluster name="alpha" config_version="1">

<cman>
</cman>

<clusternodes>
<clusternode name="node01.cluster">
	<fence>
		<method name="single">
			<device name="human" nodename="node01.cluster"/>
		</method>
	</fence>
</clusternode>

<clusternode name="node02.cluster">
	<fence>
		<method name="single">
			<device name="human" nodename="node02.cluster"/>
		</method>
	</fence>
</clusternode>

<clusternode name="node03.cluster">
	<fence>
		<method name="single">
			<device name="human" nodename="node03.cluster"/>
		</method>
	</fence>
</clusternode>
</clusternodes>

<fencedevices>
	<fencedevice name="human" agent="fence_manual"/>
</fencedevices>

</cluster>

I get the following error
/etc/cluster# ccsd -4In
Starting ccsd DEVEL.1174489543:
 Built: Mar 21 2007 21:48:09
 Copyright (C) Red Hat, Inc.  2004  All rights reserved.
  IP Protocol:: IPv4 only
  Communication:: Local sockets disabled
  No Daemon:: SET

Unable to connect to cluster infrastructure after 30 seconds.
Unable to connect to cluster infrastructure after 60 seconds.
Unable to connect to cluster infrastructure after 90 seconds.

Does anyone have any suggestions please?

Thank you,

Spencer




More information about the Linux-cluster mailing list