SCOM R2 agent removed but stays in Computer field under monitoring

Hi,

I've already looked at article

http://social.technet.microsoft.com/Forums/systemcenter/en-US/2243f18a-e382-43bc-8bbd-7e7462c60670/scom-r2-agent-removed-but-remains-grayed-windows-computer-view-of-monitoring-pane

http://social.technet.microsoft.com/Forums/systemcenter/en-US/fc81793a-dec1-4f35-a331-dc106d38a689/scom-r2-agent-removed-but-stays-in-computer-field-under-monitoring

I've ran the query as stated in one of the article

select BME.FullName, DS.DiscoveryRuleID, D.DiscoveryName from typedmanagedentity TME
Join BaseManagedEntity BME ON TME.BaseManagedEntityId = BME.BaseManagedEntityId
JOIN DiscoverySourceToTypedManagedEntity DSTME ON TME.TypedManagedEntityID = DSTME.TypedManagedEntityID
JOIN DiscoverySource DS ON DS.DiscoverySourceID = DSTME.DiscoverySourceID
JOIN Discovery D ON DS.DiscoveryRuleID=D.DiscoveryID
Where BME.Fullname like '%ComputerName%'

And some discovery were found for my computer still listed under Computer in SCOM...  and now what should I do???  Is it something that need to be done in SCOM or SQL to remove those computer from the discovery that they are still associated with them.

Thank you for your help,
Martin


July 2nd, 2013 6:07pm

Use Remove-DisabledMonitoringObject cmdlet to remove disabled objects. Details pls. refer to

http://blogs.technet.com/b/jonathanalmquist/archive/2008/09/14/remove-disabledmonitoringobject.aspx

Roger

Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2013 10:57am


Hi,

I would like to suggest you refer to the following posts to check the issue:

OpsMgr 2007 SP1 Banish the Undead. How to remove Not Monitored dead agents.
http://blogs.technet.com/b/daviddixon/archive/2009/05/14/opsmgr-2007-sp1-banish-the-undead-how-to-remove-not-monitored-dead-agents.aspx

Remove-DisabledMonitoringObject

http://blogs.technet.com/b/jonathanalmquist/archive/2008/09/14/remove-disabledmonitoringobject.aspx

Thanks.

July 3rd, 2013 11:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics