Home » Linux Tutorials » domu

domu

[Apr 19, 2013 | Views: 2,138]
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 19, 2013 | Views: 3,150]
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 ... read more »
[Apr 19, 2013 | Views: 982]
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 »
[Mar 12, 2013 | Views: 4,141]
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 »
[Mar 12, 2013 | Views: 1,402]
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 »
[Mar 12, 2013 | Views: 1,956]
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 »
[Feb 25, 2013 | Views: 2,877]
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 »
[Feb 19, 2013 | Views: 1,541]
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 »
[Feb 6, 2013 | Views: 1,527]
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 ... read more »
[Feb 6, 2013 | Views: 18,040]
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 »
[Feb 5, 2013 | Views: 535]
An introduction to installing Domain-U on Xen is introduced here: Setting Up Stable Xen DomU with Fedora: Unmodified Fedora 12 on top of Xenified Fedora 12 Dom0 with Xen (this ... read more »
[Nov 29, 2012 | Views: 5,309]
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 »
[Nov 29, 2012 | Views: 5,025]
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 »
[Nov 27, 2012 | Views: 1,648]
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 »
[Nov 27, 2012 | Views: 3,092]
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 »
[Nov 27, 2012 | Views: 783]
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 »
[Nov 27, 2012 | Views: 761]
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 »
[Nov 27, 2012 | Views: 582]
The is a simple introduction to paravirtops in Linux kernel for Xen, VMware, etc. We make this introduction from the view of code. We use the function rawlocalirqdisable() and rawlocalirqenable() ... read more »