You can stop an OBServer by running a command.
Stop an observer process by running a command
Log on to the host where the OBServer is located, and run the following command in the command-line interface to stop the observer process:
kill -15 `pgrep observer`
If you cannot stop the process normally, run the following statement:
kill -9 `pgrep observer`