Configuring the RQM Agent as a Windows service
If you have installed only HCL OneTest™ API, you might want to set up the RQM Agent as a Windows service.
Before you begin
About this task
Procedure
-
Run a command prompt as an administrator from the HCL OneTest™ API installation folder. Install the RQM Agent as a Windows
service:
prunsrv //IS//OneTestAPIRQMAgent --DisplayName="HCL OneTest API RQM Agent " --Description="HCL OneTest API RQM Agent" --Startup=auto --StartImage="C:\Program Files\HCL\HCLProducts\API\RQMAgent.exe" --StartPath="C:\Program Files\HCL\HCLProducts\API" --StartParams="-c C:\Program Files\HCL\HCLProducts\API\config\Agent.config"
The Java™ services are started by using the Apache Commons daemon. For more information, see Procrun Documentation.
- Verify that the new Windows service is installed. Open the Services applet in the Control Panel by clicking is HCL OneTest API RQM Agent. . The Windows service name
- Start the service from the Service window. You can also change other properties such as the type of startup.
- Optional:
Delete the service if you no longer want to run the RQM Agent as a Windows service. Run
a command prompt as an administrator from the HCL OneTest™ API installation folder:
prunsrv //DS//OneTestAPIRQMAgent