xen-server A 에서 VM을 백업(export)하여 파일을 다른 xen-server B 로 옮기면
B서버에서 VM을 복원(import)하여 운영할 수 있다.
xenserver 쉘상에서 export 명령을 실행하면 xen os 하드에서 파일이 저장되기때문에
용량이 충분하지 않아 export가 제대로 성공하지 못한다.
이 경우 다른 네트워크서버의 samba 폴더를 이용해 파일을 저장하도록 하면 된다.
smb 서버를 xen-server A 에 마운트하는 명령어는 다음과 같다.
[root@xen-server4 ~]# mount -t cifs -o username=smb아이디 //113.30.10x.x/sambadata /mnt
xen-server의 /mnt 폴더에 samba 공유폴더를 마운트 하였다.
이제 /mnt에 VM을 export 하면 된다.
[root@xen-server4 mnt]# xe vm-export vm=web1004i-windows filename=/mnt/web1004i-windows.xva
다른 xen-server B 에서 smb 폴더를 마운트하여 복원하면 B서버에 VM이 생성된다.
[root@xen-server5 mnt]# xe vm-import filename=/mnt/web1004i-windows.xva
'Xen가상화' 카테고리의 다른 글
How to import/export a template through NFS. (4) | 2019.04.04 |
---|---|
xen-server 운영중인 VM 스냅샷 및 템플릿파일로 저장하여 서버이전 (4) | 2019.01.11 |
젠서버(XenServer) 새로운 하드디스크 추가하는 방법 (5) | 2019.01.09 |
xenserver 6.5에 centos 7 설치할때 vnc 설정하여 gui로 설치진행 (4) | 2018.10.05 |
xencenter에서 centos 그래픽 모드 설치 (4) | 2018.01.04 |