KB ID 0001193
Problem
I had a vCenter 6.0.0.1 appliance on my test network and wanted to update it to version 6.0.0.2. But I didn’t want to reinstall the whole thing from scratch.
Solution
Let’s assume it’s going to go wrong! Take a snapshot off the appliance first.
Go to the patch update site and get the latest patch for your version of vCenter.
Upload the ISO file into your vSphere storage, and present it to your vCenter appliance.
SSH into your appliance (you can enable this from DCUI, but mine was enabled). Issue the following commands;
[box]
shell.set --enabled True software-packages install --iso --acceptEulas
[/box]
Go get a coffee it takes about 15-20 minutes, when complete it should say ‘Packages upgraded successfully’. You then need to reboot the appliance to complete the upgrade.
[box]
shutdown reboot -r Updated
[/box]