Installing Patches on your ESX Server
VMWare releases patches for ESX quite often, and it can get tiring installing them all the time one by one. So I wrote a wiki for the methods I use, which cut down the time of installation (for me having 20+ production hosts) quite a-bit.
Here is the link:
http://www.benkevan.com/wiki/index.php/Installing_Patches_on_ESX_Server
Here’s a little excerpt from it:
Install Released Patches
To install patches released by VMWare download them and transfer them to your esx server
scp -r patchrootdir user@server:/tmp/patches
ssh into your ESX server with your local ESX server account.
ssh servername
One you are on the host change user to root
su -
If you copied over the zip files change directory to the patches location and unzip all the patches
cd /tmp/patches
for i in *.zip; do unzip $i; done; rm *.zip
Now install the patches
for j in ESX*; do cd $j; esxupdate –noreboot update; cd ..; done
Note: If there are dependancies and not all of them are install just run the command above twice.
2 Comments to Installing Patches on your ESX Server
For the last bit you should just download and extract the contents.zip file from the same page as the patches (at the top). esxupdate will then automatically determine which patches need to be applied and in which order.
October 10, 2008
Hi Steve,
That will only work if it’s a “Bundle Update” ie Update 2 etc.
I’ll update the posting to reflect that.
I play on also updating the wiki to show what tools can be used (pscp / fastscp etc).
Thanks for the reply.. I’ll update.
Leave a comment
Search
Powered by
Tags
10.3 11.0 11.1 apache bash beta bootchart codeweavers compiz drivers emerald emulation esx fat ass tomato man filesystems flash fonts gnome grub ibm kde kde4 kernel knoppix linux lotus notes lvm Microsoft nomad nvidia openoffice opensuse performance repositories review scripting security tech tutorial ubuntu user management VMWare windows wine workstationArchives
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
Ben Kevan's Blog
- Connecting to Linux via RDP using NOMAD on openSUSE 11.1
- Red Hat (RHT) Profits Soar, is Novell (NOVL) Next?
- Dropping KDE 3.5 for openSUSE 11.2 isn’t really a bad thing
- 5 Days on openSUSE 11.1 was an early X-Mas present
- Unexpected Downtime
- Amarok 2.0 Final Released - Shipping with openSUSE 11.1
- PCLinuxOS 2009 Beta 2 - Review, Thoughts and Screenshots
- Opera 10.0 Alpha 1 on openSUSE 11.1 - Review
- Ding Dong the Emeralds Back Compiz
- 11.1 Build Service Repositories being Built
September 26, 2008