VMware Cloud Community
SirHaschke
Enthusiast
Enthusiast
Jump to solution

ISO Upload not possible

Hi,
i use vSphere 6.7 and i try to upload an ISO file to the datastore.
I get the error like in the attachment.

Upload.JPG

Any idea why? I test it with different Browsers.

Regards
Dennis

Reply
0 Kudos
1 Solution
5 Replies
pragg12
Hot Shot
Hot Shot
Jump to solution

Hi,

Are you facing this issue with Flash client or HTML5 client or both ?

Try uploading the ISO by directly connecting the ESXi through web browser.

Try uploading a different ISO and see if you still face the same issue.

Consider marking this response as "Correct" or "Helpful" if you think my response helped you in any way.
Reply
0 Kudos
mallaireSMCC
Contributor
Contributor
Jump to solution

I think that's the normal untrusted certificate error. That link (http://vmwlin01...) should be a link to one of your hosts. If not maybe copy and paste it into a new browser tab. You should get a certificate warning. Accept it, then go back to your other tab, try your upload again and it should work.

Reply
0 Kudos
continuum
Immortal
Immortal
Jump to solution

To upload an ISO to a datastore the most convenient option is IMHO
1. use putty and connect to ESXi

2. cd /vmfs/volumes/datastore/some-dir/

3. wget http://sanbarrow.com/livecds/moa64-nogui/MOA64-nogui-incl-src-111014-efi.iso
This makes sense if you otherwise use your admin-host to download the iso from the ISO-provider first. Safes one step !
Works very well to download new Linux-isos ....
If you already have the iso on your admin host just use WinSCP


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

Reply
0 Kudos
nettux
Contributor
Contributor
Jump to solution

Oh, yeah!
I did it like this (in terminal): scp -r image.iso root@IP-my-VCenter:/vmfs/volumes/ID-DataStore/  and it works!

Thank you!

Reply
0 Kudos