SCOM Datawarehouse Event data set collecting more data

Hi All,

Currently i am facing DW size issue. When i check the stats Event Dataset collecting more data and utilizing more size. Kindly let me know how to find which event is collecting more in Event dataset.

I used "Most common alerts" report in reporting and disabled those alerts too. even after disabling the event collection is not yet reduced.

Kindly help me.

Regards,
Sandy.

May 8th, 2013 4:57pm

Hi Sandy,

It has nothing to do with alerts. You forgot to tell what OpsMgr version you're using...

You can check this queries (events section): http://blogs.technet.com/b/kevinholman/archive/2007/10/18/useful-operations-manager-2007-sql-queries.aspx

Free Windows Admin Tool Kit Click here and download it now
May 8th, 2013 5:10pm

Hi Alexey,

I am using SCOM 2007R2.

May 8th, 2013 5:11pm

So, the Events section above contains the queries you want. You can find the most common events and disable the collecting rules.
Free Windows Admin Tool Kit Click here and download it now
May 8th, 2013 5:19pm

Hi Alexey,

Apart from this any other way is there to identify.

May 9th, 2013 11:30am

You can try this, but those reports are using almost the same queries...  http://www.systemcentercentral.com/scc-health-check-reports-management-pack-v2/
Free Windows Admin Tool Kit Click here and download it now
May 9th, 2013 1:08pm

Gives top 20 alerts in an Operational Database, by Alert Count:

SELECT TOP 20 SUM(1) AS AlertCount, AlertStringName, AlertStringDescription, MonitoringRuleId, Name  
FROM Alertview WITH (NOLOCK)  
WHERE TimeRaised is not NULL  
GROUP BY AlertStringName, AlertStringDescription, MonitoringRuleId, Name  
ORDER BY AlertCount DESC 

May 15th, 2015 4:56am

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

Other recent topics Other recent topics