Sunday, June 28, 2015

Rejoin hardware node to Proxmox cluster

service pvestatd stop
service pvedaemon stop

service cman stop
killall -9 corosync cman dlm_controld fenced

service pve-cluster stop

rm /etc/cluster/cluster.conf
rm -rf /var/lib/pve-cluster/* /var/lib/pve-cluster/.*
rm /var/lib/cluster/*

// check versions - make sure it is running same version (kernel) as other nodes
uname -a
pveversion -v   (look for Running kernel: ... )

reboot (you have to reboot!)



After rebooting, you can add the node as usual:
pvecm add <IP address of one of the nodes already in the cluster>


No comments:

Post a Comment