Xen가상화
How to import/export a template through NFS.
bjcomm
2019. 4. 4. 12:52
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에서 템플릿등록되었는지 확인.