Dell’s OpenManage Systems Management Tools & Documentation (OM-SMTD) is a set of tools on a bootable DVD that is used to prepare and install a Dell server. This past week I needed to download the latest version to use on a Dell T410 that was not shipped with the OpenManage DVD . I used the OM-STD to configure the Raid drives and to install SBS 2011. I hope these notes will help you.
First, because of the size of the OM-SMTD , Dell splits the .iso file into 2 separate files (xxx.001 and xxx.002), which you then have to combine together using a simple DOS command. The reason for this is that there’s a 2GB file limitation when downloading files from a browser, and there have been reports of file corruption when downloading very large files via a nbrowser.
But we won’t be using our browser, because it is far easier to use a FTP client to download these files rather than using a browser interface to the Dell’s Support web page. The reason is two-fold: it’s easier using the FTP client, and more importantly, using a browser to download extremely large files has been known to cause corruption.
So grab your favorite FTP client and point it to ftp.dell.com using anonymous login. Drill down to the secure\sysman sub folder. There you will find the download files for every version of SMTD! I know, control your emotions. I wanted version 6.5.0, so the two files I needed were: OM_6.5.0_SMTD_A01.iso.001 and OM_6.5.0_SMTD_A01.iso.002. Eachof these files are over 1GB in size, so your Internet speed will dictate how long it will take to download the files. I would suggest creating a folder on your hard drive, such as C:\OM and store the two files there.
Once they are downloaded, open up a command prompt (Start >cmd) and enter the following DOS commands, which will combine (concatenate) the two iso files into a single iso file:
-
cd \OM
-
copy /b OM* OM650.iso
Finally, use your favorite image burner utility to burn the .iso file to a DVD. I personally use a free product called ImgBurn.
Good luck!