1834284 Members
1866 Online
110066 Solutions
New Discussion

syslog message

 
SOLVED
Go to solution
Javier Ortiz Guajardo
Frequent Advisor

syslog message

Hi, i??ve receive this message in syslog
cmcld[2463]: Node xxxxxx has ceased cluster activities.
cmcld[2463]: Attempting to form a new cluster
cmcld[2463]: Turning off safety time protection since the
cluster
cmcld[2463]: now consists of a single node. If ServiceGu
ard
cmcld[2463]: fails, this node will not automatically halt
cmcld[2463]: Clearing Cluster Lock
cmcld[2463]: 1 nodes have formed a new cluster, sequence
#44
cmcld[2463]: The new active cluster membership is: xxxxxx
(id=1)
cmcld[2463]: New node xxxxxx is joining the cluster
cmcld[2463]: Attempting to adjust cluster membership
cmcld[2463]: Enabling safety time protection
cmcld[2463]: Clearing Cluster Lock
cmcld[2463]: 2 nodes have formed a new cluster, sequence
#45
cmcld[2463]: The new active cluster membership is: xxxxxx
(id=1), xxxxxx(id=2)
mvi902 cmcld[2463]: Request from node xxxxxx to disable package
dbnosap on node xxxxxx.
cmcld[2463]: Disabled package dbnosap on node xxxxxx.

do you why this happen and what is the solution to this message.

Thanks.
The obstacles are those things that the people see when they left to see their goals.
3 REPLIES 3
Marco Santerre
Honored Contributor

Re: syslog message

Well, from what I understand here, it looks like something happened between your two nodes in your cluster. I figure that if you are posting this here, chances are the second node of your cluster has not actually had a problem (like rebooting or something like that).

Basically, what it did here, is that it reformed your cluster with only one node out of the two.

My gut feeling tells me that something happened with the heartbeat or with one of the two nodes. It could be network related, or anything similar. If you lose you rheartbeat, though, your cluster will re-formed itself with only one of the nodes, whichever ones catches the cluster lock disk faster.

Hope this helps a bit.
Cooperation is doing with a smile what you have to do anyhow.
Michael Steele_2
Honored Contributor
Solution

Re: syslog message

I'd put in new SG bininaries and assume the old ones got corrupted, as they occaisionally do.

You can evaluate your existing binaries with :

# cmgetconf -C cltemp.ascii (* cluster binary *)

then run

cmcheckconf -C cltemp.ascii
Support Fatherhood - Stop Family Law
keith persons
Valued Contributor

Re: syslog message

before actually redistributing the binary might want to check the node timeout variable in the ascii cluster config file. The default is 2 seconds - if you're running on a switched network, 8 seconds is the recommended minimum to prevent the hb timeouts. If you're getting these message repeatedly in the syslog file than I would expect the node timeout to be too small.


Keith