Running DevOps Test Integrations and APIs Agent on Unix-like systems
On Unix-like systems, you can start HCL DevOps Test Integrations and APIs Agent (Test Integrations and APIs Agent) by running the Agent executable in the root of the Test Integrations and APIs Agent installation directory (for example, /opt/HCL/DevOpsTestAPIAgent).
Before you begin
- Read and understood licensing for Test Integrations and APIs Agent. See Setting up licenses for DevOps Test Virtualization.
- Acquired the necessary permissions to write to the various files and folders in the installation directory.
About this task
Procedure
-
Edit the configurations for server start-up and shut-down scripts. You can work with your system administrator if required to edit the scripts.
Note:
- A sample
Agent
start-up script is available in the Test Integrations and APIsinstallation directory as /ExampleInitScripts that you can include into the system start-up script to ensure that the Agent is always started when the server starts. The temporary files are stored in/var/tmp
folder if the installation folder is not specified at the time of installing. - If you used a custom installation location, you must change the
agent.service
file, otherwise the agent does not work correctly.
The following steps describe how to run the systemd script:
- A sample
- Optional:
If required, you can modify the
Agent
executable default settings to specify a different port by using the -p <port> argument or override the location of the config file by using the -c <config_file> argument.Note: TheAgent
executable runs the agent by using the default port (4476
) and points to the default Agent configuration file (config/Agent.config).For example, from the Agent installation directory, you can run the Agent at a non-default port (4492) by using the following command:
./Agent -p 4492
Or if you have a customized config file, for example,
Customized_Agent.config
in the Agent installation directory, you can start the Agent by using the following command:./Agent -c ./config/Customized_Agent.config
- Optional:
If you are using floating licenses and the init schell script, insert the following lines that match your license server at the start of the script:
LM_LICENSE_FILE=27000@serverhostname
export LM_LICENSE_FILE
- Optional:
If you are using floating licenses and the systemd script, you can add the following line to agent.service in the [Service] section:
ENVIRONMENT="LM_LICENSE_FILE=27000@serverhostname"