0

ESXi 5.1u1 Upgrade in 7 Steps

So with the release of ESXi 5.1 Update 1 last week it meant I needed to upgrade my home lab environment, using the following steps allowed me to do this really quickly and with little fuss.

1. Place the Host into Maintenance Mode and ensure that there are no running VM’s on the host.

2. Ensure you have SSH enabled

image  image  image

3. Make sure that the Outbound HTTP rule is enabled, either by using the console or via the command line later on (command line is esxcli network firewall ruleset set -e true -r httpClient )

 

image  image  image image

4. SSH into the host using your favourite client (in my case, PuTTY)

5. Check Connectivity to the VMware’s Online Depot using the following :-

esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

image

As long as you get a return from this it means you’re firewall connectivity is correctly in place. The two highlighted files are for the latest standard image and the no VMware Tools image, take a note of the version you want to install.

6. Run the following to download and install the required update.

esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-5.1.0-20130304001-standard

image

The upgrade will take a couple of minutes (depending on your internet connection) and will require a reboot to finish the upgrade.

7. Confirm that you’re running the latest version on the host.

image

8. Upgrade all remaining hosts.

All in all this took no more than 10 minutes for both hosts.

 

Thanks to William Lam for his post A Pretty Cool Method of Upgrading to ESXi 5.1 which gave me the idea for 5.1u1

Simon

Leave a Reply

Your email address will not be published. Required fields are marked *