...
Code Block |
---|
$ sudo ssh IP_of_the_ESXi-host
~ # esxcli network firewall ruleset set -e true -r httpClient
~ # esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
~ # esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml \-p ESXi-5.5.0-1331820-standard |
Code Block |
---|
Update Result Message: The update completed successfully, but the system needs to be rebooted
for the changes to be effective.
Reboot Required:true
~# reboot |
To check the progress, run the following cmd:
...