Upgrading to vCenter Server 5.0 Update 1
Note: You can upgrade to vCenter Server 5.0 Update 1 from VirtualCenter 2.5 Update 6, vCenter Server 4.0, and vCenter Server 4.1 for any software updates. Before you begin the upgrade, you must:
- Confirm that your database is supported with vCenter Server 5.0 Update 1
- Back up your supported database, SSL certificates, and vCenter Server configuration.
To upgrade to vCenter Server 5.0 Update 1:
- Download the VMware vCenter Server 5.0 and modules media at this site:
http://downloads.vmware.com/d/info/datacenter_cloud_infrastructure/vmware_vsphere/5_0
- Extract the .zip file onto the vCenter server, or burn the ISO to a CD/DVD-ROM.
- Launch the Autorun within the vCenter Server media and choose to install vCenter Server.
Note: The installer informs you that there is an earlier version of vCenter Server on the computer and that it will be upgraded.
- Continue through the wizard to upgrade vCenter Server.
- Reboot your vCenter Server.
Upgrading to vCenter Update Manager 5.0
Before attempting to upgrade to vCenter Update Manager 5.0, please note that:
- This section is not a comprehensive guide review the Release Notes and Documentation, see the vSphere Update Manager Documentation
- You must upgrade vCenter Server and the vSphere Client to a compatible version. As an example vCenter Update Manager 5.0 Update 1 is compatible only with vCenter Server 5.0 Update 1.
- You must confirm that your database is supported with your version of vCenter Update Manager 5.0 Update 1
- You must backup your supported database.
Upgrading to Update Manager 5.0:
- If you have not already done so, download the VMware vCenter Server 5.0 and modules media from http://downloads.vmware.com/d/info/datacenter_cloud_infrastructure/vmware_vsphere/5_0
- Extract the ZIP file onto the vCenter Update Manager server or burn the ISO to a DVD-ROM.
- Launch the Autorun within the vCenter Server media and choose to install vCenter Update Manager.
Note: The installer informs you that an earlier version of vCenter Update Manager is on the computer and that it will be upgraded.
- Continue through the wizard to upgrade vCenter Update Manager.
Methods of upgrading ESXi 5.0 to ESXi 5.0 Update 1
Upgrading to ESXi 5.0 Update 1 using vCenter Update Manager:
- Launch the vSphere Client and log in to your vCenter Server.
- Place the host that you want to upgrade into Maintenance Mode.
- Click the Update Manager tab and choose Attach.
- Attach the critical and non-critical host patch baselines patches.
- Click Scan. Wait for the scan to complete.
- Click the Remediate option.
- Complete the upgrade.
Boot Server from ESXi 5.0 Update 1 ISO
- Download the ESXi 5.0 Update 1 ISO.
- Burn the image to a CD, or mount the ISO through a KVM session.
- Reboot the server and choose to boot from the CD-ROM.
- Select the volume that ESXi is currently installed.
- Click Upgrade ESXi, preserve VMFS datastore.
- After the update is complete, remove or unmount the ISO.
- Reboot the server.
Using esxcli to upgrade to ESXi 5.0 update 1
- Download the ESXi 5.0 Update 1.
- Upload the .zip file to a datastore that is accessible by the ESXi host by either SCP or the datastore browser.
- SSH to the host or connect by local tech support mode.
- Place the host in maintenance mode by executing this command:
vim-cmd hostsvc/maintenance_mode_enter
- Execute the command:
esxcli software vib install -d /path/to/update-from-esxi5.0-5.0_update01.zip.
- Type reboot.
- When the update is complete, press Enter.
Using PowerCLI to upgrade a host to ESXi 5.0 Update 1
- Download and install PowerCLI.
- Upload the .zip file to a datastore accessible by the ESXi host by either SCP or the datastore browser.
- Extract the .zip file.
- Go to Start > Programs > VMware and open PowerCLI.
- Connect to the ESXi host you want to update by typing Connect-VIServer <hostname>.
- Place the host in maintenance mode with the command:
Set-VMHost -state maintenance
- Run the file Install-VMHostPatch -HostPath /locationwhere/zipwas/extracted/metadata.zip.
- Reboot the server.