블로그 이미지
BJcomm
bjcomm

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

calendar

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
04-26 20:42

How to import/export a template through NFS.

2019. 4. 4. 12:52 | Posted by bjcomm

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에서 템플릿등록되었는지 확인.