このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
06_仮想化:03_xen:02_マイグレーション [2013/04/10 03:11] – [マイグレーション] matsui | 06_virtualization:03_xen:02_xen_migration [2014/07/04 04:02] (現在) – 06_仮想化:03_xen:02_マイグレーション renamed to 06_virtualization:03_xen:02_xen_migration matsui | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== 02 Xen マイグレーション ====== | ||
+ | |||
+ | ===== 構成 ===== | ||
+ | |||
+ | < | ||
+ | Xen Dom-0 Xen Dom-0 | ||
+ | (192.168.10.10) | ||
+ | +-------+ | ||
+ | | xen01 | | xen02 | | ||
+ | +----+--+ | ||
+ | | ||
+ | | ||
+ | | | ||
+ | +---+-----+ | ||
+ | | Storage | | ||
+ | +---------+ | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ===== Xendの設定変更 ===== | ||
+ | <code console> | ||
+ | # cat / | ||
+ | (xend-relocation-server yes) | ||
+ | (xend-relocation-port 8002) | ||
+ | (xend-relocation-address '' | ||
+ | (xend-relocation-hosts-allow '' | ||
+ | |||
+ | # / | ||
+ | </ | ||
+ | |||
+ | ===== マイグレーション ===== | ||
+ | Xen01からXen02へ testvmをマイグレーションする。 | ||
+ | |||
+ | <code console> | ||
+ | Xen01# xm migrate testvm 192.168.10.10 --live | ||
+ | </ | ||
+ | |||
+ | 参考サイト: |