IT/System & Network
Xen Server 에서 SR 추가
Hotman
2016. 7. 22. 14:19
* SR 생성 (HDD 추가)
http://i5on9i.blogspot.kr/2014/05/xenserver-drive.html
- host uuid 가져오기
# xe host-list
- SR 만들기
# xe sr-create content-type=user device-config:device=/dev/<sdx> host-uuid=<host-uuid> name-label=”Local Storage 2” shared=false type=lvm
* SR 생성 (ISO 용)
http://www.dedoimedo.com/computers/xen-xenserver-local-iso-repo.html
로컬 스토리지에 SR생성
xe sr-create name-label=isos type=iso device-config:location=/home/isos/ device-config-legacy_mode=true content-type=iso
* SR 제거
http://support.citrix.com/article/CTX131328
- uuid 확인
xe sr-list
- 제거
xe sr-forget uuid=<UUID>