Hi,
I am trying to deploy an. ova file using ovftool with the following command :
C:\Program Files (x86)\VMware\VMware OVF Tool>ovftool -ds=<datastore> --net:"VM Network
"=standard_trunk --net:"VM Network 2"=standard_trunk -n=g1 <<MYOVA.ova>> vi://username:password@<IPaddr>
Opening OVA source: vwlc.ova
The manifest validates
Opening VI target: vi://root@10.50.16.36:443/
Deploying to VI: vi://root@10.50.16.36:443/
Progress: 59%
Removing temporary objects and files
Transfer Failed
Error: Execution aborted
Error: Operation was canceled
Completed with errors
And it aborts with the above error.
Can anyone help me out.