I downloaded all the files (vmx, both vmdk's etc) from an ESX 3.5 host to my local UNIX box.
Then I ran the 0.9 version of OVF Tool (release 62566) and get these errors:
Opening VMX file: MyMachine.vmx
Analyzing virtual hardware
Opening MyMachine.vmdk
com.vmware.ovftool.vmdklib.VmdkLib$VmdkFormatException: Cannot handle extents of type: VMFS
at com.vmware.ovftool.vmdklib.VmdkLib.parseExtent(VmdkLib.java:356)
at com.vmware.ovftool.vmdklib.VmdkLib.parseDescriptor(VmdkLib.java:287)
at com.vmware.ovftool.vmdklib.VmdkLib.openVmdkLink(VmdkLib.java:428)
at com.vmware.ovftool.vmdklib.VmdkLib.openVmdk(VmdkLib.java:447)
at com.vmware.ovftool.Exporter.analyze(Exporter.java:68)
at com.vmware.ovftool.Converter.convertVmxToOvf(Converter.java:112)
at com.vmware.ovftool.Main.main(Main.java:78)
Can anyone tell me what is wrong here?
I'm using OVF Tool 0.9 because I need to generate a version 0.9 OVF file for this VM....I can't figure out any way to preserve the 0.9 versioning that I need for legacy support purposes.
Thanks for pointers,
CJ