mywindowsdownloads.blogspot.com
Click here for all Free Linux Downloads
Terminating a Domain
You can use virsh to terminate a virtual machine:
virsh destroy [domain-name | domain-id | domain-uuid]
This command does an immediate ungraceful shutdown and stops any guest domain sessions (which could potentially lead to file corruptted filesystems still in use by the virtual machine). You should use the destroy
shutdown
option . option only when the virtual machine's operating system is non-responsive. For a paravirtualized virtual machine, you should use the
Converting a Domain Name to a Domain ID
You can use virsh to convert a domain name or UUID to a domain id:
virsh domid [domain-name | domain-uuid]
No comments:
Post a Comment