How to patch and update a Dell Server running VMware ESX 3.5
In this post, we’re going to run through patching/upgrading the firmware on a Dell PowerEdge 1950 III Server running VMware ESX 3.5.
The procedure should also apply to most recent Dell Servers running ESX 3.5, but your mileage may vary
Get your hands on the Software Update Utility DVD ISO and Burn it.
In terms of time, this is pretty much half the job, believe it or not. You’ll need to goto support.dell.com, find your Dell Server, and get the Dell Updates DVD ISO. For the PowerVault 1950 III, go here and then look under Systems Management for “Dell – DVD iso Images” “applies to: DVD ISO – Dell Server Updates”.
Patching the Dell Server
- Be sure to VMotion off any Guest OSs that you need to keep running. Shut down everything else, and then put the target server into Maintenance Mode.
- Insert the Updates DVD into the Server
- Bring up a command prompt, as root, on the Server and run the following to mount the CD-ROM: mount /mnt/cdrom
- Now navigate to the CD-ROM: cd /mnt/cdrom
- Check what’s upgradeable on your system: sh suu -c
- If you’re happy, then run the upgrade: sh suu -u
- That’s it, you’re done

Tobias said,
11 May, 2009 at 5:03 pm
Oh fuck, I search so long for this today. Your solution is so easy and it work’s! Thanks you!
Simon said,
21 July, 2009 at 10:21 am
Thanks…really useful info.
Simon said,
27 July, 2009 at 2:25 pm
Ah well…thought this was my saviour, but the client purchased a CD-ROM drive and not a DVD drive. Oh well…thanks anyway
Chris said,
3 March, 2010 at 6:25 pm
ESXi 3.5.0 build 110271 – SUU needs ESXi 3.5 update 5 on PE2950 before running. IS Update 5 a consolidated upgrade or does ESX have to go through Update 1, 2 etc as well?
Phil Wiffen said,
4 March, 2010 at 10:28 am
Chris, I’m not experienced with ESXi 3.5 (only used ESXi in 4.0 flavour), but when I used ESX 3.5, you could just download the whole CD and upgrade via CD. Maybe the same applied to ESXi?
You should also be able to use VMware’s Host Update Utility to manage the ESXi upgrade, if you have it.
Matt Pull said,
18 May, 2010 at 4:30 pm
Just run this on ESX4 update1 by uploading the downloaded ISO to shared storage (iscsi) and mounting it on each host from there, means we can do all the updates remotely
Phil Wiffen said,
19 May, 2010 at 10:03 am
Oh, nice one Matt! I’d not thought of that