Starting or stopping product services

Depending whether you installed BMC Release Lifecycle Management (RLM) as a root or a non-root user, see the following:

Starting or stopping product services for root installation

After installation on Windows or Linux, the BMC Release Process Management (TorqueBox) server, the PostgreSQL database server (if you installed PostgreSQL), the BMC Release Package and Deployment (Apache) server, the dispatcher server, API server, and the deployment engine server are installed as services and are started by default (only if you installed the solution with administrator or root privileges). 

Note

You can install multiple instances of BMC Release Lifecycle Management on the same computer (but only with one dispatcher and one API).

  • (Linux) The installation program installs BMC Release Lifecycle Management as a service and the following services are created:
    • bmcrpm-5.0.00
    • bmcrlmpostgresql-5.0.00

      Note

      If you install the PostgreSQL database along with the solution, the system creates a default user called rlmuser and the bmcrlmpostgresql-5.0.00 service is created.

    • bmcrlmapache-5.0.00
    • bmcrlmqapi-5.0.00
    • bmcrlmqengine-5.0.00
    • bmcrlmqdispatch-5.0.00

      You can start or stop the preceding services by using the commands given in the following table:

      Task

      Commands

      Start or stop the PostgreSQL database

      To start:
      /etc/init.d/bmcrlmpostgresql-5.0.00 start
      To stop:
      /etc/init.d/ bmcrlmpostgresql-5.0.00 stop

      Start or stop the BMC Release Process Management (TorqueBox) server

      To start:
      /etc/init.d/bmcrpm-5.0.00 start
      To stop:
      /etc/init.d/ bmcrpm-5.0.00 stop

      Start or stop the BMC Release Package and Deployment (Apache) server

      To start:
      /etc/init.d/bmcrlmapache-5.0.00 start
      To stop:
      /etc/init.d/ bmcrlmapache -5.0.00 stop

      Start or stop the API serviceTo start:
      /etc/init.d/bmcrlmqapi-5.0.00 start
      To stop:
      /etc/init.d/ bmcrlmqapi -5.0.00 stop

      Start or stop the Deployment Engine

      To start:
      /etc/init.d/bmcrlmqengine-5.0.00 start
      To stop:
      /etc/init.d/ bmcrlmqengine -5.0.00 stop

      Start or stop the dispatcher

      To start:
      /etc/init.d/bmcrlmqdispatch-5.0.00 start
      To stop:
      /etc/init.d/ bmcrlmqdispatch -5.0.00 stop

Back to top

Starting or stopping product services for non-root installation

If you install the product as a normal user, without administrator or root privileges, then you cannot register the various services related to the solution. This means the services related to the BMC Release Process Management (TorqueBox) server, the PostgreSQL database server (if you installed PostgreSQL), the BMC Release Package and Deployment (Apache) server, the API server, the dispatcher server, and the deployment engine server are not started automatically on restarting your computer. However, you can start or stop these services manually by running the server scripts given in the following table.

Note

To start or stop the dispatcher by using one of the scripts on Windows in case of a non-root installation, see Installing and starting dispatchers and bridges.

Task

Scripts

Windows

Start or stop the PostgreSQL database (if installed)

To start: RLMhome\bin\startdb.bat
To stop: RLMhome\bin\stopdb.bat

Start or stop the BMC Release Process Management (TorqueBox) server

To start: RLMhome\bin\start.bat
To stop: RLMhome\bin\stop.bat

Start or stop the BMC Release Lifecycle Management (Apache) server

To start: RLMhome\bin\startApache.bat
To stop: RLMhome\bin\stopApache.bat

Start or stop the deployment engine server

To start: RLMhome\bin\startQEngine.bat
To stop: RLMhome\bin\stopQEngine.bat

Linux

Start or stop the PostgreSQL database (if installed)

To start: RLMhome/bin/postgresnonroot.sh start
To stop: RLMhome/bin/postgresnonroot.sh stop

Start or stop the BMC Release Process Management (TorqueBox) server

To start: RLMhome/bin/start.sh
To stop: RLMhome/bin/stop.sh

Start or stop the BMC Release Lifecycle Management (Apache) server

To start: RLMhome/bin/brlmapache start
To stop: RLMhome/bin/brlmapache stop

Start or stop the deployment engine server

To start: RLMhome/bin/startQEngine.sh
To stop: RLMhome/bin/stopQEngine.sh

Start or stop the dispatcher server

To start: RLMhome/bin/startQDispatcher.sh
To stop: RLMhome/bin/stopQDispatcher.sh

Start or stop API server

To start: RLMhome/bin/startQAPI.sh
To stop: RLMhome/bin/stopQAPI.sh

Solaris (RPM only) 
Start or stop the PostgreSQL database (if installed)

To start: RLMhome/bin/brpmpostgresnonroot start
To stop: RLMhome/bin/brpmpostgresnonroot stop

Start or stop the BMC Release Process Management (TorqueBox) server

To start: RLMhome/bin/start.sh
To stop: RLMhome/bin/stop.sh

Back to top

Related topics

Verifying the installation

Was this page helpful? Yes No Submitting... Thank you

Comments