Starting and stopping the Rational Quality Manager adapter from the command line

You can run the Rational® Performance Tester adapter for Rational Quality Manager from a command line interface.

Before you begin

Before running the Rational Quality Manager adapter, you must configure the test workbench and the adapter.

About this task

When running from the command line, adapter activities are printed to rpt_install_dir\RPT-RST_RQMAdapter\logs\adapter.log. To print the current status of the adapter, enter this command: rpt_install_dir\RPT-RST_RQMAdapter\bin\RQMAdapter.bat STATUS.
Note: Do not use the workbench while the adapter is running. Doing so might interfere with the ability of the adapter to run test scripts. Stop the adapter before opening the workbench.

To start or stop the Rational Quality Manager adapter from the command line:

Procedure

  1. Open a command line window and navigate to the directory rpt_install_dir\RPT-RST_RQMAdapter\bin\, where rpt_install_dir is the directory where the test workbench is installed, for example: C:\Program Files\IBM\SDP.
  2. To start the adapter from the command line, run the adapter command:
    • In Windows®, type: RQMAdapter.bat START
    • In Linux®, type: RQMAdapter.sh START
  3. To stop the RQM adapter from the command line, run the adapter command:
    • In Windows, type: RQMAdapter.bat STOP
    • In Linux, type: RQMAdapter.sh STOP

Feedback