Search code examples
vmwareesxvsphere

Error when i deploye OVA in my ESX


I get this error when I try to deploy my OVA into my ESX:

screenshot

line 33:

 <System>
   <vssd:ElementName>Virtual Hardware Family</vssd:ElementName>
   <vssd:InstanceID>0</vssd:InstanceID>
   <vssd:VirtualSystemIdentifier>PF9SOSNA1</vssd:VirtualSystemIdentifier>
   <vssd:VirtualSystemType>vmx-09</vssd:VirtualSystemType>
 </System>

Solution

  • vmx-09 is only compatible with vSphere5 or Workstation8 - but chances are it will work on an older host with a small edit to the ovf file.

    Edit the ovf file (in any text editor - eg WordPad). Replace vmx-09 with vmx-07. Close and save.

    However when you now run the ovftool to import, you will get an error "SHA1 digest of file xxxx.ovf does not match manifest".

    You can work around this by simply deleting or renaming the manifest file - the ovftool will give a warning to say no manifest file, but will continue to import the VM. I used the import command given at the top of the thread -