1) Start the "virsh" shell:
As root (or using "sudo"), run the following command on the KVM host:
Code: Select all
$ virshYou can get a list of all clients on that KVM host:
Code: Select all
list --allCode: Select all
Id Name State
----------------------------------------------------
2 my-kvmclient runningCode: Select all
shutdown my-kvmclientCode: Select all
Id Name State
----------------------------------------------------
- my-kvmclient shut off3) Undefine the client's domain:
Code: Select all
undefine my-kvmclientThat's it.
Links: