[root@xen01p xen]# xm migrate –live ttest xen02p
[root@xen02p ~]# xm migrate –live ttest xen01p
Tried above in Centos5.2. The default Xen in Centos5.2 does not support 32bit Centos5.2 guest live migration, it failed with errors; it does support 64bit Centos5.2 guest live migration. After upgrading to Xen 3.3.1, both are working.
To install Xen 3.3.1 in Centos5.2:
add the following in /etc/yum.repos.d/gitco.repo
[gitco]
name = Red Hat Enterprise $releasever – gitco
baseurl = http://www.gitco.de/linux/i386/centos/5/rpms_testing/
enabled = 1
protect = 0
gpgcheck = 0
yum groupinstall Virtualization
Note: In Xen 3.3.1, it would give out errors if the 3 lines are not commented out as shown below:
#kernel = “/boot/vmlinuz-xen-install_64″
#ramdisk = “/boot/initrd-xen-install_64″
#extra = “text ks=http://xen01p/minimal-ks.cfg”
bootloader=”/usr/bin/pygrub”