No Quorum!!

wipeout_dude

Member
Jul 15, 2012
39
0
6
Hi,

I seem to be having a problem with my two node test cluster.. It was working before I tried to setup network bonding.. Since then I can't seem to get the cluster up.. I have changed the network config on both servers back to just using the nic directly on vmbr0 but still not having any luck..

root@cnode1:~# service cman start
Starting cluster:
Checking if cluster has been disabled at boot... [ OK ]
Checking Network Manager... [ OK ]
Global setup... [ OK ]
Loading kernel modules... [ OK ]
Mounting configfs... [ OK ]
Starting cman... [ OK ]
Waiting for quorum... Timed-out waiting for cluster
[FAILED]
Stopping cluster:
Stopping dlm_controld... [ OK ]
Stopping fenced... [ OK ]
Stopping cman... [ OK ]
Waiting for corosync to shutdown:[ OK ]
Unloading kernel modules... [ OK ]
Unmounting configfs... [ OK ]
root@cnode1:~# pvecm status
cman_tool: Cannot open connection to cman, is it running ?

Can someone point me in the right direction please??

Thanks.
 
Great!! That's worked to get the services to start..

The issue now is that from the web interface on cnode1 I am not able to manage cnode2.. I just get "Unable to get IP for node 'cnode2' - node offline? (500)"

How do I get the web interface working again to manage both nodes?
 
Once cman is started, you need to restart dependent services:

#/etc/init.d/pve-cluster restart
#/etc/init.d/pvestatd restart

Does that help?
 
Thnaks Dietmar that solved it..

Sorry if these are "newbie" issues..

Now I can get back to trying to get nic bonding to work reliably.. :)