Integrate > SAP Solution Manager > Configure > Managing the Integration Services

Managing the Integration Services

OpsCx for SAP Solution Manager enables you to manage its event and topology integration services.

Starting and Stopping the Services

While you do not need to manually start or stop the integration services of OpsCx for SAP Solution Manager in normal circumstances, there may be cases when this action is necessary. To start or stop the integration services, perform these steps:

  1. Open a Command Prompt window (command shell).

  2. If OpsCx for SAP Solution Manager is hosted on a Linux system, change the current directory to /opt/OV/bin

  3. To start or stop all integration services, run the appropriate command:

    ovc -start SAP

    ovc -stop SAP

  4. To start or stop the event or topology integration service, run the appropriate command:

    ovc -start <ServiceName>

    ovc -stop <ServiceName>

    In these instances, <ServiceName> is sapevent or saptopo.

Restarting the Services

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

  1. Open a Command Prompt window (command shell).

  2. If OpsCx for SAP Solution Manager is hosted on a Linux system, change the current directory to /opt/OV/bin

  3. To restart all integration services, run the following command:

    ovc -restart SAP

  4. To restart the event or topology integration services individually, run one of the following commands:

    ovc -restart sapevent

    ovc -restart saptopo

Checking the Services States

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

  1. Open a Command Prompt window (command shell).

  2. If OpsCx for SAP Solution Manager is hosted on a Linux system, change the current directory to /opt/OV/bin

  3. To check the states of all integration services, run the following command:

    ovc -status SAP

  4. To check the individual status of the event or topology integration services, run one of the following commands:

    ovc -status sapevent

    ovc -status saptopo