Page tree

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 (Tomcat) server, the PostgreSQL database server (if you installed PostgreSQL), the Hornetq (messaging system) server, the BMC Release Lifecycle Management (Apache) server, the dispatcher server, and the deployment engine server are not started automatically on restarting your computer. But you can start or stop these services manually by running the server scripts given in the following table.

Note

You cannot start or stop the dispatcher by using one of the scripts on Windows in case of a non-root installation. But you can do install and start the dispatcher. For more information, see Installing and starting deployment dispatchers.

Task

Scripts

Windows

 

Start or stop the PostgreSQL database

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

Start or stop the messaging system server

To start:  BRLM_HOME\lib\hornetq-2.2.14.Final\bin\run.bat
To stop:  BRLM_HOME\lib\hornetq-2.2.14.Final\bin\stop.bat

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

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

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

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

Start or stop the deployment engine server

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

Linux

 

Start or stop the PostgreSQL database

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

Start or stop the messaging system server

To start: BRLM_HOME/lib/hornetq-2.2.14.Final/bin/run.sh
To stop: BRLM_HOME/lib/hornetq-2.2.14.Final/bin/stop.sh

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

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

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

To start: BRLM_HOME/bin/brlmapache start
To stop: BRLM_HOME/bin/brlmapache stop

Start or stop the deployment engine server

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

Start or stop the dispatcher server

To start: BRLM_HOME/bin/startQDisatcher.sh
To stop: BRLM_HOME/bin/stopQDisatcher.sh

Related topic

Verifying the installation