Integrate > Microsoft SCOM > Troubleshoot > Product Services and Processes

Product Services and Processes

Before you start inspecting the OpsCx for Microsoft SCOM log files, check which of the product's services are started and how many of their core processes are running.

Integration Services

The event, topology, and metric integration services use different names which indicate their purpose. The service names contain the version of the Microsoft SCOM instance from which data is collected and the data type indicator. If OpsCx for Microsoft SCOM is integrated with multiple Microsoft SCOM instances, the service names of the second and each additional integrated Microsoft SCOM instance also contain the consecutive number of the integrated instance. The following example excerpt taken from the ovc -status command output indicates that:

  • The metric integration service is running for the second integrated Microsoft SCOM instance, which belongs to the product version 2007.

  • The event and topology integration services are running for the first integrated Microsoft SCOM instance, which belongs to the product version 2012.

The integration service names are listed in the leftmost column:

[...]

scom2007e2    HPBsmIntSCOM 2007 Event               BSMINT,SCOM           Stopped

scom2007m2    HPBsmIntSCOM 2007 Metric              BSMINT,SCOM   (4723)  Running

scom2007t2    HPBsmIntSCOM 2007 Topology            BSMINT,SCOM           Stopped

scom2012e     HPBsmIntSCOM 2012 Event               BSMINT,SCOM   (4619)  Running

scom2012m     HPBsmIntSCOM 2012 Metric              BSMINT,SCOM           Stopped

scom2012t     HPBsmIntSCOM 2012 Topology            BSMINT,SCOM   (4865)  Running

[...]

The genintd Process

The core process of each OpsCx for Microsoft SCOM integration service is genintd. The following example excerpt taken from the operating system process table shows two running genintd processes, indicating one of the following is currently taking place:

  • Collection of two kinds of Microsoft SCOM entities (from a single Microsoft SCOM instance)

  • Collection of one kind of Microsoft SCOM entities (from each of the two Microsoft SCOM instances)

[...]

genintd.exe    SYSTEM    02   123.632 K   Operations Connector - Generic Integrator

genintd.exe    SYSTEM    01   115.947 K   Operations Connector - Generic Integrator

[...]