ユーザ用ツール

サイト用ツール


06_virtualization:03_xen:02_xen_migration

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
06_仮想化:03_xen:02_マイグレーション [2013/04/10 03:11] – [マイグレーション] matsui06_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 マイグレーション ======
  
 +
 +===== 構成 =====
 +
 +<code>
 +     Xen Dom-0        Xen Dom-0
 +    (192.168.10.10)   (192.168.10.20)
 +    +-------+         +-------+
 +    | xen01 |         | xen02 |
 +    +----+--+         +----+--+
 +                         |
 +       --+--------+-----------+--
 +                  |
 +              +---+-----+
 +              | Storage |
 +              +---------+
 +               Storage Server
 +</code>
 +
 +===== Xendの設定変更 =====
 +<code console>
 +# cat /etc/xen/xend-config.sxp
 +(xend-relocation-server yes)
 +(xend-relocation-port 8002)
 +(xend-relocation-address '')
 +(xend-relocation-hosts-allow '')
 +
 +# /etc/init.d/xend restart
 +</code>
 +
 +===== マイグレーション =====
 +Xen01からXen02へ testvmをマイグレーションする。
 +
 +<code console>
 +Xen01# xm migrate testvm 192.168.10.10 --live
 +</code>
 +
 +参考サイト:[[http://d.hatena.ne.jp/fujisan3776/20090427/1240850724]]
06_virtualization/03_xen/02_xen_migration.txt · 最終更新: 2014/07/04 04:02 by matsui