
Search the Knowledge Base: |
Search the Knowledge Base: |
This patch addresses an issue encountered when esxupdate autoreboot does not complete properly and an error message is displayed. Upon rebooting the ESX Server host, newly installed patches do not show in the list when an esxupdate query is performed and incorrect information might be shown in place of the correct information.
This patch addresses the possible errors in the esxupdate query instruction by having esxupdate write to the update list before rebooting. After applying the patch, no error message is shown during the reboot, and esxupdate query shows the correct update information after rebooting. This update does not reboot the ESX Server host.
# mkdir /var/updates
Note: VMware recommends that you use the updates directory.
# cd /var/updates
# md5sum ESX-2666943.tgz
7373a2a1d4c5bd8f29d5d8c559109dd8 ESX-2666943.tgz
# tar -xvzf ESX-2666943.tgz
# cd ESX-2666943
After you have downloaded and extracted the archive, and if you are in the directory you created above, install the update using the following command:
# esxupdate update
If you want to run esxupdate from a different directory, you must specify the bundle path in the command:
# esxupdate -r file://<directory>/ESX-2666943 update
For example, if the host is called depot:
# esxupdate –r file:///depot/var/updates/ESX-2666943 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 -r file:<directory>/ESX-2666943 update
For more information on using esxupdate, please refer to the Patch Management for ESX Server 3 tech note at http://www.vmware.com/pdf/esx3_esxupdate.pdf.