반응형
1. snapshot 뜨기
xe vm-snapshot vm={vm name label} new-name-label={snapshot name label}
ex)
CC-INFRA-WORK-1을 20210118이란 이름으로 snapshot을 뜰때
xe vm-snapshot vm=CC-INFRA-WORK-1 new-name-label=20210118
2. snapshot export (.xva)
xe vm-export --compress vm={snapshot uuid} filename={path/to/snapshot_to_export_filename.xva}
3. snapshot delete
xe vm-uninstall uuid={snapshot uuid} force=true
4. vm의 snapshot 조회
xe snapshot-list name-label={vm name label}
5. export(.xva) file import
xe vm-import filename={export .xva filename} sr-uuid={local storage uuid}
6. sr list
xe sr-list
반응형
'가상화 > Xenserver' 카테고리의 다른 글
CLI xe tool을 이용한여 vm 이미지 백업 하기 (0) | 2022.04.26 |
---|---|
4. VM 강제 shutdown (CLI) (0) | 2021.03.17 |
[Xenserver] 3. VDI, VBD, VM 삭제 (0) | 2021.03.17 |
2. ISO 마운트 (0) | 2021.03.17 |
1. SR ISO 경로 확인 (0) | 2021.03.17 |