0

how to shutdown the virtual machine from command-line in KVM

I am using kvm and running 6 virtual machines. Is it possible to shutdown from command-line itself. How to do so???

KVM Virtual-machine Add a comment
brayden
asked May 08 2017

Answer

0

Use the below command to shutdown VM,

# virsh shutdown VM-name

To force shutdown the VM,

#  virsh destroy VM-name
Add a comment
jagannatharumugam
asked May 08 2017
edited Oct 05 2018
Post your Answer