[[PageOutline]] = Live Migration = Author: Rock Kuo == 0.Testbed Architecture == * config DRBL client {{{ * rm /tftpboot/boot $ mkdir /tftpboot/boot $ cp /boot/*xen* /tftpboot/node_root/boot }}} * Xen in DRBL [[Image(drbl_xen.png)]] [[BR]] == 1.Config Xen == {{{ $ sudo vim /etc/xen/xend-config.sxp (xend-relocation-server yes) (xend-relocation-address '') (xend-relocation-hosts-allow '') }}} [[BR]] == 2.Command == {{{ = xen = $ xm migrate --live vm01 xen01 $ xm list = xen01= $ xm list }}} [[BR]] == 3.Theory of Live Migration == [[Image(timeline.png)]] [[BR]] == 4.Reference == * Christopher C., Keir F., Steven H., Jacob G. H., Live migration of virtual machines, 2005 [[BR]] == 5.Error message == * xen01 * !VmError: Device 2049 (vbd) could not be connected. Backend device not found. {{{ check loop module }}} * vm01 in xen01 * netfront: device eth0 has flipping receive path * vm01 in xen01 can't networking * Xen maybe use xen01 eth0 configuration, but drbl client interface is work in initrd step. (/etc/network/interface in xen01 has nothing ) * It maybe xen don't bridge to eth0 of xen01.