Download Bundle ESX-6431040 for VMware ESX Server 3.0.1
The following patches are contained within this bundle:
Security FixesThis bundle is a group of patches to resolve two possible security issues. They are as follows:
Resolved IssuesIn addition to a required component of the buffer overflow fix, patch ESX-1161870 also provides a fix for an issue where taking a snapshot of a Solaris 10 (32-bit or 64-bit) virtual machine can cause a loss of networking to that virtual machine. ApplicabilityThe patches in this bundle are for ESX Server 3.0.1 only. For the related bundle for ESX Server 3.0.0, please refer to http://www.vmware.com/support/vi3/doc/esx-5754280-patch.html . View KB 6431040 for more information. Download InstructionsDownload and verify the patch bundle as follows : Download patch ESX-6431040 by clicking on the Download Now button above . Log into the ESX Server service console as root. Create a local depot directory. # mkdir /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-6431040.tgz The md5 checksum output should match the following: ef6bc745b3d556e0736fd39b8ddc8087 ESX-6431040.tgz Extract the compressed tar archive: # tar -xvzf ESX-6431040.tgz Change to the newly created directory, /var/updates/ESX-6431040: # cd ESX-6431040 Installation InstructionsFor ESX Server versions 3.x, patches are installed using the esxupdate utility on the ESX Server host. This patch bundle makes use of esxupdate and a script that helps you to install multiple patches. With the script, you may still choose to install all or only a few of the patches contained within the bundle, or you might choose to use the esxupdate without the script. For installation instructions for each method, please see the following sections. 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.
Installing the Patches Using The install_patches ScriptInstall all the patch updates using the install_patches script command provided in the patch tar file. The install_patches script will help prompt you to decide if you want to apply All or Some Patch Bundles. Once you have downloaded and extracted the archive, and if you are in the directory you created above, start the script as follows: # ./install_patches When the script has completed all of the patch installations, it will prompt you whether or not you want to reboot the ESX Server host. Installing the Patches Individually Using esxupdateOnce you have downloaded and extracted the archive, if you are in the bundle's main directory, you will need to change to the directory of the patch you want to install as follows: # cd ESX-xxxxxx The full path will now be something like /var/updates/ESX-6431040/ESX-xxxxxx, where ESX-xxxxxx is the patch number you want to install. To install the update, issue the following command: # esxupdate update If you want to run esxupdate from a different directory, you must specify the path in the command: # esxupdate -r file://<directory>/ESX-xxxxxx update For example, if the host is called depot: # esxupdate –r file:///depot/var/updates/ESX-xxxxxx 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-xxxxxx update |
|||
