紹介マニアMoinMoin

概要

仮想化ソフトウェア

公式サイト

Computer Laboratory - Xen virtual machine monitor

xen.org

インストール

CentOSの場合インストール時に仮想化を選択してインストールすれば簡単です。

# uname -r
# service xend status
# xm list

DVD用のisoからインストールしてみます。

# mount -o loop /home/sakito/CentOS-5.2-i386-bin-DVD.iso /mnt/iso
# virt-install --nographics
What is the name of your virtual machine? vm_test
How much RAM should be allocated (in megabytes)? 256

設定

関連フォルダ

/etc/xen/

/etc/xen/auto

利用方法

参考サイト

仮想マシン構築(Xen) - CentOSで自宅サーバー構築

CentOS 5を使ったXen環境の構築

LinuxMania: 仮想化ソフトウェアXenを使う(CentOS)

サーバの構築を簡単にするためのステップ (その5:Cobber編 Part1 ) | cafe chantant blog


ServerConstruction

紹介マニアMoinMoin: Xen (last edited 2009-11-17 13:11:02 by sakito)