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?
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?