このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
- 02 Apache2で自己認証ssl [中間証明書の整合性確認]
最近の更新
Xen Dom-0 Xen Dom-0
(192.168.10.10) (192.168.10.20)
+-------+ +-------+
| xen01 | | xen02 |
+----+--+ +----+--+
| |
--+--------+-----------+--
|
+---+-----+
| Storage |
+---------+
Storage Server
# 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