How to force shutdown a KVM VM with virsh

I have a KVM virtual machine running Windows, and when I try to shutdown, it never stopped. root@sok:~# virsh list Id Name State ————————– 1 iredmail running 3 win10 running root@sok:~# virsh shutdown win10 Domain win10 is being shutdown root@sok:~# virsh list Id Name State ————————– 1 iredmail running 3 win10 running root@sok:~# To force … Read more

virsh

virsh command is used to manage KVM vps. It is part of libvirt package. http://libvirt.org To list KVM virtual machines, run Start a VM To shutdown a VM, run To delete a VM, run Connect to a Remote Server You need SSH Key based authentication setup. List All VM List All Running VM Get Info … Read more