Keeping VMware ESXi Updated: 6.5 Update 1

Keeping VMware ESXi Updated: 6.5 Update 1

So you might have followed my post about upgrading to VMware 6.5 from 5.5U3 using the console. It’s been a while since then, and those folks over at VMware have updated the platform a little.

It’s now at ESXi 6.5 Update 1, and you want to get your system up to date. So let’s get to it.

Note: Since 6.5.0, VMware have changed the format of their profile bundle name, it now uses a date based format and not a build number.

esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-6.5.0-20170701001s-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli software profile update -p ESXi-6.5.0-20170702001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient

The first line allows the internal HTTP Client to reach the outside world through the firewall. The second line downloads a patch for the tools-light .VIB (and maybe a few others). Then the updates for the latest ESXi are downloaded and then applied. The last line closes the internal client to the network.

You can monitor the update process through the Web Console by selecting the/var/log/esxupdate.log file in the Log Viewer, (Host|Monitor|Logs).

Don’t forget to reboot

This didn’t work the first time for me, see My challenges with VMware upgrading to 6.5u1, it might help you also if you get stuck. Also find out the real reason why, and how the steps here have been altered at Explaining why the VMware update to v6.5U1 didn’t work
Updated 06 October 2017 for updates beyond 6.5U1 see One step beyond VMware 6.5U1
Updated 10 August 2017 to add an additional step to prevent the upgrade failing
Updated 29 July 2017 to reflect ESXi 6.5U1
Updated 20 April 2017 to reflect ESXi 6.5.0d
Updated 14 April 2017 to reflect ESXi 6.5.0c
Created 30 March 2017 with ESXi 6.5.0b
John Dixon

John Dixon is the Principal Consultant of thirteen-ten nanometre networks Ltd, based in Wiltshire, United Kingdom. He has a wide range of experience, (including, but not limited to) operating, designing and optimizing systems and networks for customers from global to domestic in scale. He has worked with many international brands to implement both data centres and wide-area networks across a range of industries. He is currently supporting a major SD-WAN vendor on the implementation of an environment supporting a major global fast-food chain.

Comments are closed.