
Search the Knowledge Base: |
Search the Knowledge Base: |
Release Date: 09/06/07
Document Last Updated: 02/13/08
|
Download Size: 367 KB Download Filename: ESX-5874303.tgz md5sum: bbe03a43fd5a93f6b9209097f4027d3e |
|
This patch supplies an update to the esxupdate utility in the ESX Server service console. The utility is used to manage updates and patches to the ESX Server host.
The Patch Management for ESX Server 3 tech note at http://www.vmware.com/pdf/esx3_esxupdate.pdf has been updated to reflect these changes to esxupdate and to provide answers to some FAQs.
For the related patch for ESX Server 3.0.0, see http://kb.vmware.com/kb/1000074.
This following symptoms might be seen in systems without this patch:
This patch resolves the symptoms previously discussed and improves patch management activities on all ESX Server hosts. Command-line usage of the utility has not changed, but the change might affect custom scripts and third-party utilities.
Download and verify the patch bundle as follows:
# mkdir -p /var/updates
Note: VMware recommends that you use the updates directory.
# cd /var/updates
# md5sum ESX-5874303.tgz
bbe03a43fd5a93f6b9209097f4027d3e ESX-5874303.tgz
# tar -xvzf ESX-5874303.tgz
# cd ESX-5874303
After you download and extract the archive, and if you are in the directory that you previously created, using the following command to install the update:
# esxupdate update
To run esxupdate from a different directory, you must specify the bundle path in the command:
# esxupdate -r file://<directory>/ESX-5874303 update
For example, if the host is called depot:
# esxupdate -r file:///depot/var/updates/ESX-5874303 update
During the update process, logs appear on the terminal. You can specify the verbosity of esxupdate logs by using the -v option as shown below.
# esxupdate -v 10 file://<directory>/ESX-5874303 update
For more information on how to use esxupdate, see the Patch Management for ESX Server 3 tech note at http://www.vmware.com/pdf/esx3_esxupdate.pdf.