Hello all,
So far, we have integrated SolarWinds 9.1 with SCOM 2007 SP1 using Orion MP, which was first big step. Our goal was to collect performance metrics such as CPULoad and PercentMemUsed (For Non Microsoft products) from SolarWinds and keep it in SCOM-DW repository for reporting.
It looks like "Collect Device Data from Orion" does the collection of the above mentioned metrics. This rule is targeted against "SolarWinds.Orion.SCOM.Node" and "SolarWinds.Orion.SCOM.Interface" objects. We are only interested in Node metrics. So the format of the perf counter that is collected by the rule to my understanding is "Object\Counter\Instance" as shown below:
- SolarWinds.Orion.SCOM.Node\CPULoad\10.10.10.1- SolarWinds.Orion.SCOM.Node\PercentMemUsed\10.10.10.1
It looks like "Collect Device Data from Orion" rule is supposed to write data in OperationsManager and OperationsManagerDW databases. I verified this by opening the MP where it is clearly evident that the rule is writing to both DB:
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData" /> <WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" /> .
I also verified that the CPULoad and PercentMemUsed data are written only to OperationsManager database. However, I don't see the same data in DataWarehouse. Has anyone come across this issue, is there an easy way to verify that the Orion data is written to DW and how do I fix this? Thanks in advance. Dipu