Archive

Posts Tagged ‘Needs Attention’

SCVMM 2008 on a Domain Controller

April 21st, 2009 No comments

When you install SCVMM 2008 on a Domain Controller you might get the following error message:

“Error (2927)
A Hardware Management error has occurred trying to contact server dc01.CONTOSO.local.
(Unknown error (0×80338104))

Recommended Action
Check that WinRM is installed and running on server dc01.CONTOSO.local. For more information use the command “winrm helpmsg hresult”.”

The reason that this error message is generated is because the computer account DC01 is not added to the local administrator group on that server because this group does not exists on a Domain Controller.

The solutions for this error is to add the DC01 computer account (CONTOSO\DC01$) to the “CONTOSO.LOCAL/Builtin/Administrators” group via the dsa.msc. After a reboot or a logoff/logon the error message should have disappeared.

As it is possible to install SCVMM 2008 on a Domain Controller I would not recommend it. Let say, it not a Microsoft Best Practice. :-D

Microsoft has a KB article (KB969164) about the message “Needs Attention” but this article does not describes the situation when you install SCVMM 2008 on a Domain Controller.

Hopefully this will resolve your issue, if not please let me know in the comments so I can update the posting! Cheers!