Download Patch ESX-1000081 for VMware ESX Server 3.0.0
Release Date: 9/6/07
Last Updated: 9/6/07

Download Size:
96 MB
Download Filename:
ESX-1000081.tgz
md5sum:
f0e1b6e95eb36621bb2a92be93cb00c3
|
| Product Versions |
ESX Server 3.0.0 |
| Patch Classification |
General |
| Superceded By |
None |
| Virtual Machine Migration or Reboot Required |
No |
| ESX Server Host Reboot Required |
No |
| Affected Hardware |
N/A |
| Affected Software |
Third-party patch management or custom patch managements scripts might be affected. |
| RPMs Updated |
VMware-hostd-esx |
| Related CVE numbers |
N/A |
|
Summary
This patch provides an update to the VMware scripts tool in the ESX Server service console.
- Fixes an issue where the connection between the ESX Server host and the VirtualCenter (or the ESX Server host and Virtual Infrastructure Client) is lost when reverting to a corrupted snapshot.
- Fixes an issue where the user cannot delete the snapshot of a powered on virtual machine that has two disks with identical file names and/or on separate data stores. You must also install patch ESX-4809553 to complete the fix for this issue. Patches ESX-4809553 and ESX-1000081 can be installed in any order.
Symptoms
The following symptoms might be seen in systems without this patch:
- 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
- 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:
- Error in the virtual machine's uuid/VM-name/vmware.log: vmx| SNAPSHOT:GetConsolidateList failed 21
- Error in the hostd logs: Failed to do Snapshot op: Error: The virtual disk is used multiple times hostd pulls this error message out of a foundry callback its snapshot callback.
Impact
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.
View KB 1000081 for more information on this patch.
Download Instructions
Download and verify the patch bundle as follows:
- Download patch ESX-1000081 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-1000081.tgz
The md5 checksum output should match the following:
f0e1b6e95eb36621bb2a92be93cb00c3 ESX-1000081.tgz
- Extract the compressed tar archive:
# tar -xvzf ESX-1000081.tgz
- Change to the newly created directory, /var/updates/ESX-1000081:
# cd ESX-1000081
Installation Instructions
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-1000081 update
for example, if the host is called depot:
# esxupdate -r file:///depot/var/updates/ESX-1000081 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-1000081 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. |