With the recent release of the Update 2 revision of vSphere 5.5, many admins may be looking to update their environments to this release level to have all the latest and greatest functionality in their VMware environment. ย Below we will show via screenshots the update procedure for upgrading your Windows installation of vCenter Server 5.5 to the Update 2 level.
You will want to login to VMware and grab a copy of the Update 2 ISO file for vCenter and have this mounted either physically in your server or via ISO directly.
The Process
There is a certain order that you will want to update your vCenter environment. ย For the most part this makes sense and you won’t have any issues. ย If you attempt to just run the “simple install” of vCenter, it will complain and tell you that you already have the components installed, and you will need to run the custom installation. ย Basically this means that you will have to manually click through the components to upgrade.
In our particular environment we will upgrade:
- vCenter Single Sign On
- VMware vCenter Inventory SErvice
- VMware vCenter Server
Screenshots of the upgrade process:
- Starting out upgrading the vCenter Single Sign-On components
- Updating the VMware vSphere Web Client
- Updating the VMware vCenter Inventory Service
- Updating the vCenter Server Components
- We are using the builtin SQL express components
Updating ESXi hosts to 5.5 Update 2:
- Place each host as you update into Maintenance Mode
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-5.5.0-20140902001-standard
Reboot each host after the above scripts complete. ย Verify the version number isย 2068190 which is update 2 level.
Final Thoughts:
The update process really isn’t that tricky once you have the ISO and just set aside the time to perform the upgrade. ย We didn’t run into any issues with vCenter components or the ESXi host updates. ย VMware has really streamlined the install and update processes where the install and update processes are rock solid.
I have vCenter 5.5.0 installed on Windows Server 2012 R2 with SQL Server 2012 installed on the same box. When i want to upgrade to vCenter Update 2 all the components are installed succesfully except vCenter Components. It says to change SQL to unrestriced growth (KB2007864) and to have the Windows protected storage service set not on disabled. Windows protected storage service is depreacted in Windows Server 2012 R2. So how to enable this? Even if i change the SQL unrestricted growth option it fails again. Anyone this before? How to fix this issue?
Check the requirements. If I’m not wrong, vCenter 5.5 is not supported in Windows Server 2012 R2, only in Windows Server 2012 without R2. Anyway, there is a workaround to install it in those R2 versions.
I am running vCenter 5.5 under 2012R2 just fine.
Pretty straight-forward, did it yesterday, but unfortunately ran into an issue (documented by KB 2051925) which needed to be resolved first. After that everything went well – thanks for the howto!