目次

02 Xen マイグレーション

構成

     Xen Dom-0        Xen Dom-0
    (192.168.10.10)   (192.168.10.20)
    +-------+         +-------+
    | xen01 |         | xen02 |
    +----+--+         +----+--+
         |                 |
       --+--------+-----------+--
                  |
              +---+-----+
              | Storage |
              +---------+
               Storage Server

Xendの設定変更

# 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

マイグレーション

Xen01からXen02へ testvmをマイグレーションする。

Xen01# xm migrate testvm 192.168.10.10 --live

参考サイト:http://d.hatena.ne.jp/fujisan3776/20090427/1240850724