1. XenServer - Export a template
nfs폴더 마운트
mount server02:/nfs/vm_templates /mnt
xe template-list (만들어져있는 템플릿uuid확인)
xe template-export filename=cdn.xva template-uuid=d088dfe3-f8aa-3fb6-7d23-e426be80a852
2. XenServer - import a template from nfs:
nfs폴더 마운트
mount server02:/nfs/vm_templates /mnt
스토리지 uuid 확인
xe sr-list
템플릿 import
xe vm-import filename=cdn.xva sr-uuid=19696695-c7f3-1099-5f9d-c6bf2eeb82e4
완료후 xencenter에서 템플릿등록되었는지 확인.
'Xen가상화' 카테고리의 다른 글
XenServer 및 XCP-ng에서 로컬 ISO 저장소 만들기 (12) | 2022.05.18 |
---|---|
xen-server 운영중인 VM 스냅샷 및 템플릿파일로 저장하여 서버이전 (4) | 2019.01.11 |
xen vm export 하기 (4) | 2019.01.11 |
젠서버(XenServer) 새로운 하드디스크 추가하는 방법 (5) | 2019.01.09 |
xenserver 6.5에 centos 7 설치할때 vnc 설정하여 gui로 설치진행 (4) | 2018.10.05 |