Questions tagged [xen]

Xen is a hypervisor based virtualization. It supports x86, AMD64, IA64, ARM and other CPU types, and Linux, Windows, Solaris and *BSD guest operating systems.

The Xen (pronounced zen) hypervisor runs directly on the hardware and then starts a privileged virtualized system called "Dom0". You can regard that as xen-controller. From the Dom0 system you can create other virtualised systems called Domains that Xen literature calls DomU.

Xen works with paravirtualisation and full virtualisation (full virtualisation is only available on systems supporting CPU virtualisation extensions). Paravirtualisation requires an OS that is aware of it to work, but on the other hand provides almost direct access to critical parts of the hardware like memory and I/O, making paravirtualisation extremely fast. Linux and most BSDs have paravirtualised awareness and are widely used with Xen.

Full virtualisation is used by operating systems that are not paravirtualisation-aware like Microsoft Windows and require hardware support, specifically the virtualisation extensions from AMD and Intel (AMD-V or VT-x respectively). Also, full virtualisation has to emulate most of the access to hardware, having a performance penalty to this kind of virtualisation.

Xen started as a project at the University of Cambridge in 2003 as an open source project with an associated company selling support services (XenSource, Inc). Citrix acquired XenSource in 2007 and renamed the professional services XenServer, while the open source project moved to http://www.xen.org and continued its development under the guidance of the Xen Project Advisory Board formed by companies interested in Xen development. XenServer products were renamed Xen Cloud Platform (XCP) and open sourced by Citrix in 2009 and are available for download on the xen.org website.

1147 questions
0
votes
1 answer

XenServer: How to add network?

I have a server with xensource 5.6 installed. This server has two NICs eth0 (private LAN IP) and eth1 (public IP). I installed ubuntu 10.10 and associated with the eth1, but how can I set a public IP? I configure it but im not able to ping the…
Andre
  • 1,341
  • 4
  • 19
  • 34
0
votes
1 answer

Open/Mount XEN image formatted using NTFS

I've created XEN image with dd some time ago. The image is formatted using the NTFS How it is possible to mount this image from Linux or Windows? Thank You very much!
Daniil Harik
  • 181
  • 1
  • 2
  • 8
0
votes
1 answer

xen virtual machines get to many porcentages of cpus

This is my question. I have one Xen server with 8 CPU's and 6 virtual machine running, each virtual hard disk are running in diferent physical hardisk. Everything worked fine but sometimes one virtual machine get almost whole CPU, if the Domain-0 is…
ki0
  • 13
  • 2
0
votes
2 answers

how to increase the space of root partition by taking space from a xen PV

I am stuck in pretty weird situation. I hope somebody here will help me. I have one centOS server with XEN installed on it. XEN has 3-4 virtual machiens running on it. As required by XEN, this server has LVM implemented. The structure of Disk System…
aligator007
  • 11
  • 1
  • 1
0
votes
1 answer

Xen Networking issue only on one subnet routed to server

I have a fleet of VPS servers, each have two /27's running to it. On only one of the machines, a set of VPS's on a particular subnet drops connection for 5-10 minutes at a time to the internet. The VPS themselves do not crash, just networking…
jemmille
  • 304
  • 1
  • 5
  • 17
0
votes
1 answer

32-bit color with XenServer

How can I get my guest VMs running with XenServer to have 32 bit color depth? The computer I'm on is at 32-bit. I RDP into a VM which is running XenCenter. I can't switch its color depth away from 16-bit, even though my RDP settings say 32-bit as…
Claudiu
  • 1,207
  • 5
  • 21
  • 28
0
votes
5 answers

VMWare->Xen migrated image does not boot

I've a Windows Server 2003 installation on VMWare Server 1. Using the instructions at http://ian.blenke.com/vmware/vmdk/xen/hvm/qemu I converted this virtual machine to a Xen image (Xen 3.3). However, I still get the 0x000007b bluescreen. As the…
Steven
0
votes
1 answer

Migrating a running production server to Xen, unmodified as a second HDD?

I have a production server which I am looking to virtualize via XEN. For this purpose I have purchased a new Sata HDD, in which I have promptly installed CentOS 5.5 x64 with XEN server installed. Now I have two HDD: /dev/sda1 running as host with…
DaveCol
  • 26
  • 4
0
votes
1 answer

Strange log messages from LVM and server hang

On one of our OpenSUSE (11.3) virtualization servers we have had some stability problems recently. The server is pretty heavily loaded, with up to 100 virtual domains, all running on LVM snapshots. We have had the server suddenly hang (still…
pehrs
  • 8,789
  • 1
  • 30
  • 46
0
votes
1 answer

possible to hide CPU instruction set flags?

I am a graduation student at the University of West-Flanders in Belgium and I am researching the possibilities of XenMotion in Citrix XenServer. Now I am trying to get XenMotion working from an Intel Xeon X5365 (Clovertown 3GHz) to an Intel Xeon…
Hofa
  • 417
  • 2
  • 9
0
votes
1 answer

Installing Ubuntu Maverick on Lenny Xen dom0

Does anyone have a good way of installing Ubuntu Maverick (10.10) on a Debian Lenny Xen dom0? The scripts provided by debootstrap support only very old Ubuntu's (can't check which ones right now), but even those are just symlinks to each other. So,…
Halfgaar
  • 8,084
  • 6
  • 45
  • 86
0
votes
1 answer

Xen xm list showing Dom0 running less time than Guest Domain?

When I run xm list, it shows some thing like this: Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 4551 2 r----- 1835.7 windows2003server 1 1031 2 -b----…
Bolu
  • 109
  • 5
0
votes
1 answer

Is it possible use replicated storage in a network RAID 1 fashion?

I was wondering if there was any way to replicate the functionality of the HP StorageWorks P4000 Virtual SAN Appliance using open source tools? Basically the HP VSA lets you replicate in the same way DRBD does but it lets you use both of the block…
Flo Woo
  • 311
  • 3
  • 10
0
votes
1 answer

Xen kernel can't see 2 disks of 6 of 1TB, does it have a limitation?

Linux gentoo-xen 2.6.18-xen-r12 #3 SMP Tue Oct 5 09:28:53 PDT 2010 x86_64 Intel(R) Xeon(R) CPU E5506 @ 2.13GHz GenuineIntel GNU/Linux I have 6 disks of 1 TB and i can't see all of them only 4, can anyone give me an ideea what can i do ? Filesystem …
PartySoft
  • 217
  • 1
  • 7
  • 12
0
votes
2 answers

Can only see 2GB of 4GB on 2.6.26-1-xen-amd64 debian 5, Dell PowerEdge 860

Any suggestions? Adding mem=4G to grub doesn`t help. free total used free shared buffers cached Mem: 2538496 299684 2238812 0 7380 34328 -/+ buffers/cache: 257976 …
Stefan