VMware
 

Knowledge Base

Search the Knowledge Base:

Products:
Search In:
 

ESX Server 3.0.1, Patch ESX-1000078: Update to VMkernel; Fixes for Critical Issues

Details

Release Date: 9/6/07
Last Updated: 9/6/07
 
 
Download Now
Download Size:
33.5 MB
Download Filename:
ESX-1000078.tgz
md5sum:
ab53262e1e18abec12a6242093c31de5
Product Versions ESX Server 3.0.1
Patch Classification Critical
Superceded By None
Virtual Machine Migration or Reboot Required Yes
ESX Server Host Reboot Required Yes
Affected Hardware N/A
Affected Software Third-party patch management or custom patch management scripts might be affected.
RPMs Updated VMware-esx-vmkernel
Related CVE numbers N/A

Summary

This patch fixes the following issues:

  • An issue where the ESX Server host crashes due to an invalid frame size caused by an incorrect computation of ether header length.
  • An issue where an ESX Server host might crash if a loss of TCP/network connectivity is experienced during a VMotion operation.
  • An issue where broadcast/multicast packets are duplicated when two or more virtual machines are connected to a vSwitch using NIC teaming.

Solution

Symptoms

The following symptoms might be seen in systems without this patch:

  • Invalid frame size might cause the ESX Server host to crash when, while using a vmxnet virtual adapter, VLAN tagging and/or priority queue tagging is enabled.
  • During VMware VMotion, the source or destination server participating in the VMotion becomes unresponsive, when the IP address of the vmkernel port participating in VMotion is a duplicate on the network.
  • Packet duplication causes network congestion. Duplication of packets might also cause issues with VMotion RARP broadcast. To confirm if packets are getting duplicated, use a network tool such as ARPing to send broadcast/multicast packets. Check the destination virtual machine using a network traffic analyzer such as tcpdump or Ethereal.

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.

Download Instructions

Download and verify the patch bundle as follows:

  1. Download patch ESX-1000078 by clicking on the link above.
  2. Log in to the ESX Server service console as root.
  3. Create a local depot directory.

    # mkdir -p /var/updates

    Note: VMware recommends that you use the updates directory.

  4. Change your working directory to /var/updates.

    # cd /var/updates

  5. Download the tar file into the /var/updates directory.
  6. Verify the integrity of the downloaded tar file:

    # md5sum ESX-1000078.tgz

    The md5 checksum output should match the following:

    ab53262e1e18abec12a6242093c31de5 ESX-1000078.tgz

  7. Extract the compressed tar archive:

    # tar -xvzf ESX-1000078.tgz

  8. Change to the newly created directory, /var/updates/ESX-1000078:

    # cd ESX-1000078

Installation Instructions

Note: All virtual machines on the host must be either shut down or migrated using VMotion before applying the patch. A reboot of the ESX Server host is required after applying this patch.

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-1000078 update

For example, if the host is called depot:

# esxupdate -r file:///depot/var/updates/ESX-1000078 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-1000078 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.

Keywords

esxpatch;esx301

Feedback

Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (2000 or fewer characters)
Submit
Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   
Actions