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
-1
votes
1 answer

xen won't start

Server IBM x3650 M3 Xeon E5506, 50G RAM, Ubuntu 12.10 grub.cnf menuentry 'Ubuntu GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os --class xen { insmod part_gpt insmod ext2 …
-1
votes
2 answers

Is it possible to run Virtual Machines using another Virtual machine

This might sound like a stupid question but i haven't had the correct answer yet. If i have a high configuration vps from say Rackspace or any big company, then can i use Xen or any other virtualization on it for creating smaller vpses of reduced…
Sameer M
  • 23
  • 6
-1
votes
1 answer

How to force a Xen VM to run a program

I need to force Xen virtual machine to run a program. Thus, I'm looking for a way to make a script, which could be executed on the host machine and make VM to run the program Also, there's a question - is it possible to automate configuring VMs to…
dmdkv
  • 1
-1
votes
2 answers

Free virtualization system with clone vm feature

I need virtualization system, based on kvm or Xen with Web interface, or windows gui, which support cloning vms. One more point is that I can not install it from iso (server is located in hetzner). Proxmox is almost what I need, but it does not…
artem
  • 596
  • 2
  • 10
  • 28
-1
votes
1 answer

Anybody can tell me why isn't my EC2 AMI booting?

I'm trying to make my own EC2 AMI. I used debootstrap to install the packages onto a partition, copied the kernel modules from the running AMI (Amazon linux) and rebooted. This is what the console output is: Xen Minimal OS! start_info:…
-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
  • 191
  • 1
  • 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
  • 21
-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
  • 27
-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,181
  • 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
  • 738
  • 1
  • 8
  • 15
1 2 3
76
77