Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Kibana server is not ready yet
- elastic stack
- 한글가이드
- Kibana
- ssh key 배포
- 로그인불가
- PlayBook
- macos
- pfsense
- docker
- proxycfg
- Proxy
- bash
- endpoint security
- x-pack
- ELASTIC
- GitLab
- application security
- 보안양파
- centos 8
- xe guest utilities
- G-suite
- ansible
- XCP-ng
- Elasticsearch
- miniconda
- Windows
- hardening
- freebsd
Archives
- Today
- Total
선 밖에 선 자유인
Xen Server 에서 SR 추가 본문
* 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>
Comments