Configuring the Engineering Test Management Agent as a Windows service
If you have installed only Rational® Integration Tester, you might want to set up Engineering Test Management Agent as a Windows service.
Before you begin
Procedure
-
Run a command prompt as an administrator from the
Rational® Integration
Tester installation folder. Install the Engineering Test Management Agent as a Windows service:
prunsrv //IS//IBMRITRQMAgent --DisplayName="IBM RIT RQM Agent" --Description="IBM Rational Integration Tester RQM Agent" --Startup=auto --StartImage="C:\Program Files\IBM\RationalIntegrationTester\RQMAgent.exe" --StartPath="C:\Program Files\IBM\RationalIntegrationTester" --StartParams="-c C:\Program Files\IBM\RationalIntegrationTester\config\Agent.config"
The Java™ services are started by using the Apache Commons daemon.
-
Verify that the new Windows service is installed by opening the Services applet in the Control Panel by clicking
.
The Windows service name is IBM RIT RQM Agent.
-
Start the service from the Service window.
Note: You can also change other properties such as the type of startup.
You can delete the service if you no longer want to run the Engineering Test Management Agent as a Windows service by performing the following action:
Run a command prompt as an administrator from the Rational® Integration Tester installation folder:prunsrv //DS//IBMRITRQMAgent