This set of instructions goes through the process for installing Dell Open Manager on Windows Server 2008 R2 and Windows Server 2012.
- Download both the 6.5 and 7.1 versions of Dell Open Manage
- You need to install 6.5 first, or you will get errors about “omchecks has stopped working” failing during the RunPreReqChecks process and an error about “Failed to load OMIL Library” when running the actual installer.
- If you cannot find version 6.5 for your server, then download a copy of 6.5 for any other Dell server model such as found here http://www.dell.com/support/drivers/us/en/uscorp1/DriverDetails/DriverFileFormats?DriverId=G2WT6&c=us&l=en&cs=&s=corp or by searching via a search engine.
- cd c:\OpenManage65\windows\prereqchecker
- runprereqchecks /s
- echo Return Code = %ERRORLEVEL%
- Check the Return Code with the codes listed at http://support.dell.com/support/edocs/software/smsom/6.1/en/ug/HTML/prereqch.htm#wp1053477
- Fix any errors listed. You should get a 2 as the Return Code. You might need to view the prereqchecker HTML file that it creates. This is made in your temp directory. Cd %TEMP% to see what this is. It will be something like c:\Users\username\AppData\Local\Temp\2. To open the HTML output file connect to this temp folder from a machine with IE installed on it and open omprereq.htm. Fix any listed errors.
- cd c:\OpenManage65\windows\SystemsManagement
- msiexec /i SysMgmt.msi
- Choose Custom and add the Remote Enablement option.
netsh advfirewall firewall add rule name="Dell OpenManage Server Administrator Web GUI" dir=in action=allow protocol=TCP localport=1311
- cd c:\OpenManage71\windows\prereqchecker
- runprereqchecks /s
- echo Return Code = %ERRORLEVEL%
- Check the Return Code with the codes listed at http://support.dell.com/support/edocs/software/smsom/6.1/en/ug/HTML/prereqch.htm#wp1053477
- Fix any errors listed. You should get a 2 as the Return Code. You might need to view the prereqchecker HTML file that it creates. This is made in your temp directory. Cd %TEMP% to see what this is. It will be something like c:\Users\username\AppData\Local\Temp\2. To open the HTML output file connect to this temp folder from a machine with IE installed on it and open omprereq.htm. Fix any listed errors.
- cd c:\OpenManage71\windows\SystemsManagement
- msiexec /i SysMgmt.msi
- Choose Custom and add the Remote Enablement option (though as this is now an upgrade it should already be selected).
With thanks to the following two blogs:
- http://www.mcbsys.com/techblog/2009/11/setting-up-dell-openmanage-on-hyper-v-server-2008-r2/
- http://etechgoodness.wordpress.com/2012/08/13/dell-openmanage-server-administrator-7-1-on-server-core-or-hyper-v/
Leave a Reply