Friday, August 20, 2010

PV Guest OS 설치 (Ubuntu 8.04 Hardy / 9.10 Jaunty)

Refererence:
http://xen-tools.noone.org/software/xen-tools/examples.html
http://holypsycho.egloos.com/2839310


1.  이미지 생성

sudo xen-create-image --hostname=ahems1 --ip=10.0.0.1 --gateway=10.0.0.254 --netmask=255.255.255.0 --dir=/home/sangwon/xen --memory=256M --size=2Gb --dist=hardy --mirror=http://archive.ubuntu.com/ubuntu/



* Ubuntu Jaunty는 Xen Tool의 default support되지 않음
* Ubuntu 9.10 Jaunty 인 경우 아래 참고
    : http://www.infohit.net/blog/post/installing-and-running-xen-domu-jaunty-on-dom0-ubuntu-juanty.html


2. VM Instance 부팅

# xm create -c ahems2(hostname).cfg

0 comments:

Post a Comment