본문 바로가기
VMware

OVF export/import

by 도경다경 2022. 3. 31.
반응형

내가 사용한 명령어는 아래

 

■ Export Sample
PS C:\Program Files\vmware\VMware OVF Tool> .\ovftool.exe vi://root@192.168.0.100/vm_name d:\export_name.ovf

Accept SSL fingerprint (3A:E1:68:2E:16:1F:6E:26:4F:98:16:B9:EB:BB:25:62:28:C4:B9:BB) for host 150.12.24.242 as source type.
Fingerprint will be added to the known host file
Write ‘yes’ or ‘no’
yes
Enter login information for source vi://192.168.0.100/
Username: root
Password: ********
Opening VI source: vi://root@192.168.0.100/vm_name
Opening OVF target: d:\export_name.ovf
Writing OVF package: d:\export_name.ovf
Disk progress: 100%
Transfer Completed
Completed successfully

 

■ Import Sample
PS C:\Program Files\VMware\VMware OVF Tool> .\ovftool.exe --noSSLVerify --datastore=Datastore_Name d:\import_OVF_name.ovf vi://root@192.168.0.100(Target ESXi/vCenter)

※ "-" 옵션에 하이픈 2개 주의


Opening OVF source: d:\import_OVF_name.ovf
The manifest validates
Enter login information for target vi://192.168.0.100/
Username: root
Password: ********
Opening VI target: vi://root@192.168.0.100:443/
Deploying to VI: vi://root@192.168.0.100:443/
Transfer Completed
Completed successfully

 

 

상세 내용 및 옵션은 링크 참조

(Online Documentation - OVF Tool User's Guide - VMware {code})

반응형

'VMware' 카테고리의 다른 글

vCenter 재설치 후 할 일  (0) 2022.04.26
vCenter 관리 페이지  (0) 2022.04.26
vCenter SSL 인증서 만료 문제  (0) 2022.04.26
VMware와 Redhat Linux 호환성  (0) 2022.04.26
OVF 6.7 export 6.5 import 안됨  (0) 2022.04.05

댓글