Starting and Stopping the Updater Service in Unix

In Unix-like operating systems, the updater service is started and stopped with the albpmwarehouse.sh shell script.

To start or stop the updater service:

  1. At a shell prompt, execute the following to start the updater service:
    $ALBPM_HOME/bin$ ./albpmwarehouse.sh start
    The updater service will start.
  2. To stop the service, execute the following:
    $ALBPM_HOME/bin$ ./albpmwarehouse.sh stop
    The updater service will stop.
Related tasks
Installing and running the Updater Service in Windows