Already a member?
Sign in
04/10/2008 - Script for applying Dell Server Updates in ESX 3.x
Script for applying Dell Server Updates in ESX 3.x
Doing the daily blog search and came across this entry on the Lone Sysadmin blog, talking about SUU 5.4 working with ESX 3.5. Turns out there's a little confusion as to what works from the SUU DVD on ESX. The DUPs (Dell Update Packages) install, but if you try to install them through the SUU CLI (./suu -u) it will error out.
The ./suu -c command however, does work. So doing a little scripting and with a little help on regular expressions from an old friend, I was able to write a script that will use SUU to do the comparison, and then apply the .BIN files.
Use at your own risk, and modify to your hearts content. If you have other scripts you've found useful in the OpenManage world, please feel free to contribute.
Scott
Doing the daily blog search and came across this entry on the Lone Sysadmin blog, talking about SUU 5.4 working with ESX 3.5. Turns out there's a little confusion as to what works from the SUU DVD on ESX. The DUPs (Dell Update Packages) install, but if you try to install them through the SUU CLI (./suu -u) it will error out.
The ./suu -c command however, does work. So doing a little scripting and with a little help on regular expressions from an old friend, I was able to write a script that will use SUU to do the comparison, and then apply the .BIN files.
Use at your own risk, and modify to your hearts content. If you have other scripts you've found useful in the OpenManage world, please feel free to contribute.
Scott
|
scott_hanson |
Latest page update: made by scott_hanson
, Apr 10 2008, 5:53 PM EDT
(about this update
About This Update
No content added or deleted. - complete history) |
|
Keyword tags:
esx
openmanage script esx
suu
More Info: links to this page
|

