Home » domu

domu

[Nov 16, 2011 | Views: 838]
In this post, these content are introduced: Create and manage file-backed virtual block device (VBD) for virtual machines on xen. Install Fedora 11 via internet as DomU on top of xen. Manage virtual ... read more »
[Oct 29, 2011 | Views: 407]
The is a simple introduction to paravirt_ops in Linux kernel for Xen, VMware, etc. We make this introduction from the view of code. We use the function raw_local_irq_disable() and raw_local_irq_enable() ... read more »
[Sep 29, 2011 | Views: 573]
I have created slides from introducing Xen’s source code structure and backend and frontend drivers in Xen. Please find the PDF version here: xen-code-disk-v2.pdf Animation is enabled which may help to understand ... read more »
[Aug 16, 2011 | Views: 615]
Creating file-backed virtual block device (VBD) for Xen virtual machines and installing Fedora 11 in Xen DomU via internet will be introduced. The Dom0 platform on top of which this DomU ... read more »
[Aug 13, 2011 | Views: 3,895]
Creating file-backed virtual block device (VBD) for Xen virtual machines and installing Fedora 12 in Xen DomU via internet will be introduced. The Dom0 platform on top of which this DomU ... read more »
[Jul 16, 2011 | Views: 1,319]
LVM volumes as backing for DomU’s file system is an appealing solution to Xen VBD. LVM volumes can dynamically grow/shrink and snapshot. These features make it simple and fast to ... read more »
[Apr 27, 2011 | Views: 512]
LVM volumes as backing for DomU’s file system is an appealing solution to Xen VBD. LVM volumes can dynamically grow/shrink and snapshot. These features make it simple and fast to ... read more »
[Mar 30, 2011 | Views: 2,610]
Setting up Ubuntu 10.10 DomU on top of Fedora Xen Dom0 is introduced in this post. The process of setting up Ubuntu 10.10 DomU is the same as Setting Up ... read more »
[Oct 18, 2010 | Views: 960]
This posts list benchmark (using bonnie++) result of I/O performance of Xen LVM and loopback backed VBDs. The configuration of machines Dom0 VCPU: 2 (Intel(R) Xeon(R) CPU E5520  @ 2.27GHz) Memory: 2GB Xen and Linux ... read more »
[Oct 10, 2010 | Views: 2,257]
LVM’s snapshot feature enables us to duplicate an LVM backed Xen DomU in seconds inside of the same volume group. When we want to duplicate LVM backed Xen DomU from ... read more »
[Sep 29, 2010 | Views: 1,152]
How to create a LVM group from two hard disk partitions is introduced in this post. Assume we have installed two hard disks /dev/sdb and /dev/sdc to the server, our task ... read more »
[Sep 17, 2010 | Views: 1,265]
LVM’s snapshot feature enables us to duplicate an LVM backed Xen DomU in seconds rather than minutes. We no longer need to copy the entire file system image like backing ... read more »
[Jul 26, 2010 | Views: 7,447]
The performance of Xen’s Dom0 is important for the overall system. The disk and network drivers are running on Dom0. I/O intensive guests’ workloads may consume lots Dom0′s CPU cycles. ... read more »
[Jan 29, 2010 | Views: 705]
Previously, we create a configuration file for each DomU virtual machines in our cluster. Most of the content in these configuration files is the same. The differences are only the ... read more »
[Jan 29, 2010 | Views: 811]
A script for backing up file-backed Xen DomU is introduced in this post. This script can be changed to similar platform. In our cluster, virtual machines are stored under /lhome/xen/. Virtual ... read more »
[Jan 29, 2010 | Views: 993]
I have done some I/O performance benchmark test of Xen DomU. For easier management, our DomU VMs are all using file-backed VBDs. Previously, our VMs are using Loopback-mounted file-backed VBDs. ... read more »
[Jan 14, 2010 | Views: 2,111]
Please refer to here for the platform of this test. I have done some simple performance test on DomU and Dom0 and compare with the performance on physical machines. These test ... read more »
[Jan 13, 2010 | Views: 2,230]
Assumption: There are VBD based Xen DomU virtual machines stored under /lhome/xen/vm-f11-sample/. There are two files under vm-f11-sample: vm0-f11.run (The configuration file) and vmdisk0 (The virtual disk). Now we want to duplicate ... read more »