
Search the Knowledge Base: |
Search the Knowledge Base: |
|
Download Now Download Size: 52.5 MB Download Filename: ESX-8258730.tgz md5sum: a06d0e36e403b0fe6bc6fbc76220a86d |
|
This patch also provides the following fixes:
|
Note: VMware-esx-tools is included with this patch due to dependency requirements. |
There are no symptoms available for the security fixes.
While creating a snapshot of a virtual machine, if the snapshot gets corrupted due to some reason, reverting to the snapshot crashes the ESX Server host management agent. An error message similar to the following gets logged in /var/log/vmware/hostd.log : SNAPSHOT:Unable to find all files for testvm-000001.vmdk
This patch resolves the symptoms discussed above and improves patch management activities on all ESX Server hosts. Command line usage of the tool has not changed, but custom scripts and third-party utilities could be affected by these changes.
Download and verify the patch bundle as follows:
Download patch ESX-8258730 by clicking on the link above.
Log in to the ESX Server service console as root.
Create a local depot directory.
# mkdir -p /var/updates
Note: VMware recommends that you use the updates directory.
Change your working directory to /var/updates.
# cd /var/updates
Download the tar file into the /var/updates directory.
Verify the integrity of the downloaded tar file:
# md5sum ESX-8258730.tgz
The md5 checksum output should match the following:
a06d0e36e403b0fe6bc6fbc76220a86d ESX-8258730.tgz
Extract the compressed tar archive:
# tar -xvzf ESX-8258730.tgz
Change to the newly created directory, /var/updates/ESX-8258730:
# cd ESX-8258730
# esxupdate update
To run esxupdate from a different directory, you must specify the bundle path in the command:
# esxupdate -r file://<directory>/ESX-8258730 update
For example, if the host is called depot:
# esxupdate -r file:///depot/var/updates/ESX-8258730 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-8258730 update
For more information on using esxupdate, refer to the Patch Management for ESX Server 3 tech note at http://www.vmware.com/pdf/esx3_esxupdate.pdf.