Xen 관련 기본 명령
- Posted at 2008/11/08 15:04
- Filed under Program/Linux
- vm start: xm create <conf file>
- vm shutdown: xm shutdown <vm name>
- vm console: xm console <vm name>
- vm 목록: vm list
- vm 디스크 확장
cd /var/lib/xen/images/vlinux1
#use dd to create a 1 GB file
dd if=/dev/zero of=Tempfile bs=1024 count=1000000
#append this file to virtual image file (in this case is hda)
cat Tempfile >> hda
resize2fs -f hda
Posted by 김형준
- Response
- No Trackback , No Comment
Trackback URL : http://www.jaso.co.kr/trackback/307





