Displaying 20 results from an estimated 6000 matches similar to: "XenAPI: why we implement VM_metrics.VCPUs_utilisation as proportion?"
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,
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
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:
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,
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
2007 Jun 15
0
Exception starting xend ((11, ''Resource temporarily unavailable''))
Hi
I tried building xen on my IA64 machine. It builds and installs smoothly.
But I have not been able to start xend.
I get the error in /var/log/xen/xend.log as below:
[2007-06-14 05:02:01 xend 26504] WARNING (XendAuthSessions:27) python-pam is
required for XenAPI support.
[2007-06-14 05:02:01 xend 26520] INFO (SrvDaemon:322) Xend Daemon started
[2007-06-14 05:02:01 xend 26520] INFO
2012 Jan 10
1
[PATCH] libxl: fix typo iff -> if
# HG changeset patch
# User Zhigang Wang <zhigang.x.wang@oracle.com>
# Date 1326227259 18000
# Node ID a78507899bea4824901d209d818b69545f607312
# Parent 03138a08366b895d79e143119d4c9c72833cdbcd
libxl: fix typo iff -> if
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
diff -r 03138a08366b -r a78507899bea tools/libxl/libxl_types.idl
--- a/tools/libxl/libxl_types.idl Fri Dec
2010 Aug 02
1
[PATCH] liblx: fix fstat() build warning
# HG changeset patch
# User Zhigang Wang <zhigang.x.wang@oracle.com>
# Date 1280719211 -28800
# Node ID 21855d1dd84ebfc8eb8b276b0dcb898cac888098
# Parent 3263d0ff9476f574961a3975897fe33601253b56
liblx: fix fstat() build warning.
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
diff -r 3263d0ff9476 -r 21855d1dd84e tools/libxl/libxl.c
--- a/tools/libxl/libxl.c Thu Jul 29
2012 Jan 23
2
[PATCH] xl: remove duplicate line
# HG changeset patch
# User Zhigang Wang <zhigang.x.wang@oracle.com>
# Date 1327336349 18000
# Node ID 35c926c69a1397dd7360eacf2c6864ad12d9da02
# Parent 5b2676ac13218951698c49fa0350f2ac48220f3d
xl: remove duplicate line
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
diff -r 5b2676ac1321 -r 35c926c69a13 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c Mon Jan 09
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
2008 May 21
1
[PATCH]Remove XendLogging dependency from xswatch
Hi,
xstransact and xswatch are well designed python interface that can be used by
third party utils rather than only in xend. But the logging approach here binds
xswatch to xend and prevent it from being used by other utils.
This patch removes the dependency on XendLogging from xswatch.
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
regards,
zhigang
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
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.