Questions tagged [xen]

Xen is a virtualization technology for IA-32, x86-64 and ARM architectures.

Xen is an Open Source "type-1" hypervisor that provides high-performance virtualization of IA-32, x86-64 and ARM architectures.

The homepage for the project is: http://www.xenproject.org/

One of the Xen project goals is to take advantage of new developments in system architectures to demonstrate their advantages and serve as the reference hypervisor of choice.

Development activity takes place on the xen-devel@xen.org public mailing list, and questions from users about deploying Xen are served by the xen-users@xen.org public mailing list.

Xen originated from the Cambridge University Computer Laboratory and was first described in the research paper "Xen and the Art of Virtualization" at SOSP in 2003. This introduced "paravirtualization" as the concept of modifying the kernel of the guest operating system to be aware of the hypervisor, and so change its behaviour to optimize performance, whilst still allowing guest applications to run unmodified.

Just as Linux distributions provide an environment and packaged version of the Linux kernel, similarly Xen is packaged and made available commerically by multiple vendors, including Citrix, Oracle, SuSE (or their current owner), and RedHat.

Documentation

433 questions
-1
votes
2 answers

Xen HVM domU VNC not refreshing screen

On one of our hypervisors running Xen (v.4.6.0 on top of Debian Jessie on a Dell R420), when we configure a domU for HVM and connect to the console via VNC, the connection displays a static image and appears to not accept mouse or keyboard input…
jghqadm
  • 1
  • 2
-1
votes
1 answer

Problems with unable to resolve hostname but IP address using CentOS 5 that is inside a XenServer

I have created a XenServer inside VirtualBox, and that I have created a VM CentOS 5 inside the XenServer, upon entering the Centos, I find myself being able to ping to my gate 192.168.43.1 And I'm able to ping to my own XenServer which is 10.0.2.15…
-1
votes
1 answer

Debian netinstall with ip and gateway from different subnets on XenServer

How to setup Debian netinstall with ip and gateway from different subnets on XenServer?
-1
votes
1 answer

What is the difference between xen-linux-system-3.16.0-4-amd64 and xen-linux-system-amd64 in Debian 8 Jessie

I'm looking to migrate to Debian 8 Jessie and new Xen. I see that there two xen-linux-system-* packages available in Jessie: xen-linux-system-3.16.0-4-amd64 xen-linux-system-amd64 I have installed them, one at the time, and both install Xen…
user2113581
  • 277
  • 1
  • 4
  • 11
-1
votes
1 answer

resize2fs LVM root on CentOS 6.6 64-bit guest on XenServer 6.2

All the preparations to grow the ext4 root LVM partition on CentOS 6.6 64-bit running on XenServer 6.2 have been completed. Grow the xvda virtual disk on XenServer - check. Create xvdaN as LVM on CentOS guest using fdisk - check. pvcreate…
-1
votes
1 answer

Modifying Xen source code, my own codes don't seems to execute

I am learning Xen, I want to add some my own codes, then make and make install, but when I execute some commands, I can't see any changes. e.g. I add some lines in tools/python/xen/xm/migrate.py def main(argv): opts = gopts opts.reset() …
goingstudy
  • 11
  • 3
-1
votes
1 answer

Xen time drift in DomU's

My Xen domu's keep drifting their times. My dom0 is using kernel 3.2.0 for AMD 64. DomU's are using 2.6.26. How do you keep the time from drifting?
-1
votes
2 answers

dual boot to Xen cloud platform and windows

In my system I have windows on one of my hard driver and I have installed Xen cloud platform on the other one. The installation is complete now but I don't know how can I load Xen after reboot? In boot menu I don't have option to choose which hard…
Sara
  • 2,308
  • 11
  • 50
  • 76
-2
votes
2 answers

Xen hypervisor: not booting

So I'm new to the xen hypervisor and I'm trying to install it on a ubuntu 16.04 VM on my computer. I've done the following sudo apt-get install xen-hypervisor-amd64 sudo sed -i 's/GRUB_DEFAULT=.*+/GRUB_DEFAULT="Xen 4.1-amd64"/'…
Bethany B
  • 1
  • 1
-2
votes
1 answer

How can I create a Xen VM using two physical disks (SSD/HDD)?

I am running Xen on Fedora 21 and want to upgrade my Notebook with a SSD. I'd like to run the dom0 and the OS part of the domUs on the SSD but store their data on the HDD. I only want to buy a 128 GB SSD because of pricing but have to store a lot of…
-3
votes
3 answers

Which Hypervisor should I use?

This is more of an advisory question. I am into a virtualization project and need a good software to do that. Basically I am into Desktop virtualization that allows to run multiple operating systems on the same physical hardware. I cannot afford to…
Kameron
  • 703
  • 3
  • 10
  • 23
-4
votes
1 answer

Centos/RHEL 7 XEN paravirtualized DomU stoped booting

After a recent kernel update for Centos 7.4, Paravirtualized DomUs under Xen stooped booting. They just crash on boot. Apparently it seems a new restriction in RHEL 7 kernel. And there are some suggestions i found in different forums to switch to…
topmop75
  • 63
  • 1
  • 2
  • 10
-5
votes
3 answers

Bash File Script- PHP

Possible Duplicate: Problem executing bash file I have created a bash file script and stored in some directory. Now I need to create a php script to execute this bash script so anyone can help me!!
Ali R. Memon
  • 121
  • 1
  • 1
  • 12
1 2 3
28
29