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
-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,349
  • 22
  • 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,510
  • 1
  • 18
  • 28
-3
votes
1 answer

Xen host: Single or Dual Processor (intel)?

Context: I'm making a Xen server for my house. It's going to run something like the following VMs: Windows 7 VM as a personal/frag box (I anticipate doing some 3D gaming via a VT-d passthrough of a video card) Linux development server (CentOS--low…
Zac B
  • 841
  • 1
  • 15
  • 27
-8
votes
1 answer

How big is grub2?

Due to "Meltdown" I am in the progress of moving our CentOS7-XEN-PV-DomUs to HVM mode. See here on why I need to migrate to HVM This involves installing a bootloader - unnessesary on PV-DomUs, since they use pygrub to emulate the grub/grub2 boot…
Nils
  • 7,695
  • 3
  • 34
  • 73
1 2 3
76
77