Starting the Rational Test Agent and the RAServer on Linux

This topic describes how to start the Rational® Test Agent and the RAServer on Linux®.
Before you can run the Rational Test Agent, you must set the RATL_RTHOME environment variable to /usr/rational/test by entering either of the following commands:

% export RATL_RTHOME=/usr/rational/test

% setenv RATL_RTHOME=/usr/rational/test

To start the Rational Test Agent on Linux, do the following:
  1. Set the environment variable LD_LIBRARY_PATH to libjava.so of the currently used JRE.
  2. Set the CLASSPATH to <product installation directory>/bin/rational_ft.jar
  3. Execute the following command:

    source <product installation directory>/rtsetup.

  4. From the Test Manager installation directory, run RTsagt.

To start the RAServer for ClearQuest® Test Manager remote execution, enter the following command from the product installation directory:

ft_agent_start

You can verify that the Test Agent is running by entering this command:

ps -ef | grep rtprvd

You can verify that the RAServer is running by entering this command:

ps -ef | grep RAServer


Feedback