Displaying 5 results from an estimated 5 matches for "gaoyi".
2012 Jun 16
1
[Qemu-devel] How to management KVM virtual machines via libvirt?
CC'ed to libvirt-users.
On Sat, Jun 16, 2012 at 07:00:59PM +0800, GaoYi wrote:
> Hi all,
> ?
> ?? I am trying to management the VMs created by KVM commandline. However, I
> found the libvirt cannot connect to the VMs or manage it from virsh. Can
> anybody provide any help?
> ?? Best,
Shouldn't this go to libvirt mailing list?
http://libvir...
2012 Jun 25
1
Is it possible to in live migration?
Hi all,
In live migration using shared memory, there would be a following step
to input the password after typing:
migrate --live vm_name qemu+ssh://Destination_IP/system.
. I wonder if it is possible to include the password in the URI so that the
password procedure can be avoided?
Thanks,
Yi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jun 16
1
How to update the QEMU of libvirt?
Hi all,
I type "version" and the virsh outputs:
Compiling library: libvir 0.6.3
...
Management: QEMU 0.9.1
Now I wanna update the QEMU to qemu-kvm-0.14.0. I don't know how to. Can
anybody provide any help?
Yi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jul 03
1
Reboot KVM guest failed via virsh!
Hi,
I have tried to reboot a KVM guest by this command line: virsh reboot
vm1
However, the virsh report: reboot is not supported without json
monitor. I am using libvirt-0.9.9 and qemu-0.14.0. Can anyone provide some
help?
Thanks,
Yi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jun 21
1
Libvert live migration problem!
Hi all,
I've succeed to do live migration between two PCs. However, I found I
could not connect the VM by host IP from a remote PC before migration and
can only connect it from host PC. If I appended the VM with the following
line at the end of the xml file:
<listen type='address' address=host_IP port='PORT'>
I can connect the VM via VNCVIEWER with host_IP:PORT.