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).
- (Windows) The following image shows the services installed and started on a Windows computer. If you install multiple instances of BMC Release Lifecycle Management, you can see multiple services with their specific installation location displayed under the Description column.
Product services
(Click the image to expand it) - (Linux) The installation program installs BMC Release Lifecycle Management as a service and the following services are created:
- bmcrpm-4.8.00
bmcrlmpostgresql-4.8.00
- bmcrlmapache-4.8.00
- bmcrlmqapi-4.8.00
- bmcrlmqengine-4.8.00
bmcrlmqdispatch-4.8.00You 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-4.8.00 start
To stop:
/etc/init.d/ bmcrlmpostgresql-4.8.00 stopStart or stop the BMC Release Process Management (TorqueBox) server
To start:
/etc/init.d/bmcrpm-4.8.00 start
To stop:
/etc/init.d/ bmcrpm-4.8.00 stopStart or stop the BMC Release Package and Deployment (Apache) server
To start:
/etc/init.d/bmcrlmapache-4.8.00 start
To stop:
/etc/init.d/ bmcrlmapache -4.8.00 stopStart or stop the API service
To start:
/etc/init.d/bmcrlmqapi-4.8.00 start
To stop:
/etc/init.d/ bmcrlmqapi -4.8.00 stopStart or stop the Deployment Engine
To start:
/etc/init.d/bmcrlmqengine-4.8.00 start
To stop:
/etc/init.d/ bmcrlmqengine -4.8.00 stopStart or stop the dispatcher
To start:
/etc/init.d/bmcrlmqdispatch-4.8.00 start
To stop:
/etc/init.d/ bmcrlmqdispatch -4.8.00 stop
Related topic