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

migrate xen server to new HDD

I have a Xen Server with multiple VMs that are mirrored with DRBD to a Backup Server, and it's running out of space. I want to migrate it to a bigger Harddisk, but I'm not sure about how to go about this. Additionally, the disk where the Server runs…
daga
  • 1
-1
votes
2 answers

failed to run bootloader: -3 on create with xl

I have a Ubuntu 14.04 migrated from Virtual Box Have 3 partitions. I've updated the /etc/fstab for recognize the new partitions and chrooted for update the grub I'm using the following ubuntu.cfg bootloader = '/usr/bin/pygrub' vcpus =…
rkmax
  • 178
  • 8
  • 27
-1
votes
1 answer

Why Linux guest VMs performs better than Windows ones in terms of network?

I am testing the network performance of VMs in Xen and Hyper-V using Iperf and Netperf. In both hypervisors I found a Linux guest VM in different modes is having a relatively high performance than a Windows one. Even a fully virtualized Linux guest…
-1
votes
1 answer

Error: Cannot find ramdisk "hd(0)/boot/grub/menu.lst"

I have a dom0 and try to run domU with config like this: kernel = '/root/xen/dist/install/usr/local/lib/xen/boot/pv-grub-x86_32.gz' ramdisk = 'hd(0)/boot/grub/menu.lst' vcpus = '2' memory = '1024' root = '/dev/sda1…
d_pilot
  • 223
  • 1
  • 5
  • 11
-1
votes
3 answers

Is there any server virtualization software supports subdomains?

I installed openvz in my server but to create more virtual machines I need more than one ip address. But my service provider can only give one ip address for my server. Is there any software that supports subdomain or Server Name Indication. I…
-1
votes
2 answers

How to decide between Xen or KVM?

I am going to set up a high availability hosting server (load balancer, mysql, apache, php, memcached, apc, possibly a distributed/network file system of some kind) with two nodes. I want to isolate the load balancer, database, webserver and file…
-1
votes
1 answer

Bridge Networking in XEN other than Default xenbr0

i need to create a bridge with public ip for assigning public ip to VM. But how can i create a Network bridge,as there is a default "xenbr0" bridge exists. Editing Xenbr0 is not permanent,how can i make it persistent against service restarts?
Kevin Parker
  • 757
  • 1
  • 13
  • 29
-1
votes
4 answers

Xen virtualization NOT using a single centralized storage repo

I've been tasked with finding alternatives for storage VDIs and other underlying data in our Xen virtual machines. We currently use a NetApp filer cluster, but with the heads going EOL in December there's reluctance to continue to spend on NetApp.…
-1
votes
2 answers

Installing and configuring xen with out virtmanager and GUI

Is there any alternative to configure and install many vms and manage them on a remote machine running on ubuntu 12.04 using XEN.we have to configure vm on a remote machine through ssh.can it be done with out GUI??
ananthan
  • 1,490
  • 1
  • 17
  • 27
-1
votes
1 answer

Method for comparing VPS node qualities

I have 2 VPS's from the same company and both of the VPS's are on different nodes. Are there any kind of test or utility I can preform to see which one has better connection, load, etc? Is it possible to know from my end?
dukevin
  • 1,610
  • 3
  • 18
  • 25
-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…
-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:…