Changes between Version 14 and Version 15 of Xen_Live_Migration
- Timestamp:
- Jul 15, 2008, 5:44:35 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Live_Migration
v14 v15 25 25 == 2.Command == 26 26 {{{ 27 = xen =28 $ xm migrate --live vm01 xen0 127 = xen01 = 28 $ xm migrate --live vm01 xen03 29 29 $ xm list 30 = xen0 1=30 = xen03= 31 31 $ xm list 32 32 }}} 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)]] 33 35 [[BR]] 34 36 … … 41 43 [[BR]] 42 44 43 == 5. Error message==45 == 5.Problem == 44 46 * xen01 45 47 * !VmError: Device 2049 (vbd) could not be connected. Backend device not found. … … 52 54 * Xen maybe use xen01 eth0 configuration, but drbl client interface is work in initrd step. (/etc/network/interface in xen01 has nothing ) 53 55 * 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)