Knowledge Base

|
Updating ESX 4.x to a newer released update
Purpose
Note: These guides contain definitive information. If there is a discrepancy between the guide and this article, you should assume that the guide is correct.
Resolution
-
vihostupdate Command-Line Utility—The vihostupdate command applies software updates to ESX 4.x/ESXi 4.x hosts and installs and updates ESX/ESXi extensions such as VMkernel modules, drivers, and CIM providers. For more information, see the vSphere Upgrade Guide. For more information about vihostupdate Command-Line Utility refer vSphere Command-Line Interface Documentation
Note: You cannot use the vSphere Host Update utility to upgrade ESX 4.x hosts. This utility is only for standalone ESX 3.x and ESXi hosts. A standalone host is an ESX host that is not managed by vCenter Server. For more information, see Cannot patch or upgrade ESX 4.0 hosts with vSphere Host Update Utility (1012467) and the vSphere Upgrade Guide.
-
esxupdate Command-Line Utility—The esxupdate command applies software updates to ESX 4.x hosts. For more information, see About the esxupdate Utility in the ESX 4 Patch Management Guide.
Download the appropriate Update Package for your ESX Server 4.x and unzip the file to an ESX host directory that has sufficient space. Make sure you have enough room to store the update package, as well as the amount of space required. You can verify the amount of space needed by looking at the update package with a third party archive utility.
To install using esxupdate:
- Log in to the ESX host service console as root using an SSH Client, or directly from the Service Console.
- Create a local depot directory on the ESX host, such as /tmp/upgrade or under a VMFS datastore.
For example:
- # mkdir -p /tmp/upgrade
- # mkdir -p/vmfs/volumes/<Name of the datastore>/upgrade
Note: Ensure that you have enough free space.- Download the update ZIP file from the VMware Download Center.
- Copy the upgrade package to the directory you created using a program such as WinSCP or use the upload file option in browse datastore and then copy it to the directory.
- Change your working directory to directory you created in Step 2.
- Place the host in the maintenance mode and run this command:
esxupdate --bundle <upgrade.zip> update
Alternatively,you can download the bundle to a datastore and run the command:
esxupdate --bundle=/vmfs/volumes/<datastore>/<update folder if created>/<filename>.zip update
- VMware vCenter Update Manager—For ESX/ESXi hosts that are managed by vCenter Server
To upgrade a host using Update Manager, you must first create a baseline to use for host remediation. The procedures required to create this baseline vary depending on the currently deployed revision of ESX/ESXi in your environment. For more information, see the VMware vCenter Update Manager Administration Guide and find the guide corresponding to the version currently in use. In addition, read the release notes for the ESX version you are attempting to deploy. For more information, see the VMware vSphere 4 Documentation.
Additional Information
Request a Product Feature
- KB Article:
- Updated:
- Categories:
- Product Family:
- Products:
- Product Versions:

