Import an OVF from command line: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with "Computer Notes > VSphere >")
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Computer Notes]] > [[VSphere]] >
[[Computer Notes]] > [[VSphere]] > Import an OVF from command line
 
 
* Download and extract the OVF tool:
 
::: [https://developer.broadcom.com/tools/open-virtualization-format-ovf-tool/latest| Link to OVF tool]
 
 
* use the command from the foler:
 
./ovftool --lax --allowExtraConfig --noSSLVerify --name="SSPI" \
--datastore="nfs" \
--network="pg-01" \
/root/VMware-Security-Services-Platform-Installer-5.2.0.0.0.25273509.ova \
'vi://administrator%40vsphere.local:VMware1VMware!@vc.test/dc-01/host/cluster-01'

Latest revision as of 00:58, 3 May 2026

Computer Notes > VSphere > Import an OVF from command line


  • Download and extract the OVF tool:
Link to OVF tool


  • use the command from the foler:

./ovftool --lax --allowExtraConfig --noSSLVerify --name="SSPI" \ --datastore="nfs" \ --network="pg-01" \ /root/VMware-Security-Services-Platform-Installer-5.2.0.0.0.25273509.ova \ 'vi://administrator%40vsphere.local:VMware1VMware!@vc.test/dc-01/host/cluster-01'