Twitter Updates
| Patching ESX 3.5 Using esxupdate |
|
|
|
| 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) 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: 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: 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! 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): Once the ESX Server is in Maintenance Mode, we can start esxupdate and apply the patches:
After the patches are applied to the server, the server will reboot. To exit Maintenance mode, run the following command: ** 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
|
Popular
- Building an iSCSI Openfiler SAN on a USB Stick
- Simple VMware vSphere 4 & 5 License Calculator
- Replace SSL Certificates: Replace vCenter Server SSL Certificates
- Patching ESX 3.5 Using esxupdate
- My experiences with Installing vCenter on Windows Server 2008 R2
- ESX 3i: Host in HA Cluster must have userworld swap enabled
- ESX 3.5 on HP Proliant ML115 G5
- Replacing vSphere SSL Certificates
- VMware ESXi 3.5 on HP Proliant ML110 G5
- Clearing a GUID Partition Table (GPT) in Linux
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.










Cannot tell you how much this has helped me tonight. I had some patching to and it wasn't working. I live three hours away from where I work and dialled in as soon as I got home. Thanks to you, I've got all of my ESX servers patched now.
I work on a very large government project and this work was very important. Followed your instructions to the letter and learnt a lot tonight.
Thank you!