• Home
  • News
  • Technical Guides
  • Troubleshooting
  • Download
  • Videos
  • Top Bloggers!
  • About

VirtualVCP IT Virtualization

rynardtspies: Worst day on the job by far! 1 day ago from TwInbox

Patching ESX 3.5 Using esxupdate PDF Print E-mail
User Rating: / 6
PoorBest 
Written by Rynardt Spies   
Wednesday, 18 June 2008 06:43

Just a quick guide to patching a standalone ESX 3.5 Server using esxupdate from the service console:

Download all available patches to your local computer from the following link: (ALSO DOWNLOAD THE FILE CALLED contents.zip)

VMWare Patch Download Page

Decide where to place the patches in a partition with enough space to accommodate the patches on the target ESX Server. It is not recommended to use the root ( / ) partition at all. A good strategy is to create a directory called updates under the /var partition.

To do so, log onto the service console of the ESX Server as the root user. Then do:
mkdir /var/updates

Using a utility like Veeam FastSCP, copy all downloaded patches to the newly created directory on the ESX Server.

One all the patches have been copied to the ESX Server, log on to the service console of the ESX Server as the root user.

Browse to the directory where the patches reside:
cd /var/updates

Now we need to unzip all the .ZIP files. Now, there should be quite a few files, so it would be painful to unzip them one-by-one, so we are going to use a "for" loop to do the trick for us.

To unzip all the .ZIP files in one go, execute the following command. MAKE SURE YOU ARE IN THE DIRECTORY WHERE THE ZIP FILES RESIDE! ALSO MAKE SURE TO TYPE THE COMMAND EXACTLY AS BELOW, EVEN WITH THE x_file!
for x_file in *.zip; do unzip $x_file; done

This command will unzip all the zip files, each in its own directory, except for contents.zip, which will be unziped into the directory where the command was executed from. In this case /var/updates.

Now, in order to perform patching operations on an ESX Server, the server needs to be in "Maintenance Mode". This means that all Virtual Machines on the server will have to be powered off.

Make sure all Virtual Machines are powered off, then place the ESX Server in Maintenance Mode. You can do this using the Virtual Infrastructure Client or by simply executing the following command from the service console: (Must be run as the root user. Note that as far as I'm aware, this command is not supported by VMware Support but does work perfectly well):
vimsh -n -e /hostsvc/maintenance_mode_enter

Once the ESX Server is in Maintenance Mode, we can start esxupdate and apply the patches:
cd /var/updates
esxupdate -d /var/updates/ scan
esxupdate -d /var/updates/ update

 

After the patches are applied to the server, the server will reboot. To exit Maintenance mode, run the following command:
vimsh -n -e /hostsvc/maintenance_mode_exit

** This is only a basic guide to patching an ESX Server from the service Console using a local patch repository with esxupdate. For more information on ESXUPDATE and patch management, refer to the VMware ESX Server 3 Patch Management Guide available here

**Please report any error in this document here

 

  • Add New
  • Search
  • RSS
Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Security Image
Please input the anti-spam code that you can read in the image.
Joomla components by Compojoom
< Prev
 
SocialTwist Tell-a-Friend

vmw-vcp_logo_260x40

vmw-vexpert_logo_223x40

 

View Rynardt Spies's profile on LinkedIn

 

Poll

ESX or ESXi in Production Environment?
 

What's the latest?

  • vSphere 4.1: VPXA Holds ESX Host at Ransom
  • Replacing vSphere SSL Certificates
  • The London UK VMware User Group Meeting on 15 July 2010
  • My thoughts on the VCDX Enterprise Admin Exam
  • New vSphere Patches Released on 10 June 2010

Popular

  • ESX 3i: Host in HA Cluster must have userworld swap enabled
  • ESX 3.5 on HP Proliant ML115 G5
  • VMware ESXi 3.5 on HP Proliant ML110 G5
  • Patching ESX 3.5 Using esxupdate
  • Cheap and quiet solution for a home-based ESX Server

Where Am I Today?

calendar_icon_s

Login to VirtualVCP

In order to leave comments, please log in.



  • Forgot your password?
  • Forgot your username?

Support VirtualVCP!

Information and Resources on this site are 100% free, however it costs money to run this site. Please help support this site by giving a donation.

Amount: 

RSS Feeds

VirtualVCP Virtualization Blog - ATOM Feed
VirtualVCP Virtualization Blog - RSS 0.91 Feed
VirtualVCP Virtualization Blog - RSS 2.0 Feed
VirtualVCP IT Virtualization, Powered by Joomla!; Joomla templates by SiteGround vBulletin hosting provider!

valid xhtml valid css