1828073 Members
2470 Online
109974 Solutions
New Discussion

RHEL Cluster error

 
Fadia Almarei
Super Advisor

RHEL Cluster error

Dear All

I have two redhat Enterprise Linux AS 4 servers I configured them to be clustered with shared storage,i install the RPM's on both servers and do the configuration of adding nodes and fencing and others, i start the ccsd and cman services on the first server and then ftp the cluster.conf file to the second server,when i try to start the ccsd and cman services on the second server i get the folloing error in the log.


Aug 28 10:28:02 CluServ2 cman: startup succeeded
Aug 28 10:28:07 CluServ2 kernel: CMAN: sendmsg failed: -13
Aug 28 10:28:12 CluServ2 kernel: CMAN: sendmsg failed: -13
Aug 28 10:28:12 CluServ2 kernel: CMAN: No functional network interfaces, leaving cluster
Aug 28 10:28:12 CluServ2 kernel: CMAN: sendmsg failed: -13
Aug 28 10:28:12 CluServ2 kernel: CMAN: we are leaving the cluster.
Aug 28 10:28:12 CluServ2 kernel: WARNING: dlm_emergency_shutdown
Aug 28 10:28:12 CluServ2 kernel: WARNING: dlm_emergency_shutdown
Aug 28 10:28:12 CluServ2 ccsd[31038]: Cluster manager shutdown. Attemping to reconnect...
Aug 28 10:28:33 CluServ2 ccsd[31038]: Unable to connect to cluster infrastructure after 30 seconds.

where is the problem and how to solve it.
fadia.marei
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: RHEL Cluster error

Shalom,

This is a networking error.

Make sure the systems can ping each other and that networking support for hostnames used in the cluster.conf file is supported by either /etc/hosts or DNS.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Fadia Almarei
Super Advisor

Re: RHEL Cluster error

Dear Steven

the two servers can ping each other and they are configured in the /etc/hosts files in both servers.

BR;
Fadia
fadia.marei
Ivan Ferreira
Honored Contributor

Re: RHEL Cluster error

If you change the order of the servers, that is, if you start first server 2 (that now is not starting) and then server 1, the problem is transfered to server 1? I just want to ensure that both servers can start the service independtly.

Are you sure that the network interfaces names and order are correct?
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Serviceguard for Linux
Honored Contributor

Re: RHEL Cluster error

I'm not very familiar with RH Cluster Server, but do you have the firewall on? If so, try turning it off until everything is up and running and then, after you find the ports that you need to pass, turn it on.