Skip to content

Instantly share code, notes, and snippets.

@d4rkeagle65
Created April 16, 2020 15:06
Show Gist options
  • Save d4rkeagle65/b1ca376830a0964c5ef3ed23b7238618 to your computer and use it in GitHub Desktop.
Save d4rkeagle65/b1ca376830a0964c5ef3ed23b7238618 to your computer and use it in GitHub Desktop.
Run these commands on a VMWare vSphere host to upgrade it to 6.7.0
esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml | grep ESXi-6.7.0-20
vim-cmd /hostsvc/maintenance_mode_enter
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.7.0-20191204001-standard
reboot
vim-cmd /hostsvc/maintenance_mode_exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment