offline node, VMs actually working

aloshiii

New Member
Oct 22, 2012
3
0
1
Hi all,
after i tried to make cluster with other proxmox server , both are same version, i got some trouble, my proxmox server look like it is offline node, but actually all of the VMs are working properly,please have a look at attachment Capture.PNG
 
Hi,
restart pvecluster service and flush your browser cache
 
i solved the problem after i followed this steps:
# service pve-cluster stop

  • start it again but forcing local mode
# pmxcfs -l

  • remove the cluster config
# rm /etc/pve/cluster.conf
# rm /etc/cluster/cluster.conf
# rm /var/lib/pve-cluster/corosync.authkey

  • stop the cluster file system again
# service pve-cluster stop

  • restart pve services (or reboot)
# service pve-cluster start
# service pvedaemon restart
# service pveproxy restart
# service pvestatd restart