Hello,
I've a production cluster composed of 4 nodes :
I had an hardware failure on node4. I've to change the node, and to reinstall Proxmox on this node.
Of course, I migrated all the VMs which were on node4 to other nodes.
As I am on a production cluster, I want to be 100% sure of the procedure to follow. Could you tell me if I'm wrong ?
Is it correct ?
If not, what should be the procedure ?
Thanks a lot.
I've a production cluster composed of 4 nodes :
- node1
- node2
- node3
- node4
I had an hardware failure on node4. I've to change the node, and to reinstall Proxmox on this node.
Of course, I migrated all the VMs which were on node4 to other nodes.
As I am on a production cluster, I want to be 100% sure of the procedure to follow. Could you tell me if I'm wrong ?
- apt-get update && apt-get upgrade on all nodes 1, 2 and 3
- fresh install of Proxmox on node4, with same IP and hostname
- apt-get update && apt-get upgrade on node4, to be at the same level as other nodes
- on node1 for instance (or 2, or 3), do :
pvecm add node4 --force - reboot node4
Is it correct ?
If not, what should be the procedure ?
Thanks a lot.