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:
- Set the environment variable LD_LIBRARY_PATH to libjava.so of
the currently used JRE.
- Set the CLASSPATH to <product installation directory>/bin/rational_ft.jar
- Execute the following command:
source <product
installation directory>/rtsetup.
- 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