Starting and stopping the OOBC daemon

Start and stop the OOBC daemon by using the start and stop arguments associated with the oobc.sh script.

Before you begin

For the Unix platform, there is the oobc.sh script which follows typical Unix daemon conventions in that it can be invoked with one of three arguments: start, stop, and restart.

About this task

This task explains how to start and stop the OOBC daemon by executing the oobc.sh script with the appropriate argument.

Procedure

Change the path to the desired directory. There is no recommendation for this, it can be placed anywhere.
  1. To start the OOBC daemon, execute the oobc.sh script and specify the start argument:
    # ./oobc.sh start
  2. To stop the OOBC daemon, execute the oobc.sh script and specify the stop argument:
    # ./oobc.sh stop