Starting and stopping product services
During the installation of BMC Release Process Management, the TorqueBox server and the PostgreSQL database server (if installed) are registered as system services, provided that you installed BMC Release Process Management with administrator or root privileges. You can start or stop these services at any time.
If you installed BMC Release Process Management without administrator or root privileges, you can use scripts to start or stop the TorqueBox server and the PostgreSQL database server.
Starting or stopping registered product services
The following services are registered during the installation of BMC Release Process Management, provided that you installed the product with administrator or root privileges:
- BMC Release Process Management
- PostgreSQL
On Windows, you can start and stop the following services through the Services management console (services.msc):
On Linux or UNIX, use the following commands to start or stop the product services:
Service | Starting | Stopping |
---|---|---|
BMC Release Process Management | /etc/init.d/bmcrpm-4.6.00 start | /etc/init.d/bmcrpm-4.6.00 stop |
PostgreSQL | /etc/init.d/bmcrlmpostgresql-4.6.00 start | /etc/init.d/bmcrlmpostgresql-4.6.00 stop |
Starting or stopping product services using scripts
If you installed BMC Release Process Management without administrator or root privileges, you can start and stop product services using special scripts, as described in the following table:
Task | Scripts |
---|---|
Windows | |
Start or stop the PostgreSQL database (if installed) | To start: BRLM_HOME\bin\startdb.bat |
Start or stop the BMC Release Process Management (TorqueBox) server | To start: BRLM_HOME\bin\start.bat |
Linux | |
Start or stop the PostgreSQL database (if installed) | To start: BRLM_HOME/bin/postgresnonroot.sh start |
Start or stop the BMC Release Process Management (TorqueBox) server | To start: BRLM_HOME/bin/start.sh |
Solaris | |
Start or stop the PostgreSQL database (if installed) | To start: BRLM_HOME/bin/brpmpostgresnonroot start |
Start or stop the BMC Release Process Management (TorqueBox) server | To start: BRLM_HOME/bin/start.sh |