Home » Categories » Virtualization » VMware

VMware OVFTool - Deploy .ovf, .ova Error:vim.fault.FileNotFound

Error: vim.fault.FileNotFound

Resolve:

To disconnect the .iso from the .ovf follow these steps:

  • delete the associated .mf file
  • open the .ovf file using notepad and delete the following section:

<Item ovf:required="false">
    <rasd:AddressOnParent>0</rasd:AddressOnParent>
    <rasd:AutomaticAllocation>false</rasd:AutomaticAllocation>
    <rasd:ElementName>CD-ROM 1</rasd:ElementName>
    <rasd:InstanceID>8</rasd:InstanceID>
    <rasd:Parent>4</rasd:Parent>
    <rasd:ResourceSubType>vmware.cdrom.iso</rasd:ResourceSubType>
    <rasd:ResourceType>15</rasd:ResourceType>
</Item>

# If changed .ovf file add flag "--skipManifestCheck" to ovftool command, such as:
ovftool --skipManifestCheck -ds=datastore3 -dm="thin" -n="MikroTikOS7" -nw="VM Network" MikroTikOS6.ovf vi://[email protected]



Ref:

https://pricklytech.wordpress.com/2021/02/13/vmware-vsphere-deploy-ovf-errorvim-fault-filenotfound/

Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
Migrate qcow2 images from KVM to VMWare
Viewed 4010 times since Sat, Feb 20, 2021
Failed to reconfigure virtual machine Test-VM. The operation is not allowed in the current state.
Viewed 1163 times since Fri, Dec 31, 2021
Convert qcow2 to vmdk
Viewed 990 times since Tue, Feb 9, 2021
Enable content Copy/Paste between VMRC client and Windows/Linux Virtual Machine
Viewed 948 times since Mon, Jan 3, 2022
VMware - Using the OVF Tool deploy
Viewed 611 times since Sun, Jan 2, 2022
OVFTool - Error: SHA digest of file ExortedVM.ovf does not match manifest
Viewed 2060 times since Mon, Jan 3, 2022
Convert Thick Provision Lazy Zeroed Disk to Thin on VMware ESXi by vmkfstools
Viewed 761 times since Sat, Jan 1, 2022
How to Export a vSphere ESXi 6.7 Virtual Machine
Viewed 1244 times since Sun, Feb 7, 2021
Reclaiming disk space from thin provisioned VMDK files on ESXi
Viewed 1883 times since Sun, Feb 27, 2022