Help Center/ SAP Cloud/ Data Provider for SAP User Guide/ FAQs/ How Do I Stop Data Provider on a Cloud Server Running Linux?
Updated on 2022-12-08 GMT+08:00

How Do I Stop Data Provider on a Cloud Server Running Linux?

Procedure

  1. Log in to the cloud server as user root using a key or password and enter the CLI mode.
  2. Run the systemctl stop hwdataproviderp3 command to stop Data Provider on the cloud server.

    systemctl stop hwdataproviderp3

  3. Run the following command to check whether the process exists:

    ps -ef | grep python | grep dataprovider

    The Data Provider process is not displayed in the command output.