VMware Cloud Community
akreitman
Contributor
Contributor

ESXi 5.0 to 5.1 upgrade error

   In datastore1, I enter

esxcli software profile update -d VMware-ESXi-5.1.0-799733-depot.zip -p VMware-ESXi-5.1.0-799733-standard

It returns

[MetadataDownloadError]
Could not download from depot at zip:/var/log/vmware/VMware-ESXi-5.1.0-799733-depot.zip?index.xml, skipping (('zip:/var/log/vmware/VMware-ESXi-5.1.0-799733-depot.zip?index.xml', '', "Error extracting index.xml from /var/log/vmware/VMware-ESXi-5.1.0-799733-depot.zip: [Errno 2] No such file or directory: '/var/log/vmware/VMware-ESXi-5.1.0-799733-depot.zip'"))
        url = zip:/var/log/vmware/VMware-ESXi-5.1.0-799733-depot.zip?index.xml

What am I doing wrong?

Thanks

Tags (2)
0 Kudos
4 Replies
a_p_
Leadership
Leadership

Did you already try to provide the full path to the .zip file rather than the .zip file without the path?

see e.g. http://www.v-front.de/2012/09/how-to-update-your-free-whitebox-esxi.html

André

0 Kudos
iw123
Commander
Commander

Which directory are you in when you run the command?  Run 'pwd' to check where you are.

*Please, don't forget the awarding points for "helpful" and/or "correct" answers
0 Kudos
akreitman
Contributor
Contributor

Thanks, that helped some, but not enough

esxcli software profile update -d /vmfs/volumes/datastore1/VMware-ESXi-5.1.0-799733-depot.zip -p VMware-ESXi-5.1.0-799733-standard
[NoMatchError]
No image profile found with name 'VMware-ESXi-5.1.0-799733-standard'
         id = VMware-ESXi-5.1.0-799733-standard
Please refer to the log file for more details.

0 Kudos
a_p_
Leadership
Leadership

Remove VMware from the profile name.

esxcli software profile update -d  /vmfs/volumes/datastore1/VMware-ESXi-5.1.0-799733-depot.zip -p ESXi-5.1.0-799733-standard

André

0 Kudos