Changes between Initial Version and Version 1 of Xen_Live_Migration
- Timestamp:
- Jul 10, 2008, 11:14:46 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Live_Migration
v1 v1 1 [[PageOutline]] 2 = Live Migration = 3 4 == 0.Testbed Architecture == 5 6 == 1.Config Xen == 7 {{{ 8 $ sudo vim /etc/xen/xend-config.sxp 9 (xend-relocation-server yes) 10 (xend-relocation-address '') 11 (xend-relocation-hosts-allow '') 12 }}} 13 14 == 2.Command == 15 {{{ 16 = xen01 = 17 $ xm migrate --live vm01 xen02 18 = xen02= 19 $ xm list 20 }}} 21 22 == 3.Theory of Live Migration == 23 24 == Reference == 25 * Christopher C., Keir F., Steven H., Jacob G. H., Live migration of virtual machines, 2005