Integrate > Microsoft SCOM > Configure > Managing the Integration Services

Managing the Integration Services

OpsCx for Microsoft SCOM enables you to manage its event, topology, and metric integration services.

The integration service names in this section apply to an OpsCx for Microsoft SCOM configuration where the first integrated instance is Microsoft SCOM 2012. In case of a different configuration, adjust the command arguments accordingly. For more information, see Integration Services topic.

Starting and Stopping the Services

While you do not need to manually start or stop the integration services in normal circumstances once OpsCx for Microsoft SCOM is configured, there may be cases when this action is required. To start or stop the integration services, perform these steps:

  1. Open a Command Prompt window with administrative privileges.

  2. To start or stop the event, topology, or metric integration service for a Microsoft SCOM instance, run the appropriate command:

    ovc -start <ServiceName>

    ovc -stop <ServiceName>

    In these instances, <ServiceName> is scom2012e, scom2012t, or scom2012m.

  3. To start or stop all integration services for all Microsoft SCOM instances that are integrated with OpsCx for Microsoft SCOM, run the appropriate command:

    ovc -start SCOM

    ovc -stop SCOM

Restarting the Services

After reconfiguring OpsCx for Microsoft SCOM, you must restart its integration services. You can restart either all integration services or a specific service if only a specific configuration file has changed. Perform these steps:

  1. Open a Command Prompt window with administrative privileges.

  2. To restart the event, topology, and metric integration services for a Microsoft SCOM instance, run the following commands:

    ovc -restart scom2012e

    ovc -restart scom2012t

    ovc -restart scom2012m

  3. To restart all integration services for all Microsoft SCOM instances that are integrated with OpsCx for Microsoft SCOM, run the following command:

    ovc -restart SCOM

Checking the Services States

Using the OpsCx for Microsoft SCOM command-line interface, you can also check whether the integration services are running. Perform these steps:

  1. Open a Command Prompt window with administrative privileges.

  2. To check the individual status of the event, topology, and metric integration services for a Microsoft SCOM instance, run the following commands:

    ovc -status scom2012e

    ovc -status scom2012t

    ovc -status scom2012m

  3. To check the states of all integration services for all Microsoft SCOM instances that are integrated with OpsCx for Microsoft SCOM, run the following command:

    ovc -status SCOM

Related topics

Integration Services