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

Getting your free RHN Entitlements for Para-Virtualised machines?

We run Xen on an RHEL 5 host with RHEL 5 paravirtualised guests. In theory we are entitled to 4 free entitlemets for paravirtualised guests on each Xen host with the "Virtualisation" entitlement. I have been banging my head off this for days now -…
Bart B
  • 3,457
  • 6
  • 31
  • 42
0
votes
1 answer

how important is a partition schema for xen guests?

i recently came across this post on the importance of partitions, and was impressed, but is this relevant for servers running as guests in xen? if so, how/what do i partition? Thank you
erik
  • 89
  • 1
  • 1
  • 2
-1
votes
1 answer

Windows VM on XEN --> ZFS possible?

I am running Debian Jessie with XEN installed. All configuration files for VMs etc.. is all stored on a ZFS pool. I am just wondering if anyone can confirm if it is possible to install a windows VM? IF so, is there any guides?
josh
  • 11
-1
votes
1 answer

Kali Linux under Xen

--- Volume group --- VG Name vg0 System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 19 VG Access read/write VG Status resizable MAX LV …
Y12IF
  • 15
  • 3
-1
votes
1 answer

Create something like Citrix XenDesktop using Xen

I am doing an academic project. I want to deploy a Virtual Desktop Infrastructure for my college. So, is there any way/guideline to make something like XenDesktop using Xen on a Linux Distro from scratch?
-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
  • 10
  • 29
-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
  • 323
  • 1
  • 5
  • 12
-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
  • 32
-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,510
  • 1
  • 18
  • 28
-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,630
  • 3
  • 18
  • 25