Created
April 16, 2020 15:06
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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