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 , 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  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 , 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:

ServiceStartingStopping
BMC Release Process Management

/etc/init.d/bmcrpm-<versionNo> start

For example:

/etc/init.d/bmcrpm-5.0.03.004 start

/etc/init.d/bmcrpm-<versionNo> stop

For example:

/etc/init.d/bmcrpm-5.0.03.004 stop

BMC Release Lifecycle Management Requester UI

/etc/init.d/bmcrlmui-apache-<versioNo> start

For example:

/etc/init.d/bmcrlmui-apache-5.0.03.004 start

/etc/init.d/bmcrlmui-apache-<versionNo> stop

For example:

/etc/init.d/bmcrlmui-apache-5.0.03.004 stop
PostgreSQL

/etc/init.d/bmcrlmpostgresql-<versionNo> start

For example:

/etc/init.d/bmcrlmpostgresql-5.0.03.004 start

/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
To stop: RLMhome\bin\stopdb.bat

Start or stop the RPM server

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

Start or stop the BMC ReleaseLifecycle Management Requester UI (Apache) serverTo start: RLMUIhome\bin\start.bat
To stop: RLMUIhome\bin\stop.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 RPM server

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

Start or stop the BMC Release Lifecycle Management Requester UI (Apache) serverTo start: RLMUIhome/bin/bmcrlui-apache start
To stop: RLMUIhome/bin/bmcrlui-apache stop
Solaris
Start or stop the PostgreSQL database (if installed)

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

Start or stop the RPM server

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

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

Note: is not supported for Solaris.

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

Comments