similar to: build libvirt from source yourself and make sure to get the XenAPI driver enabled.

Displaying 20 results from an estimated 1100 matches similar to: "build libvirt from source yourself and make sure to get the XenAPI driver enabled."

2013 May 28
1
Re: libvirt for Citrix XenServer
Hi Eric, Thanks for your response. ________________________________________ From: Eric Blake [eblake@redhat.com] Sent: Tuesday, May 28, 2013 9:07 PM To: Parakkal, Navin S Cc: libvirt-users@redhat.com; Daniel P. Berrange Subject: Re: [libvirt-users] libvirt for Citrix XenServer On 05/27/2013 12:43 AM, Parakkal, Navin S wrote: >> Hi, >> Can someone send me the build steps how to
2011 Jul 19
1
Is libvirt supported on Citrix Xenserver?
Hi,  I was finally able to connect to the xenapi hypervisor.  However, once I connect to virsh and give a 'quit' command I get  "* glibc detected *** virsh: double free or corruption (fasttop):". Please find below the actual memory dump.   Note: I have disabled the SSL certificate verification in xenapi_driver.c by setting
2011 Jul 19
0
Is libvirt supported on Citrix Xenserver?
Hi,  I was finally able to connect to the xenapi hypervisor using virsh of libvirt 0.9.2.  However, once I connect to virsh and give a 'quit' command I get  "* glibc detected *** virsh: double free or corruption (fasttop):". Please find below the actual memory dump.   Note: I have disabled the SSL certificate verification in
2016 Jul 31
1
Some question about code of xenapi
Hello, guys! I am doing some experiment to control XenServer with libvirt, when I define a domain, it always fails and gives the following message: error: Failed to define domain from /root/new.xml error: internal error: Couldn't get VM information from XML so I diving into the souce and found it always fails at network creating, and the code in libvirt-1.3.5\src\xenapi\xenapi_utils.c,
2013 May 28
0
Re: libvirt for Citrix XenServer
On 05/27/2013 12:43 AM, Parakkal, Navin S wrote: > Hi, > Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer. Fedora doesn't build for xenserver by default, because the development headers for xenserver are not under a free license. However, you can download the xenserver development kit yourself at no
2013 May 27
2
libvirt for Citrix XenServer
Hi, Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer. Regards, Navin
2008 Oct 16
0
[PATCH 0/3] Enhance XenAPI for pvSCSI
Hi, These patches enhance XenAPI for pvSCSI. Basically, I implemented XenAPI for pvSCSI according to the patch of XenAPI document which I sent before. However, I renamed the class name of virtual SCSI devices to "DSCSI". As for the patch of XenAPI document, I''m going to send it next week. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards,
2013 Nov 01
5
xend with XenAPI in stackless python-2.7
Hi, I am using XEN-4.1.2 and linux-2.6.32 as dom0. After I upgraded stackless python from 2.5 to 2.7 (and rebuilt xen). XenAPI became unusable, I spent some time to investigate XenAPI,py, it looks fine. So, I guess xend has problem with python 2.7, because it always returned method unknown. Do I have to tweak xend to let it support python 2.7? Thanks, Eric /root # python Python 2.7.5 Stackless
2011 Dec 28
1
Moving XenAPI python modules in a separate binary
Hi Mike and Jon, If I do this: dpkg -S /usr/lib/python2.7/dist-packages/XenAPI.py then I can see that the XenAPI python package is in fact xcp-xapi. This is quite annoying, because I will need it when building OpenStack nova, but xcp-xapi depends on the Xen hypervisor, which I don't care about when building Openstack. Said in another way: I'd like to avoid having to put
2010 Aug 31
1
xenapi vm.create question
I trying to right a module that will control xen function from perl but i''m having a issue trying to understand what need to be send to the function (VM ref) create (session_id s, VM record args) from xenapi.pdf. Can someone please give me a snippet of what i should be passing to the function. I search Google but nothing came with that helped. -- View this message in context:
2008 Sep 03
0
XenAPI: why we implement VM_metrics.VCPUs_utilisation as proportion?
hi all, why we implement VM_metrics.VCPUs_utilisation as the proportion of all cpu time? Then XenAPI client (xm) can not get the accumulated cpu_time of each vcpu. I recommend we make VM_metrics.VCPUs_utilisation just the cpu_time which is maintained by hypervisor. Then XenAPI client (xm) not only can get the accumulated cpu_time of each vcpu, but also can calculate the proportion by getting
2011 Feb 21
0
RFB connection with XenAPI Viewer
I am using the XenAPI viewer, to access consoles on my server using the embedded XenServerConsole.jar How does it access the framebuffer? The information says RFB, but what is the address for that RFB? I would like to connect with my own client if possible. Thank you _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2008 Jun 20
0
Bug#487249: [xen-utils-common] XenAPI authentification needs python-pam to work
Package: xen-utils-common Version: 3.2.0-2 Severity: wishlist --- Please enter the report below this line. --- PAM is the only middle to have an authentification with XenAPI. Without python-pam, Xend silently refuses the authentication and the client have an authentication error. With python-pam it works great. Perhaps it should be intersting to have python-pam as a dependency ? --- System
2008 Jul 04
0
Bug#489323: [xen-utils-common] XenAPI authentification needs python-pam to work
Package: xen-utils-common Version: 3.2.0-2 Severity: normal --- Please enter the report below this line. --- This bug is a duplicate of the bug #487249, but I tagged it as wishlist and I have no answer about it. But I think it should be interesting to correct it, sorry for this. PAM is the only middle to have an authentification with XenAPI. Without python-pam, Xend silently refuses the
2007 Dec 06
3
XenApi
I originally posted this to the xenapi mailing list but i dont think many are on there... here''s my question. My first attempt at this, trying to get php to interface with /var/run/xend/xen-api.sock (or even 127.0.0.1:9363 for that matter). I can make a connection to both the unix socket and the inet socket and write/read data. The problem is i always get the same responce back, also
2008 Jul 31
0
[PATCH] XM on XenAPI: Enable ''xm pci-attach/detach'' via XenAPI
This patch enables ''xm pci-attach/detach'' commands to be executed via xen-api. Regards, ----------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Oct 29
0
A question about XVP Xen API error.
Hi: I got problem of the combination of XVP and Xen Cloud Platform. I have compiled and installed the XVP-1.7.0 on a PC (installed Enterprise Redhat 5.4). I also installed Xen Cloud Platform on a Intel Server. Now I want connect the XVP to Xen Cloud Platform. I started the XVP by run the command on PC: #xvp but system gave me the message below "/usr/lib/libxml2.so.2:no
2008 Jul 02
0
[PATCH][2/3] XenAPI: Add Direct PCI Assignment (DPCI) Support
Add direct pci device assignment support. This patch depends on the previous patch (1/3). ----------------------------------------- Fields for DPCI class: (RO_inst) VM PPCI hotplug_slot <- same as vslot param of pci-attach/detach. (RO_run) virtual_domain virtual_bus virtual_slot virtual_func virtual_name <- domain:bus:slot:func
2012 May 16
0
Has anyone installed XenAPI Toolstack on Debian with Xen 4.2-unstable?
Hopefully someone knows the answer to this, BUT has anyone successfully installed the XAPI Toolstack on a Debian Dom0 (such as Squeeze or Wheezy OR even latest Ubuntu is similar enough) WITH Xen 4.2-unstable compiled and running? AND if so, how to do that? Thank you.
2008 May 07
0
[PATCH] XM/XenAPI: Enable console other_config to be passed through Xen API
Currently console class''s "other_config" parameters (such as "vnclisten" and "vncpasswd") are not passed to xend when creating a domain by xm command through xen-api. The attached patch fixes this problem. Regards, ----------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list