1. ISOs local storage 설정 및 우분투 설치 이미지 다운로드
mkdir /home/isos
cd /home/isos
wget http://ftp.daum.net/ubuntu-releases/14.04.2/ubuntu-14.04.2-server-amd64.iso
xe sr-create name-label="Local ISOs" type=iso device-config:location=/home/isos device-config:legacy_mode=true content-type=iso
2. HDD 추가 하기
xe host-list
xe sr-create content-type=user device-config:device=/dev/sdb host-uuid=<host-uuid> name-label="Local HDD storage on mylab-xenserver" shared=false type=lvm