Ying Li at myITforum.com

PowerShell & System Center

SCOM 2007 Agent Install Issues

I have run into issues to push SCOM 2007 Agent on a few Window 2000 servers (SP4).

After playing around, here are some identified problems:

Dcom wasn’t enabled on some of the box;

The installation account is not part of Local Administrators on the target machine;

When I tried to install the agent manually on some of the box. I run into the  below error:

 “Error 28205 failed to uninstall SDK mof. error code: -2147217407 idpatch error#3585.”

After searching on the net, I found and verified that the below solution solved my problem:

1, Copy *.mof and *.mfl over from the windows\system32\wbem directory on a working machine, copy this to the same dir on the failing machine.  

2, Then open a command prompt, switch to the windows\system32\wbem dir and run : For /f %s in ('dir /b *.mof *.mfl') do mofcomp %s

 

Posted: Feb 18 2008, 11:12 PM by yli628 | with no comments
Filed under:

Comments

No Comments