Stopping the RAP Adapter

Once you have configured the adapter, stop it using the esp_rap_out_adapter command.

  1. Shut down the adapter:
    • If you are running the adapter in the foreground, go to the window in which you started the adapter and press Ctrl-C.
    • If you are running the adapter in the background, enter ps -eaf | grep esp_rap_out_adapter to get the process ID of the adapter, then enter kill -l5 processID.
  2. Shut down the RAP subscribers by selecting stop in the RAP OpsConsole.
  3. Shut down the RAP databases by:
    • Selecting stop in the RAP OpsConsole.
    • If you are running the adapter in the background, enter ps -eaf | grep dataserver (for RAPCache) or ps -eaf | grep IQSRV15 (for RAPStore) to get the process ID of the databases, then enter kill -l5 processID.
Related reference
Stop Command