• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Patching ESXi 5.0

twwabw

Gawd
Joined
Apr 21, 2001
Messages
716
Trying to install patches- copied zip files to the datastore, in a folder I named Patches. Enable SSH, go into maintenance mode; launch putty, login, and run this command:

esxcli software vib update --depot /vmfs/volumes/patches/ESXi500-201109001.zip

Returns an error:

Could not download from depot at zip:/vmfs/volumes/datastore1/patches/ESXi500-201109001.zip?index.xml, skipping (('zip:/vmfs/volumes/datastore1/patches/ESXi500-201109001.zip?index.xml', '', "Error extracting index.xml from /vmfs/volumes/datastore1/patches/ESXi500-201109001.zip: [Errno 2] No such file or directory: '/vmfs/volumes/datastore1/patches/ESXi500-201109001.zip'"))
url = zip:/vmfs/volumes/datastore1/patches/ESXi500-201109001.zip?index.xml
Please refer to the log file for more details.
~ # Could not download from depot at zip


What am I doing wrong?
 
Without knowing your storage layout, my initial guess is that you are missing datastore1 in your volume path:

esxcli software vib update --depot /vmfs/volumes/datastore1/patches/ESXi500-201109001.zip

But that doesn't explain why the output shows it is infact trying to look at that path.

Does your host have a volume labeled as Datastore1?

Please provide the output of
Code:
# ls /vmfs/volumes
 
Yup.just went through this..as shnelson pointed out, validate the datastore name.
 
Thanks all- yes, in the CLI-centric world, syntax is everything. interestingly, couldn't get it to run from the patches folder no matter what. Moved them to the root folder and all was well. Go figure.

But, yes- wanted to get Win8 running in a VM. It is, but that impression is for another forum
icon7.gif
 
Nice...some people just like to patch their environments you know....:)

Yes some people do. I'm just not one of them LOL. Had to upgrade my trusty old 4.1 to 5.0, and then patch it. Yes- only for Windows 8. It worked great for everything else I ever used it for.
 
Back
Top