VMware Cloud Community
shaharsib
Enthusiast
Enthusiast

ovftool - How to upload ISO file into vcd catalog media folder?

Hi,

Im trying to upload ISO file into my media folder in my vCD.

Im using Windows 64 bit version.

With the command:

ovftool.exe --sourceType="ISO" --noSSLVerify --noSSLVerify=true --skipManifestCheck --targetType="ISO" "C:\TEST.iso" "vcloud://user:password@MY-VCD-URL?org=Dev&vdc=Dev-VDC&catalog=CD&media=TEST.iso"

Im keep getting:

Error: Only local files are allowed as media targets.

Completed with errors

any ideas?

Thanks

Tags (4)
Reply
0 Kudos
1 Reply
sk84
Expert
Expert

You can try the following:

ovftool.exe --sourceType="ISO" --noSSLVerify C:\TEST.iso "vcloud://user:password@MY-VCD-URL?org=Dev&vdc=Dev-VDC&catalog=CD&media=TEST.iso"

--- Regards, Sebastian VCP6.5-DCV // VCP7-CMA // vSAN 2017 Specialist Please mark this answer as 'helpful' or 'correct' if you think your question has been answered correctly.
Reply
0 Kudos