We moved this page to our Documentation Portal. You can find the latest updates here. |
Question
How do I restart libvirt on a KVM Hypervisor?
Environment:
Any OnApp
Resolution
SSH into the Hypervisor:
CentOS 6:
#/etc/init.d/libvirtd restart
CentOS 7:
#systemctl restart libvirtd
Once this has completed, it should give you the OK sign to let you know it's back up and working.