Dell fumbles OpenManage installation process, forgets to write documentation

delldell-openmanagedocumentationhttps

I'm setting up a Dell PowerEdge 2950 for a small business, and I've just spent a while with Dell OpenManage Server Administrator 6.2, trying to clear the installation process of errors before I execute it. Right now I'm getting the following warning from the installer.

The installer has detected that the HTTPS listener is not configured for Windows Remote Management. You can either configure the HTTPS listener before installing Remote Enablement, or install Remote Enablement now by selecting the "Custom" installation screen and configure the HTTPS listener later. See the "Remote Enablement Requirements" section in the "Dell OpenManage Installation and Security User's Guide" for information on configuring the HTTPS listener. Note: Remote Enablement is required to manage this system from a remote Server Administrator Web Server and is applicable only for those systems that support Server Instrumentation. Click here to configure HTTPs Listener for Windows Remote Management.

The italicized line is a link, which executes…something…via cmd, and doesn't seem to help the problem. Not knowing exactly what to do here, I consulted the documentation. I read through the Setup and Administration section of the User's Guide, but all that it contained was a weird primer on role-based security and some SNMP stuff. The next section skips installation entirely and moved on to features of the suite.

Thinking myself crazy, I consulted the readme, which told me that for installation I should consult the "Dell OpenManage Installation and Security Version 6.2 User's Guide" which not only doesn't exist in the documentation, but also not in all of google?

Soo yeah, if anyone is familiar with this problem, drop me some knowledge!

Best Answer

For anyone else receiving this error, I have encountered it multiple times now setting up new servers and have been able to consistently resolve it by completing computer certificate enrollment for the server with my ADCS server. This is assuming your server is a part of AD. Essentially, it appears the "configure HTTPS listener" button in the installer doesn't work until it has a certificate to configure using, and the computer certificate provides that. So, do the following:

(This was done using Windows Server 2008 R2. YMMV)

  1. Join AD and reboot
  2. Open "mmc.exe"
  3. Add the "Certificates" snap-in for "Local Computer"
  4. Select "Certificates" --> "Personal"
  5. Click "More Actions", "All Tasks", "Request New Certificate"
  6. Complete certificate enrollment.
  7. Rescan dependencies in the OMSA installer.

Hope this helps someone else!