Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are several options for VMware software.

We do not support OVA import to ESXi directly or via vCenter using a browser.
We require the VMware OVF Tool if importing to ESXi directly or via vCenter:

1. Importing the OVA file directly to ESXi using VMware ovftool

You can import the OVA file directly into ESXi using VMware ovftool, from the PC or server you run ovftool.
Remember to set the Virtual Machine name you like, the datastore you want, the network you want, and point it at the server you want to deploy to.
Run the command like this:

ovftool --name="NMIS9" -dm="thin" -ds=datastore_name-number -nw="network_name-number" Opmantek-20200708-VM9-Centos7.2003-3-64bit.ova vi://user:escaped_password@host_ip_address
Opening OVA source: Opmantek-20200708-VM9-Centos7.2003-3-64bit.ova
Opening VI target: vi://user@host_ip_address:443/
Deploying to VI: vi://user@host_ip_address:443/
Transfer Completed
Warning:
- No supported manifest(sha1, sha256, sha512) entry found for: 'omk-vm8-centos7-disk001.vmdk'.
- No supported manifest(sha1, sha256, sha512) entry found for: 'omk-vm8-centos7-disk002.vmdk'.
- No manifest file found.
Completed successfully

2. Importing the OVA file to an ESXi Datacenter via vCenter using VMware ovftool

  • Numerous attempts were made to import this OVA using the VMware vSphere HTML5 Client, with Chrome, Chromium and Firefox as browser:
    • Every attempt timed out.
  • We have yet to experience a failed import of this OVF using VMware commandline tool ovftool:
    • For this reason VMware commandline tool ovftool is recommended for importing OVAs' via VMware vCenter

...

Determine the Datacenter name:
ovftool vi://administrator@vsphere.localdomain:Vagrant1\!@photon-machine
Error: Found wrong kind of object (Folder). Possible completions are:
Datacenter1/

Determine the Datacenter available options:
ovftool vi://administrator@vsphere.localdomain:Vagrant1\!@photon-machine/Datacenter1/
Error: Found wrong kind of object (Datacenter). Possible completions are:
vm/
host/

Determine the Datacenter host IP or FQDN:
ovftool vi://administrator@vsphere.localdomain:Vagrant1\!@photon-machine/Datacenter1/host/
Error: Found wrong kind of object (Folder). Possible completions are:
172.16.37.128/

Import OpmantekImport Opmantek-20200708-VM9-Centos7.2003-3-64bit.ova which is in the current directory, in this example using vSphere option --diskMode=thin:
ls -la
-rw-rw-r-- 1 user user 903864320 Jul 29 13:09 Opmantek-20200708-VM9-Centos7.2003-3-64bit.ova

ovftool --acceptAllEulas --name="omk_vm9_centos7" --diskMode=thin Opmantek-20200708-VM9-Centos7.2003-3-64bit.ova vi://administrator@vsphere.localdomain:Vagrant1\!@photon-machine/Datacenter1/host/172.16.37.128
Opening OVA source: Opmantek-20200708-VM9-Centos7.2003-3-64bit.ova
Opening VI target: vi://administrator%40vsphere.localdomain@172.16.37.130:443/Datacenter1/host/172.16.37.128
Deploying to VI: vi://administrator%40vsphere.localdomain@172.16.37.130:443/Datacenter1/host/172.16.37.128
Transfer Completed
Warning:
- No supported manifest(sha1, sha256, sha512) entry found for: 'omk-vm9-centos7-disk001.vmdk'.
- No supported manifest(sha1, sha256, sha512) entry found for: 'omk-vm9-centos7-disk002.vmdk'.
- No manifest file found.
Completed successfully

3.

...

Importing the OVA using a VMware Desktop Application: VMware Fusion (for Mac), VMware Workstation Pro or VMware Workstation Player

These VMware Desktop products  will import directly from an OVF/OVA file so you can just start up the software and select "File → Open" and select the OVA file for import.

...