If a simple working VM is powered off, and all its files under VM folder on VMFS are being copied to a location, then using vConverter to import this file, but it fails and vConvert reports "failed to open <machinename>-00001.vmdk file". And in the vConverter log, only see information: failed to open <machinename>-00001.vmdk file, The specified feature is not supported by this version."
What is the requirement for vConverter to import the VM files?
thanks!
How do you copy the VM files? With cp from the service console? Then the path in the .vmx file to the vmdk is probably not correct anymore. Be sure to adjust it or check if you can start the copied VM on the ESX by manually adding it to inventory before converting it.
VM was shutdown and then copied the files using scp from service console to a linux machine and vConverter access those files via Samba.
How do you manaully add it to inventory in vSphere for the copied files?
thanks.
Simply open the VMX file in your favorite editor and remove the paths.
Thanks, didn't see there is vconverter area here, will try your suggestion to remove the path in vmx file.
There isn't a line in the vmx called path? Can you please list the full name and the key in the vmx file? Or I can post the vmx file here.