Re: [libvirt-users] listDomains() not working on Xen

2011-11-15 Thread Preethi Ramesh
Thanks! I tried virsh -c xen:///system list --all and I got: Domain 0 running test idle I'm able to successfully ping the test VM also. How can I get the list of active VMs now? On Tue, Nov 15, 2011 at 11:00 AM, Matthias Bolte < matthias.bo...@googlemail.com> wrote: > 2011/11/15 PRE

Re: [libvirt-users] listDomains() not working on Xen

2011-11-15 Thread Matthias Bolte
2011/11/15 PREETHI RAMESH : > Hey all, > I've been trying to make listDomains() work on Xen but it simply returns an > array of null values. Also, while displaying the length of the array > returned by listDomains(). Upon using the same function in KVM, I'm able to > retrieve the complete array of

[libvirt-users] listDomains() not working on Xen

2011-11-15 Thread PREETHI RAMESH
Hey all, I've been trying to make listDomains() work on Xen but it simply returns an array of null values. Also, while displaying the length of the array returned by listDomains(). Upon using the same function in KVM, I'm able to retrieve the complete array of active machines. I'm positive that act