Re: [libvirt] libvirt remote connection failing

2008-12-19 Thread Richard W.M. Jones
On Fri, Dec 19, 2008 at 11:44:47AM +0530, Shanmuga Rajan wrote: > i am getting the following error > > >>> dcconn = libvirt.open('qemu://192.168.1.82/system') Try: LIBVIRT_DEBUG=1 virsh -c qemu://192.168.1.82/system nodeinfo Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.re

Re: [libvirt] libvirt remote connection failing

2008-12-18 Thread Daniel P. Berrange
On Thu, Dec 18, 2008 at 08:05:40PM +0530, Shanmuga Rajan wrote: > hi > > I was trying to migrate KVM based vM between two machine. > when i tried to make connection with destination machine but it is not > working for me. i got some error. > > i tried the following uri > > qemu://192.168.1.2

Re: [libvirt] libvirt remote connection failing

2008-12-18 Thread Richard W.M. Jones
On Thu, Dec 18, 2008 at 08:05:40PM +0530, Shanmuga Rajan wrote: > I was trying to migrate KVM based vM between two machine. > when i tried to make connection with destination machine but it is not > working for me. i got some error. > > i tried the following uri > > qemu://192.168.1.22/ >

[libvirt] libvirt remote connection failing

2008-12-18 Thread Shanmuga Rajan
hi I was trying to migrate KVM based vM between two machine. when i tried to make connection with destination machine but it is not working for me. i got some error. i tried the following uri qemu://192.168.1.22/ qemu://hostname/ everything is failed. Can any one help me with correct u