Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Hany Fahim
Yep, that did it. It works when using xen+tls as the transport. Thanks for your help Daniel. Hany On Mon, Jun 8, 2009 at 12:53 PM, Daniel P. Berrange wrote: > On Mon, Jun 08, 2009 at 12:47:30PM -0400, Hany Fahim wrote: > > Hey Daniel, > > Sorry, I should have mentioned that. Yes, I did setup the

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Daniel P. Berrange
On Mon, Jun 08, 2009 at 12:47:30PM -0400, Hany Fahim wrote: > Hey Daniel, > Sorry, I should have mentioned that. Yes, I did setup the x509/TLS > certificates based on the instructions provided by the libvirt > documentation. The setup with the certificates work flawlessly with 0.4.6. > Here is a su

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Hany Fahim
Hey Daniel, Sorry, I should have mentioned that. Yes, I did setup the x509/TLS certificates based on the instructions provided by the libvirt documentation. The setup with the certificates work flawlessly with 0.4.6. Here is a successful run of the virsh command using libvirt 0.4.6 with the certifi

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Daniel P. Berrange
On Mon, Jun 08, 2009 at 12:20:12PM -0400, Hany Fahim wrote: > Hey Daniel, > Thanks for the reply. The strange thing is, libvirt isn't even attempting to > establish a connection with the remote server. I've performed tcpdumps to > verify this; no traffic is exchanged between the two hosts when exec

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Hany Fahim
Hey Daniel, Thanks for the reply. The strange thing is, libvirt isn't even attempting to establish a connection with the remote server. I've performed tcpdumps to verify this; no traffic is exchanged between the two hosts when executing the virsh command. If I switch back to a version of libvirt be

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Daniel P. Berrange
On Sun, Jun 07, 2009 at 02:02:20PM -0400, Hany Fahim wrote: > Hi, > I'm currently running a few servers with CentOS 5.3 (i386) with the stock > Xen version: > > # rpm -q kernel-xen xen libvirt > kernel-xen-2.6.18-92.1.22.el5 > kernel-xen-2.6.18-128.1.6.el5 > xen-3.0.3-80.el5_3.2 > libvirt-0.6.3-1

[libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-07 Thread Hany Fahim
Hi, I'm currently running a few servers with CentOS 5.3 (i386) with the stock Xen version: # rpm -q kernel-xen xen libvirt kernel-xen-2.6.18-92.1.22.el5 kernel-xen-2.6.18-128.1.6.el5 xen-3.0.3-80.el5_3.2 libvirt-0.6.3-1 libvirt was compiled from the src RPM from libvirt.org to run on i386 archite