Once you have configured the adapter, stop it using the esp_rap_out_adapter command.
- 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.
- Shut down the RAP subscribers by selecting stop in the RAP OpsConsole.
- 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.