Changes between Version 14 and Version 15 of Xen_Live_Migration


Ignore:
Timestamp:
Jul 15, 2008, 5:44:35 PM (17 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Live_Migration

    v14 v15  
    2525== 2.Command ==
    2626{{{
    27 = xen =
    28 $ xm migrate --live vm01 xen01
     27= xen01 =
     28$ xm migrate --live vm01 xen03
    2929$ xm list
    30 = xen01=
     30= xen03=
    3131$ xm list
    3232}}}
     33 * When we migrate vm01, we still ping vm06. You can see icmp_seq 37~52, the ethX of vm01 will don't networking until vm01 migrate success.
     34[[Image(xen_migrate.png)]]
    3335[[BR]]
    3436
     
    4143[[BR]]
    4244
    43 == 5.Error message ==
     45== 5.Problem ==
    4446 * xen01
    4547   * !VmError: Device 2049 (vbd) could not be connected. Backend device not found.
     
    5254   * Xen maybe use xen01 eth0 configuration, but drbl client interface is work in initrd step. (/etc/network/interface in xen01 has nothing )
    5355   * It maybe xen don't bridge to eth0 of xen01.
     56 * If you use two NIC in DRBl client
     57   * you must edit route table, then startup xen (it will bridge to second ethX)