virtualization:proxmox:restart_services
Restarting the ProxMox services from CLI
Sometimes you may find it necessary to restart the stack on a server from the command line. Here is how I do it.
ROOT
killall -9 corosync
systemctl restart pve-cluster
systemctl restart pvedaemon
systemctl restart pveproxy
systemctl restart pvestatsd
virtualization/proxmox/restart_services.txt · Last modified: by 127.0.0.1
