
Search the Knowledge Base: |
Search the Knowledge Base: |
|
Note: This vulnerability exists for all AMD Athlon, Duron, Athlon MP, Athlon XP, Athlon64, Athlon64 FX, Opteron, Turion, and Sempron processors, but AMD Opteron processors are the only AMD processors supported with ESX Server. |
|
Note: By default, the ESX Server host will reboot after the patch is applied. |
Download and verify the patch bundle as follows:
# mkdir /var/updates
Note: VMware recommends that you use the updates directory.
# cd /var/updates
# md5sum ESX-2533126.tgz
f34bd684a50a29d667bd0ea5c8c8ef63 ESX-2533126.tgz
# tar -xvzf ESX-2533126.tgz
# cd ESX-2533126
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-2533126 update
For example, if the host is called depot:
# esxupdate –r file:///depot/var/updates/ESX-2533126 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 -r file:<directory>/ESX-2533126 update