GalaxyData Community

Restart proxmox VE services

nano proxmox-restart.sh

add in file

#!/usr/bin/env bash

killall -9 corosync
systemctl restart pve-cluster
systemctl restart pvedaemon
systemctl restart pveproxy
systemctl restart pvestatd
systemctl restart corosync

 

Exit mobile version