search for: xenapi

Displaying 20 results from an estimated 156 matches for "xenapi".

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 3.1b3 060516 (default, Oct...
2007 Feb 02
0
[PATCH] [Xm-TEST] Fix XAPI test case 02
...12, ''type'' : 0, ''shareable'' : 0, - ''read-only'' : 0 + ''read-only'' : 0, + ''location'' : "phy:/dev/ram0" } vdi_ref = session.xenapi.VDI.create(vdi_rec) -res = session.xenapi.SR.get_VDIs(sr_uuid[0]) -if vdi_ref not in res: - session.xenapi.VDI.destroy(vdi_ref) - FAIL("SR_get_VDI does not show new VDI") +if 0: + res = session.xenapi.SR.get_VDIs(sr_uuid[0]) + if vdi_ref not in res: + session.xenapi.V...
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
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...
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:...
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: http://xen.1045712.n5.nabble.com/xenapi-vm-create-question-tp2797641p2797641.html Sent from the Xen - Dev mailing list archiv...
2011 Aug 19
0
build libvirt from source yourself and make sure to get the XenAPI driver enabled.
Hi, I want install libvirt on my ubuntu11.04, and I want to test using libvirt to manage a xenserver, after download the tar and extract them when in this step : ./configure --with-esx --with-xenapi --prefix=/opt/libvirt .... checking for xen_vm_start in -lxenserver... no configure: error: You must install the XenServer Library to compile XenAPI driver with -lxenserver ..... I get this error, but i get very few information about it from google. >>libvirt can use XenAPI via libxenserv...
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...
2013 May 28
1
Re: libvirt for Citrix XenServer
...s that mean it can't do something xen+tcp or xen+ssh or xen+tls ? ie Does the libvirt need to be present on the host by itself . No remote collection is possible ? If remote collection is not possible i would have to install the agent on all the hosts for monitoring. Do we have something like xenapi+ssh or xenapi+tls or xenapi+tcp for remote monitoring ? Regards, Navin
2016 Jul 31
1
Some question about code of xenapi
...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, line 437 is following: xen_vif_create(session, &vif, vif_record); if (!vif) { xen_vif_free(vif); xen_vif_record_free(vif_record); xen_network_record_free(net_rec); xen_network_set_free(net_set); return...
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 twi...
2012 Jan 24
2
how to change existing domain xml?
Hi. I'm trying to change network settings for a domain via libvirt (the driver is xenapi) with no success. According to its sources, 'virsh edit' uses virDomainGetXMLDesc(), allows to edit the received xml and then use virDomainDefineXML(). In case of xenapi driver it leads to a new vm creation (with the same name and edited settings). Looking through the list of API functi...
2007 Apr 07
2
TLS problem
...***   *************************************************************** Continuing... If I disable TLS with "mv /lib/tls /lib/tls.disabled" xend will not start and I am geting messages as follows: [2007-04-07 16:57:34 xend 32327] WARNING (XendAuthSessions:27) python-pam is required for XenAPI support. [2007-04-07 16:57:34 xend 32339] INFO (SrvDaemon:322) Xend Daemon started [2007-04-07 16:57:34 xend 32339] INFO (SrvDaemon:326) Xend changeset: unavailable. [2007-04-07 16:57:34 xend 32339] INFO (SrvDaemon:333) Xend version: Unknown. [2007-04-07 16:57:46 xend 32340] WARNING (XendAuthSe...
2012 Jan 16
6
pip provider
I am running puppet 2.7.9 and using the pip provider. The package gets/is installed but puppet installs it on every run. Do other people run into this. I tried search bugs and the group and have not seen any mention of it. Chris -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2008 Jul 04
0
Bug#489323: [xen-utils-common] XenAPI authentification needs python-pam to work
...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 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 information. --- Architecture: i386 Kernel: Linux 2.6.24-1-686 Debia...
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 information. --- Architecture: i386 Kernel: Linux 2.6.24-1-686 Debia...
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 _______________________________________________ Xe...
2011 Mar 30
7
XCP XenAPI fencing script (clustering support)
Hi, I think this would be the best forum, let me know if not. I am in the middle of writing fencing scripts for Citrix XenServer virtual machines (specifically for use with Redhat Clustering, but will also work from pacemaker etc) and I noticed that XCP uses the same XenAPI (from what I can tell). Just wondering if someone would be able to test the scripts on XCP and let me know if they work. The latest tar ball can be downloaded from the following URL:- http://code.google.com/p/fence-xenserver/downloads/list Once extracted a test can be performed as follows (the f...
2012 Jun 27
0
Trouble connecting to XenServer HyperVisor with Java bindings
...26051: debug : virRegisterSecretDriver:724 : registering Hyper-V as secret driver 2 2012-06-26 19:48:52.300+0000: 26051: debug : virRegisterNWFilterDriver:757 : registering Hyper-V as network filter driver 2 2012-06-26 19:48:52.300+0000: 26051: debug : virRegisterDriver:775 : driver=0x4db07c0 name=XenAPI 2012-06-26 19:48:52.301+0000: 26051: debug : virRegisterDriver:799 : registering XenAPI as driver 8 2012-06-26 19:48:52.305+0000: 26051: debug : virRegisterDriver:775 : driver=0x4dada80 name=remote 2012-06-26 19:48:52.305+0000: 26051: debug : virRegisterDriver:799 : registering remote as driver 9 2...
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 d...