I am trying to export a VM using OVFtool running on a windows server
ovftool.exe --allowExtraConfig --noImageFiles --noSSLVerify "vi://xx.xx.xx.xx/myVM" "c:\myPath"
Enter login information for source vi://xx.xx.xx.xx/
Username: myid
Password: ************
Opening VI source: vi://[email protected]:443/myVM
Opening OVF target: "C:\mypath"
Error: Failed to create directory: "c:\myPath"
Warning:
- ExtraConfig option 'nvram' is not allowed, will skip it.
- ExtraConfig options exists in source.
I interrogated vi://[email protected]
ovftool.exe --noSSLVerify "vi://xx.xx.xx.xx/"
and determined that source path "vi://[email protected]:443/myVM" is valid
I have permissions to create target path
I tried all conceivable OVFtool options --noSSLVerify --allowAllExtraConfig --noImageFiles without much avail
I also ensured there arent amy CD drives on my VMS pointing to images.
How do I debug this ?
Any inputs welcome
Thanks
Yogesh