Skip to content

Instantly share code, notes, and snippets.

@ob1-sc
Last active October 26, 2024 23:16
Show Gist options
  • Save ob1-sc/644b88583531becee81aa7f824f7742c to your computer and use it in GitHub Desktop.
Save ob1-sc/644b88583531becee81aa7f824f7742c to your computer and use it in GitHub Desktop.
How to upgrade single esxi host
  1. Check current ESXI version and build numbers - ESXI Host > Help > About
  2. Chose newer version and build number from: https://knowledge.broadcom.com/external/article/316595/build-numbers-and-versions-of-vmware-esx.html
  3. Download 'depot.zip' from Broadcom portal > VCF > VMware vSphere > Solutions > Standard > 8.0 > SEARCH FOR NEWER BUILD NUMBER FROM PREVIOUS STEP and follow the download link
  4. Upload depot.zip to /vmfs/volumes/ds_standard/esxi-updates/
  5. Shutdown VMs on host and place into maintenance mode.
  6. Enable SSH > right click on host > services > enable ssh
  7. SSH to host<
  8. Pick profile to use (matching newer build number) for update: esxcli software sources profile list -d /vmfs/volumes/ds_standard/esxi-updates/<depot.zip>
  9. Run upgrade: esxcli software profile update -d /vmfs/volumes/ds_standard/esxi-updates/<depot.zip> -p
  10. reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment