Just a little memory hook:
When a Xen DomU hangs at “Checking for hardware changes”, it is probably due to a dead xenconsoled process on the Dom0. This happens from time to time but
[root@...
How to identify DomU's ip without login to it1. Find domU's mac:localhost:~# xm network-list 5 | grep -v MAC | awk '{print $3}'00:16:3e:03:47:362. Find domU's bridgelocalhost:~# brctl show bridge nam...
How to set up Xen DomU as Windows 2008 Server on a CentOS Dom0 machine?Start using the normal way that you usually do when you install a HVM domU, whether it's virt-manager/virt-install or using manu...
The Xen hypervisor requires kernel level support which is included in recent Linux kernels and is built into the
linux and
linux-lts Arch kernel packages. To run HVM
domU, the ph...
If you ever want to get to the grub menu while using pygrub - there is a really simple way of doing that. Just add : bootargs="-i"into the /etc/xen/{domU config file}. And the next time you st...
Xen PV Bootloader为什么选择bootloader = '/usr/bin/pygrub' Why? PyGrub enables you to start Linux DomUs with the kernels that lie in the filesystem of the DomU instead ...
Multiple network interfaces in Xen
By default xen tools comes with only one network interface enabled for your dom0 and domU machines. So what if you want to add some more? It’s actually very s...