Skip to content

Instantly share code, notes, and snippets.

@phainamikaze
Last active September 12, 2020 17:52
Show Gist options
  • Select an option

  • Save phainamikaze/df756862088e47cf4c2649623ed051cf to your computer and use it in GitHub Desktop.

Select an option

Save phainamikaze/df756862088e47cf4c2649623ed051cf to your computer and use it in GitHub Desktop.
https://my.vmware.com/group/vmware/downloads/details?downloadGroup=ESXI670&productId=742&rPId=51861
download Offline Bundle zip file
and upload to esxi datastore
command
esxcli software vib update -d /vmfs/volumes/datastore1/VMware-ESXi-6.7.0-8169922-depot.zip
use "install" instead of "update". Also put double quotes around the file path like this:
esxcli software vib install -d "/vmfs/volumes/datastore1/update-from-esxi6.7-6.7_update01.zip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment