Member Status: Inquorate in RHEL 5.6
Posted
by
Eugene S
on Server Fault
See other posts from Server Fault
or by Eugene S
Published on 2012-03-22T15:18:46Z
Indexed on
2012/03/25
11:32 UTC
Read the original article
Hit count: 518
I've encountered a strange issue. I had to change the time on my Linux RHEL cluster system. I've done it using the following command from the root user:
date +%T -s "10:13:13"
After doing this, some message appeared relating to <emerg> #1: Quorum Dissolved
(however I didn't capture the message completely).
In order to investigate the issue I looked at /var/log/messages
and I've discovered these errors.
Below is the output of few commands I got when tried to investigate the issue, however I don't have enough knowledge to make use of this information.
[root@system1a ~]# clustat
Cluster Status for system4081 @ Sun Mar 25 11:45:48 2012
Member Status: Inquorate
Member Name ID Status
------ ---- ---- ------
chb_sys1a 1 Online, Local
chb_sys2a 2 Offline
[root@system1a ~]# cman_tool nodes
Node Sts Inc Joined Name
1 M 872 2012-03-25 08:43:07 chb_sys1a
2 X 0 chb_sys2a
[root@system1a ~]# qdiskd -f -d
[17654] debug: Loading configuration information
[17654] debug: 0 heuristics loaded
[17654] debug: Quorum Daemon: 0 heuristics, 1 interval, 10 tko, 0 votes
[17654] debug: Run Flags: 00000035
[17654] info: Quorum Daemon Initializing
stat: Bad address
[17654] crit: Initialization failed
I tried to search through the internet and found out a quite similar issue here. However, for some reason I am not able to access the bug on bugzilla. The link to the bug is here
© Server Fault or respective owner