[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

概要

仮想化ソフトウェア

公式サイト

Computer Laboratory - Xen virtual machine monitor

xen.org

インストール

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

# uname -r
# service xend status
# xm list

インストール前に free -mして空きメモリ量を確認します。空きが258M以上ないとインストールが停止します。

# virt-install --nographics
What is the name of your virtual machine? vm_test
How much RAM should be allocated (in megabytes)? 256
What would you like to use as the disk (path)? /var/xen/vm_test.xenvm
How large would you like the disk (/var/xen/vm_test.xenvm) to be (in gigabytes)? 2
What is the install location? http://ftp.riken.jp/Linux/centos/5.2/os/i386/

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

# mount -o loop /home/sakito/CentOS-5.2-i386-bin-DVD.iso /mnt/iso

設定

関連フォルダ

/etc/xen/

/etc/xen/auto

利用方法

参考サイト

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

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

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

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


ServerConstruction