Xen 관련 기본 명령

  • 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


크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 김형준


Trackback URL : http://www.jaso.co.kr/trackback/307

Leave a comment
« Previous : 1 : ... 86 : 87 : 88 : 89 : 90 : 91 : 92 : 93 : 94 : ... 345 : Next »