Setting Up Dell OpenManage on Hyper-V Server 2008 R2

Mark Berry November 19, 2009

One of my misconceptions about the Microsoft virtualization options was that if I wanted to have access to server management tools, I would need to run “regular” (paid) Window Server 2008 so I could install those tools, then enable the Hyper-V role for the virtual clients. It turns out that that is not the case.

My test machine is a Dell PowerEdge 2900. I was able to install and access OpenManage on Hyper-V Server 2008 R2 as follows:

1. Download the latest Dell Systems Management Tools and Documentation DVD. I found version 6.1.0 A00 here. Note that this is actually two downloads that must be concatenated before burning the DVD–see the Installation Instructions on the download page.

2. Follow Dell’s article, “Installing Dell OpenManage Software On Microsoft Windows Server 2008 Core and Microsoft Hyper-V Server.” Only install the Managed System Software, not the Management Station Software.

First run the prerequisite checker by running these commands at the command prompt (assuming the DVD is in drive E):

E:
cd \SYSMGMT\srvadmin\windows\prereqchecker
runprereqchecks.exe /s

Update 10/12/2010:  Path corrected–thanks to comment from Ian N.

The instructions for the prerequisite checker tell you to take certain actions depending on the return code. Use this command to view the return code:

echo Return Code = %ERRORLEVEL%

My Return Code was -2, which, according to this article, means “The operating system is not supported. The Prerequisite Checker will not run.” My hunch is that this is because the software has not been updated to recognize the R2 version of Server 2008. I went ahead and ran the installer anyway:

cd \SYSMGMT\srvadmin\windows\SystemsManagement
msiexec /i SysMgmt.msi

After agreeing to continue without having run the prerequisite checker, the installation completed successfully.

3. Open the firewall for the OpenManage web interface default port 1311:

netsh advfirewall firewall add rule name="Dell OpenManage Server Administrator Web GUI" dir=in action=allow protocol=TCP localport=1311

Note Knowledgebase article 947709 is helpful on the netsh commands. However, do not just cut and paste its examples:  as of this writing, the quotation marks are all formatted as closing quotation marks (”), so the commands will fail. Replace those quotation marks with standard “vertical” quotation marks (“).

4. From another computer, open a browser and type in the following URL (be sure to get the “s” on the https):

https://[computer name or IP address]:1311

After adding the required security exception in your browser (due to the self-signed web server certificate), you should now see the familiar Server Administrator web interface:

Dell OpenManage Web Interface

There are other advantages to using the full version of Windows Server 2008 R2 as the host OS, but Dell OpenManage is available even from the free Hyper-V Server 2008 R2.



10 Comments

  1. Sang Moon   |  July 26, 2010 at 11:03 am

    How did you run setup without having run the prerequisite checker?

  2. Mark Berry   |  July 26, 2010 at 11:18 am

    It’s been awhile, but since I wrote “After agreeing to continue without having run the prerequisite checker,” I’m guessing that it must have prompted me about whether to continue without completing the prerequisite checks.

  3. Sang Moon   |  July 26, 2010 at 11:35 am

    Thx for quick response.

    I just couldn’t pass prerequisite checker and couldn’t go beyond that.
    Thx for your info.

  4. Mark Berry   |  July 26, 2010 at 12:32 pm

    Sorry I don’t have an environment where I can test that easily. You might call Dell support–I’ve had pretty good success with the server support team–be sure to tell the calling routing person that it’s an OpenManage question.

  5. Ian N   |  October 12, 2010 at 7:17 am

    Thanks for the firewall and web console info

    Here is where i got the install and prereq info :

    I saw there was a typo on your walk through above on the path of the runprereqchecks.exe

    it needs to be : SYSMGMT\srvadmin\windows\prereqchecker

    not : \SYSMGMT\ManagementStation\windows\prereqchecker

    http://support.euro.dell.com/support/edocs/software/smsom/6.2/en/omsa_ig/html/serverco.htm#wp1063545

  6. Mark Berry   |  October 12, 2010 at 3:51 pm

    Thanks Ian. I’ve corrected the path in the article.

  7. Rob Taylor-Shaw   |  December 26, 2010 at 9:23 pm

    Hi Mark, thanks so much for the write up! I was wondering how I was going to be able to login remotely, or even at all without a reboot for some functions. I have a DRAC6 Express, but that does not access the raid controller, status, etc. Installation was a breeze on a Dell T410 with Hyper -V 2008 R2. Cheers!

    Rob

  8. Bora Engin   |  December 28, 2010 at 2:13 am

    1 year passed since you wrote this article but even today it saved me to travel 460km and losing one weekend day with the server. Thank you so much and you can guess how much it is with a free weekend day :)

  9. Carsten   |  December 29, 2010 at 6:33 am

    I’ve just installed OM on my Hyper-V (running a 2008 R2 Core). I installed the 6.4 version from dell published the 27th of December. I too couldn’t run the prereqchecker.exe. I couldn’t run the setup.exe either, but I had success in running MSIEXEC /I SYSMGMT.MSI in the folder
    \SYSMGMT\srvadmin\windows\SystemsManagement

    I was prompted (and advised not to continue) because the prereqchecker wasn’t run prior to running the msi file. But choosing to continue made the installation of the OM go smoothly.

  10. Yipcanjo   |  April 06, 2011 at 4:02 pm

    AWESOME write-up! Thanks so much :)

Leave a Reply





Notify me of followup comments via e-mail. You can also subscribe without commenting.