Displaying 20 results from an estimated 8000 matches similar to: "xenapi vm.create question"
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
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
2013 Mar 18
9
how to create a full-virtualization xen VM with autoyast
Hi.
I want to create a full-virtualization xen VM with autoyast installation.
how can i do that? and how does the configuration file to be configured?
I use suse linux 11 SP2.
looking forward your replay.
Jing.
--
View this message in context: http://xen.1045712.n5.nabble.com/how-to-create-a-full-virtualization-xen-VM-with-autoyast-tp5714901.html
Sent from the Xen - User mailing
2010 Sep 30
10
using DRBD VBDs with Xen
Hi,
Not totally new to Xen but still very green and meeting some problems.
Feel free to kick me to the DRBD people if this is not relevent here.
I''ll be providing more info upon request but for now I''ll be brief.
Debian/Squeeze running 2.6.32-5-xen-amd64 (2.6.32-21)
Xen hypervisor 4.0.1~rc6-1 and drbd-8.3.8.
One domU configured, with disk and swap image:
root =
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,
2012 Feb 17
4
xen-unstable unable to boot on Wheezy
Dom0 is Wheezy 64 bit with kernel 3.2.0-1-amd64 version 3.2.4-1, xen from
xen-unstable.hg changeset 24823:b75664e53905 plus these patch for not fail
build:
http://xen.1045712.n5.nabble.com/PATCH-0-of-2-rename-libxl-yajl-gen-alloc-td5469362.html
On boot start to load but after start ramdisk load server reboot without
message on screen.
The grub2 entry is:
-----------------------------------------
2012 Feb 22
10
xen-unstable: Qemu upstream domUs not start on Wheezy
Dom0 is Wheezy 64 bit with kernel 3.2.0-1-amd64 version 3.2.4-1, xen from
xen-unstable.hg changeset 24858:a88ba599add1 plus these patch for not fail
build:
http://xen.1045712.n5.nabble.com/PATCH-0-of-2-rename-libxl-yajl-gen-alloc-td5469362.html
And also this change for lib patch modified with multiarch support:
vi config/StdGNU.mk
LIBLEAFDIR_x86_64 ?= lib
DomUs PV working, domUs with
2013 Jul 27
3
Possibility to dinamically change cHVC size
Hello there!
I know, that this thing is discussed many times already (
http://xen.1045712.n5.nabble.com/change-console-size-of-quot-xm-console-quot-td2572700.html
for example), but still can''t figure out a reason, why the possiblity to
dynamically change HVC size can''t be totally implemented for a many
years :''(.
_______________________________________________
2013 Jul 27
3
Possibility to dinamically change cHVC size
Hello there!
I know, that this thing is discussed many times already (
http://xen.1045712.n5.nabble.com/change-console-size-of-quot-xm-console-quot-td2572700.html
for example), but still can''t figure out a reason, why the possiblity to
dynamically change HVC size can''t be totally implemented for a many
years :''(.
_______________________________________________
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
2010 Dec 28
5
PCIe switch that does not support or enable ACS
Hi Folks:
I am oot able to add HP Intel 4Port PCIe to a linux hvm domain. HW is a HP
DC7900.
ErrorMessage:
VmError: pci: to avoid potential security issue, 0000:22:00.0 is not allowed
to be assigned to guest since it is behind PCIe switch that does not support
or enable ACS.
I also added in /etc/xen/xend-config.sxp:
pci-passthrough-strict-check no
pci-dev-assign-strict-check no
but no
2011 Sep 28
8
Getting the page fault count for domU
Hi
How do we get the number of page faults done by a guest in a scheduling
epoch?
Assuming only one VCPU per guest, can I get it from vcpu_info[]?
I hope this is not a vey trivial question :)
thanks
Chintu
--
View this message in context: http://xen.1045712.n5.nabble.com/Getting-the-page-fault-count-for-domU-tp4847541p4847541.html
Sent from the Xen - Dev mailing list
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
2012 Jun 19
1
Xen to XenServer
I didn''t want to re-open this old post that I found:
http://xen.1045712.n5.nabble.com/xen-users-Need-to-migrate-a-centos-image-from-xen-source-to-xenserver-td5532281.html
however I am in the same predicament.
Can anyone explain how to extract a Windows Server 2008 VM from Xen and
import it into XenServer?
--
View this message in context:
2012 Aug 11
2
HVM and network interfaces passthrought (without hardware pci passthrought)
I would like to know if there is a way to "passthrought" the network
interfaces that are phisically connected to dom0, eg, an additional pci card
connected to the mb.
I only understand a little about bridging, routing etc.
Thank you a lot.
--
View this message in context:
2010 Aug 20
2
Vhd-util resize
I have try to resize one vhd file with vhd-util, i did some test...
For example i have try:
vhd-util resize -n /mnt/vm/disks/ring-12.disk1.vhd -s 6000
but output always:
options: <-n name> <-j journal> <-s size (in MB)> [-h help]
I not understand what i wrong, someone can help me please?
--
View this message in context:
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.
2012 Oct 23
3
Kernel paging request error
Reposting from xen-users (no response)
I''m having a problem with: http://pastebin.com/CuGHqwhy
It occurs on the reboot, but sometimes, when I try to start manually one of
my machines. Sometime, one of the machines does not want to start
permanently and I have to reinstall/restore it.
This problem comes for me randomly, but maybe there is a trigger.
I''ve tried to follow: