clustering, master and node question

tesquenure

Member
Aug 18, 2009
109
1
16
Hi All,

We have 1 PVE (server1)
We are planning to install a second PVE (server2)

On server1 we have 2 KVM VS
At the end, we want than serveur2 becaume the master

1) can we :

11) Server1 +2VS as node
Server2 as master

or

12) 1st ,
Server1 +2VS as master
Server2 as node
2nd,
Migrate the 2 PVS from Server1 to Server2
then
Changing Server1 as node and Server2 as master

Thanks all for your help and a great product!
 
if you run one server and you have no cluster master created on the first server:

  1. install the second server and make the master: pveca -c
  2. join the first server to this master: pveca -a -h IP_SERVER2
check all templates and ISO - as these are synced from the master to the nodes, means you need to upload them again.

another way:

  1. promote the first server to the master: pveca -c
  2. join the second (pveca -a -h IP_SERVER1
  3. wait for the sync of all templates and ISO
  4. force the node to be the new master: pveca -m
  5. tell the old master to sync from the new master: pveca -s -h IP_SERVER2
for all infos, see the man pages:

Code:
man pveca
 
Hi Tom,

thx for your answers.

My new server just arive.
(Quad Core, 8GO DDR3, 1TO HDD)

man pveca
Merci beaucoup !

Install party start now
icon10.gif


See you soon