cluster master died - what now?

mangoo

Member
Feb 4, 2009
198
0
16
wpkg.org
That's just a hypothetical situation.

Imagine that your Proxmox VE cluster master died and you can't start it any more.

Without a cluster master, one can't start/stop/VNC guests on the other nodes (at least in the web interface).


What is the recommended way to recover from such a situation (i.e., how to promote another node to be a master if the current master is not present)?
 
That's just a hypothetical situation.

Imagine that your Proxmox VE cluster master died and you can't start it any more.

Without a cluster master, one can't start/stop/VNC guests on the other nodes (at least in the web interface).
You can control every cluster separately

What is the recommended way to recover from such a situation (i.e., how to promote another node to be a master if the current master is not present)?

Anyone of you cluster can become master of clusters. To do it you can try
#pveca -m (force local node to become master)
 
That's just a hypothetical situation.

Imagine that your Proxmox VE cluster master died and you can't start it any more.

Without a cluster master, one can't start/stop/VNC guests on the other nodes (at least in the web interface).


What is the recommended way to recover from such a situation (i.e., how to promote another node to be a master if the current master is not present)?
u can ssh to the server ( slave node ) try the following
1- /etc/init.d/httpd restart
2- pveca -m to force it to be master
what happend on master node how it died maybe we can help getting it started :)
amr
 
The suggested way is to:

1.) promote a new master with "pveca -m"

2.) tell other nodes that there is a new master with "pvesa -s -h IP" on all nodes.

- Dietmar