Not sure if I'm not getting the syntax correct, but I am attempting to export a vm in OVF format directly from a ESXi 4.1 host.
I have tried several different commands, but all have failed.
Any help with the Syntax to export the OVF directly from a Host would be greatly apprecaited.
ovftool --compress=9 "vi://host1/ha-datacenter/3PAR-LUN6/server1" "Z:\server1.ovf"
ovftool --compress=9 "vi://host1/DC1/3PAR-LUN6/server1/server1.vmx" "Z:\server1.ovf"
ovftool --compress=9 "https://host1/DC1/server1/server1.vmx" "Z:\server1.ovf"