Table of Contents

Proxmox Cluster Trouble Shooting

Restart Cluster Node Registration

systemctl stop corosync.service 
systemctl stop pve-cluster.service
systemctl stop pvedaemon.service
systemctl stop pveproxy.service
 
systemctl start corosync.service 
systemctl start pve-cluster.service
systemctl start pvedaemon.service
systemctl start pveproxy.service

TCP Dump Multicast Cluster Traffic

tcpdump -n -i eth1 multicast | grep 5404
journalctl | grep corosync
systemctl status corosync.service

Force Quorum

pvecm expected 1

Edit /etc/pve when cluster is down

systemctl stop pve-cluster
pmxcfs -l 
killall mcxcfs
systemctl start pve-cluster

A note about Multicast Traffic