
Search the Knowledge Base: |
Search the Knowledge Base: |
|
cd363526aab5fa6c45bf2509cb5ae500
|
|
This patch also provides the following fix:
|
Note: There is no update to VMware-esx-tools RPM. But VMware-esx-tools is included with this patch due to dependency requirements. |
There are no symptoms available for the security fixes.
In systems without this patch, the following symptom might be seen for the snapshot delete issue:
Deleting the snapshot of a virtual machine fails in the following scenario: Create a virtual machine that has two disks with identical names on separate datastores. Take a snapshot of the virtual machine. Deleting the snapshot fails with errors similar to the following:
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:
# mkdir -p /var/updates
Note: VMware recommends that you use the updates directory.
# cd /var/updates
# md5sum ESX-4809553.tgz
The md5 checksum output should match the following:
cd363526aab5fa6c45bf2509cb5ae500 ESX-4809553.tgz
# tar -xvzf ESX-4809553.tgz
# cd ESX-4809553
Note: All virtual machines on the host must be either shut down or migrated using VMotion before applying the patch.
Once 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
To run esxupdate from a different directory, you must specify the bundle path in the command:
# esxupdate -r file://<directory>/ESX-4809553 update
for example, if the host is called depot:
# esxupdate -r file:///depot/var/updates/ESX-4809553 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-4809553 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.