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.

1142 questions
-1
votes
1 answer

How to migrate a Windows Server 2003 physical server to Xen VM

We have some 10 physical servers running Windows Server 2003. Now we have bought a new xen server. I have added Windows Server 2008 R2 as host as a guest VM in xen host. Now we are planning to move the physical boxes to xen as VM. I Googled it and…
Riyas
  • 181
  • 3
  • 14
-1
votes
3 answers

Cheap machine with Xen to have more than one personal dev servers with RAID option?

I do not have a lot of money so when I need a personal dev servers I decided I will use Xen on one machine to run various OS's. Although, I really like Dell Zino…
sabertooth
  • 155
  • 6
-2
votes
1 answer

XEN Server NFS SR read only

We have two Boxes running XEN XCP. One SR is located on an FreeNAS 9 NFS share. For some reason the NFS share turned read only which is pretty bad for one VM whose VDIs are located on the NFS SR. I have found many hints to change the NFS mount…
Rob
  • 1
-2
votes
1 answer

framebuffer loads under Linux, but not Xen

I recently built a Debian "Wheezy" system, which booted via GRUB to a non-framebuffer console, printing Console: colour VGA+ 80x25 during boot. To /etc/default/grub I added GRUB_GFXMODE=1920x1200 GRUB_GFXPAYLOAD_LINUX=keep giving me the boot…
Mike
  • 247
  • 1
  • 7
-2
votes
1 answer

Can I configure IO error proof Linux on virtualized environment?

I believe everyone who are working on virtualized environment like Xen has experienced some sort of IO problems which lead to read only mode for guest machine. We experience same issue couple of times a year and IO problems not always affect every…
Harun Baris Bulut
  • 455
  • 1
  • 8
  • 20
-2
votes
1 answer

Xen Server expired cannot activate free (greyed out)

we have installed axenserver and my employee misssed to activate ist, now the 30 days period is over and we cannot activate the free version because the button is greyed out. is there any chance to get it back to work again
-2
votes
1 answer

Windows server 2012 guest + centos host + IBM server x3650

I was told by IBM sales that x3650 doesn't support windows server 2012. I feel it's ridiculous as x3650 is their enterprise model, just one level below its highest class x3850 in their system x series. Is it possible that I use centos as host to…
Hami
  • 103
  • 3
-2
votes
1 answer

Xen hypervisor maximum domu support

Can anyone please let me know that what are Xen Hypervisor 4.x limitations. How many virtual machines i can create with what memory and cpu?
User4283
  • 781
  • 3
  • 10
  • 25
-2
votes
1 answer

Clone a Xen instance but add memory to it

I have a machine that has a few Xen instances running on it. I'd like to clone one of them but allocate more RAM to the new clone. How can I do this?
Fragsworth
  • 1,121
  • 2
  • 12
  • 14
-2
votes
2 answers

Turning physical linux server into several virtual servers

I'd like to create several virtual servers (all running linux) on my physical server. All of them will be used as headless servers - ie. they'd be the equivalent of an EC2 instance but running on my own hardware. My host server is also headless -…
Parand
  • 728
  • 1
  • 8
  • 15
-2
votes
2 answers

Server Virtualization Platform

I am running a small (really small) business and would like to virtualize a server. Historically I have run VirtualBox for client work, but I feel like there must be a "server" alternative that runs as a server and is optimized for that…
skaz
  • 135
  • 7
-3
votes
1 answer

Where to install XenCenter?

I am new to the XenServer (and server virtualization as well). I have setup successfully the XenCenter on my workstation and I can manage my hypervisors without any problems. I have read in multiple places about a practice, where XenCenter should be…
kazy
  • 271
  • 1
  • 8
-3
votes
1 answer

Xen doesn't boot after install

I tried to setup Xen by the instruction released on the site of my hoster. I installed Xen, completed RAID setup as it is told in the instruction. Rebooted and succesfully connected to Xen from XenCenter. Then I created a volume for ISO and added…
flashnik
  • 121
  • 2
  • 10
-3
votes
2 answers

What are the optimal tuning values for RHEL 5.3 Xen kernel on a Dell 2950?

How to do Linux Tuning and Performance? any one has done for xen kernel ?
Rajat
  • 3,329
  • 21
  • 29
-3
votes
2 answers

is it possible to load virtual machine to memory like that of a live cd

Can we create and run a virtual machine that uses RAM only or minimized HDD usage. That is same as the working concept as that of live CD. I know It is possible,but still confused,whether it can be implemented.
ananthan
  • 1,490
  • 1
  • 17
  • 27
1 2 3
76
77