Datacenter > Summary . RGManager question

RobFantini

Famous Member
May 24, 2012
2,023
107
133
Boston,Mass
Hello,
We have a 4 node cluster.

For some reason one node does not have RGManager working.

My question : Do you have a suggestion on what could cause a node to not run RGManager?
 

Attachments

  • download.jpg
    download.jpg
    131.8 KB · Views: 10
Last edited:
check the settings in:

Code:
root@hp1:~# cat /etc/default/redhat-cluster-pve
# this file is sourced by the following init scripts:
# /etc/init.d/cpglockd
# /etc/init.d/cman
# /etc/init.d/rgmanager


FENCE_JOIN="yes"


and make sure that all nodes are already member of the fence domain, check with:

Code:
root@hp1:~# fence_tool ls
fence domain
member count  3
victim count  0
victim now    0
master nodeid 2
wait state    none
members       2 3 4

If not a member, join with:

Code:
fence_tool join

and restart cman and start rgmanager:

Code:
service cman restart
service start rgmanager
 
Tom
those were already set:
Code:
pc126  ~ # cat /etc/default/redhat-cluster-pve
# this file is sourced by the following init scripts:
# /etc/init.d/cpglockd
# /etc/init.d/cman
# /etc/init.d/rgmanager


FENCE_JOIN="yes"
pc126  ~ # fence_tool ls
fence domain
member count  4
victim count  0
victim now    0
master nodeid 1
wait state    none
members       1 2 3 4

If you have another idea let me know.

Thank you for the help.
 
can´t you restart cman and start rgmanager? if not, whats the error message?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!