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
0
votes
2 answers

Xen and Linux cannot create directory while root

This question is pretty straightforward. I've googled around and not seen any help. root@sdna-23 :) #pwd /sys/hypervisor root@sdna-23 :) #whoami root root@sdna-23 :) #mkdir test mkdir: cannot create directory `test': No such file or directory …
user583507
0
votes
1 answer

Setting up a NAS with Citrix XenServer

Just a quick query on anyone whos worked with XenServer, I want to setup a NAS at home but with virtualization (I've looked into VMWare Server and KVM, I quite like KVM!) but I was told about XenServer 5.5. I have comomodity hardware (ASUS board,…
JasonBrown
0
votes
1 answer

Increase local storage of xen server

I have configured xen server and marathon ever run. Dell systems that we have purchased has 1200 GB hard disk. After installation of xen server, it shows 270 GB as local storage on xe server 1. How to add remaining 900 GB as local storage on xen…
Vishal
  • 339
  • 1
  • 9
  • 26
0
votes
1 answer

Wanted: an example of Application Built/Test Server visualization

Currently we have assorted development build/test boxes. The target Application is mainly written in Python/gcc, uses postgres and has 2 identical USB devices attached. The principal build OSes are RHEL, FreeBSD & XP on i686. The App needs to be…
Bene Seraphim
0
votes
1 answer

Any Linux distributions that compiles Xen source without system modifications?

Are there any Linux distributions which after a clean install compile Xen 4.1? So far I have tried installing the following: Ubuntu 12.04 (Compiles fine with dependencies but tools like XM have Python errors, due to Python installing the libraries…
0
votes
1 answer

Archive Opennebula images before transer and extract after

i have opennebula 3.4 and vm images transferred over ssh, it is possible to archive images(with gzip) and transfer to the host and then extract image?
Aleksei Kurepin
  • 139
  • 2
  • 10
0
votes
1 answer

Xen configure host-only adapter

Xen hypervisor has 2 modes for network configuration as I've seen in Virtual Manager. 1 NAT 2 Routed. Both ask for IP Subnet. However i want to configure a network where i could assign any IP instead of being assigned by DHCP of Xen. I've use oracle…
User4283
  • 201
  • 2
  • 8
0
votes
2 answers

Why centos6.0 removes the support of xen

In centos5.x, you can simply install xen by yum, but this can't be done on centos6.0. So why centos6.0 removes the support of xen?
feisky
  • 1,863
  • 3
  • 14
  • 16
0
votes
2 answers

Migrate VMware instances to cloudstack

How can I migrate VMs from a vmware environment to cloudstack on Xen server while retaining the IP information?
Junglecom
  • 11
  • 5
-1
votes
0 answers

is there any useful docs or video to learn hypervisor systematically?

want to leran hypervisor systematically, but couldn't find any useful materials. I will be very apprecitae for your suggestions.Thanks. I have tried to search on the internet, but just find some gerneral descriptions. don't have not detail.
-1
votes
1 answer

How to set IP address to alpine linux as Dom-U on Xen hypervisor?

I'm trying creating Dom-U on Xen hypervisor. Using alpine linux as Dom-U has been installed successfully, except setting IP address statically. Do you have any idea of the point? In details, the configurations in /etc/network/interfaces is always…
user45573
  • 69
  • 1
  • 7
-1
votes
1 answer

Statistics on the usage of virtual block devices in Xen

There are typically three types of virtual block devices supported by virtualization environments such as Xen. They are, file based disk images, logical volume manager(LVM) based disk spaces, and physical partitions. I know that file base disk image…
user77005
  • 1,769
  • 4
  • 18
  • 26
-1
votes
1 answer

How do I enable bridged networking in Xen guest?

I am running Xen 4.9 and adding a yocto guest. I got it to startup with basic config: name="yoctoguest" builder="hvm" kernel="/usr/lib/xen-4.9/boot/hvmloader" memory=128 disk=[...] but now I added: vif=['bridge=xenbr0'] serial='pty' and get…
-1
votes
1 answer

ARM boot code in xen not booting when paging is enabled

I am trying to understand the xen boot code for arm64. Simply took the head.S and compiled with aarch64-linux-gnu-gcc (have hard coded the required macros inside the head.S). It is start for some level and stopping after enabling paging (no print at…
-1
votes
1 answer

How to re attach to a xen domain console?

I know one can use "xm co " for attaching to console of an domU. My question is how to attach to a console, if the console was already attached by other user/process. If i try to attach to console(xm co) which was already attached by other…
prap4search
  • 5
  • 1
  • 4
1 2 3
28
29