I don't see the running guest in virsh
Posted
by
Louise Hoffman
on Server Fault
See other posts from Server Fault
or by Louise Hoffman
Published on 2010-06-19T16:56:22Z
Indexed on
2011/02/25
23:27 UTC
Read the original article
Hit count: 265
Using CentOS 5 with KVM.
I have downloaded this KVM applicance, and when unzipped it is just a .img file. No xml file supplied.
I can start the guest with
/usr/libexec/qemu-kvm -hda /data/kvm/slash.img -m 512
and it works.
Now I would like to make a config file for the guest.
The problem is when I do
# virsh -c qemu:///system list
Id Name State
----------------------------------
#
I don't see the guest as expected.
Does anyone know what is wrong?
© Server Fault or respective owner