Datacenter > Summary . RGManager question

RobFantini

Famous Member
May 24, 2012
2,084
117
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?