Starting and stopping product services
During the installation of BMC Release Process Management (RPM), the RPM server and the PostgreSQL database server (if installed) are registered as system services, provided that you installed RPM with administrator or root privileges. When installing BMC Release Lifecycle Management Requester UI (now called Release Process Management - Requester UI, 5.0.03.001 onward), the Apache server is registered as system service by default. You can start or stop these services at any time.
If you installed RPM or RLM Requester UI (now called RPM Requester UI, 5.0.03.001 onward) without administrator or root privileges, you can use scripts to start or stop the RPM, PostgreSQL database, and Apache servers.
Starting or stopping registered product services
The following services are registered during the installation of RPM and RLM Requester UI (now called RPM Requester UI, 5.0.03.001 onward), provided that you installed the product with administrator or root privileges:
- BMC Release Process Management
- BMC Release Lifecycle Management Requester UI
- 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 | For 5.0.00 and 5.0.00.01: | For 5.0.00 and 5.0.00.01: |
For 5.0.01.00 and 5.0.01.01 | For 5.0.01.00 and 5.0.01.01: | |
For 5.0.02 and later: /etc/init.d/bmcrpm-<versionNo> start For example: /etc/init.d/bmcrpm-5.0.03.004 start | For 5.0.02 and later: /etc/init.d/bmcrpm-<versionNo> stop For example: /etc/init.d/bmcrpm-5.0.03.004 stop | |
BMC Release Lifecycle Management Requester UI | For 5.0.00 and 5.0.00.01: | For 5.0.00 and 5.0.00.01: |
For 5.0.01.00 and 5.0.01.01: | For 5.0.01.00 and 5.0.01.01: | |
For 5.0.02 and later: For example: /etc/init.d/bmcrlmui-apache-5.0.03.004 start | For 5.0.02 and later: For example: /etc/init.d/bmcrlmui-apache-5.0.03.004 stop | |
PostgreSQL | For 5.0.00 and 5.0.00.01: | For 5.0.00 and 5.0.00.01: |
For 5.0.01.00 and 5.0.01.01: | For 5.0.01.00 and 5.0.01.01: | |
For 5.0.02 and later: /etc/init.d/bmcrlmpostgresql-<versionNo> start For example: /etc/init.d/bmcrlmpostgresql-5.0.03.004 start | For 5.0.02 and later: /etc/init.d/bmcrlmpostgresql-<versionNo> stop For example: /etc/init.d/bmcrlmpostgresql-5.0.03.004 stop |
Starting or stopping product services using scripts
If you installed RPM 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: RLMhome\bin\startdb.bat |
Start or stop the RPM server | To start: RLMhome\bin\start.bat |
Start or stop the BMC ReleaseLifecycle Management Requester UI (Apache) server | To start: RLMUIhome\bin\start.bat |
Linux | |
Start or stop the PostgreSQL database (if installed) | To start: RLMhome/bin/postgresnonroot.sh start |
Start or stop the RPM server | To start: RLMhome/bin/start.sh |
Start or stop the BMC Release Lifecycle Management Requester UI (Apache) server | To start: RLMUIhome/bin/bmcrlui-apache start |
Solaris | |
Start or stop the PostgreSQL database (if installed) | To start: RLMhome/bin/brpmpostgresnonroot start |
Start or stop the RPM server | To start: RLMhome/bin/start.sh |
Start or stop the BMC Release Lifecycle Management Requester UI (Apache) server | Note: RLM Requester UI (now called RPM Requester UI, 5.0.03.001 onward) is not supported for Solaris. |