Versions Compared

Key

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

...

You can import the OVA file into a VMware ESXi Datacenter via VMware vCenter 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 commands like this:

  • In this example the VMware vCenter 6.5 install has created:

  • VMware ovftool option that should be determined appropriate to this use case for this OVA import:
    • -ds="datastore_name-number"
      • Required if the selected Datacenter has more than one datastore
    • -nw="network_name-number"
      • Required if the selected Datacenter has more than one network 
    • -dm
      --diskMode

      Specify the disk format. You can specify the following formats:

      • monolithicSparse 

      • monolithicFlat

      • twoGbMaxExtentSparse

      • twoGbMaxExtentFlat

      • seSparse (vSphere target)

      • eagerZeroedThick (vSphere target)

      • thin(vSphere target)

      • thick (vSphere target)

      • sparse

      • flat

...