How to update ESXi 6.5 to 6.5 Update 1 via command line
If youve only have a couple ESXi hosts to upgrade, then using the command line method is a fast and easy way of doing so.
Place the host you are upgrading into Maintenance Mode.
Then SSH into the host using PuTTY (or any other SSH client/terminal).
Type the following command to open the firewall for outgoing HTTP requests:
esxcli network firewall ruleset set -e true -r httpClient
Type the following command to download and upgrade to ESXi 6.5 U1
esxcli software profile update -d
https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-6.5.0-20170702001-standard
After the update has finished disable the HTTP firewall rule by typing:
esxcli network firewall ruleset set -e false -r httpClient
And finally, reboot the ESXi host to complete the upgrade.
reboot
Doesnt hurt to also disable SSH when youre done for security purposes.
กรณี error no28
[InstallationError]
[Errno 28] No space left on device
vibs = VMware_locker_tools-light_6.5.0-0.23.5969300
Please refer to the log file for more details.
====================================
1) downloaded the vib manually and installed it:
Official Download:
https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/esx/vmw/vib20/tools-light/VMware_locker_tools-light_6.5.0-0.23.5969300.viband upload to VM
2) Install with
esxcli software vib install -v "absolute_path_to_vib"
3) I updated my host to the newest release:
esxcli software profile update -p ESXi-6.5.0-20170702001-standard -d
https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml