Installing Agent in the silent mode on Linux

You can install HCL OneTest Performance Agent on Linux by using the silent mode installation method.

Before you begin

You must have completed the following tasks:

  • Uninstalled any previous version of the product. See Uninstalling Agent in the silent mode on Linux.

  • Installed konsole on your computer. This is required to enable the short cut icon of the product after installation. You can install konsole by running the following command in the terminal:
    apt-get install konsole
    Note: You need not install konsole on the computer that is running RHEL 8 or later.
  • Deleted the installer.properties file generated from the previous installation if you are installing a newer version of the product.

  • Created a properties file that contains the inputs for the installer during the installation process. See Creating the properties file on Linux for HCL OneTest Performance Agent.

  • Verified the software and hardware requirements. See System Requirements.

About this task

You cannot update, modify or roll back the product by using the stand-alone installer.

Procedure

  1. Open the terminal and log in as a root user.
  2. Change the directory to where you have downloaded the installer file by running the following command:
    cd <directory path>

    For example, cd root/Downloads/HCL-OneTest-<Product_Name>-Linux-x64-v10.1.2.bin_10.1.2.v20201105_0440

  3. Extract the downloaded file by running the following command:
    unzip <name of the zip file>

    For example, unzip HCL-OneTest-<product-name>-Linux-x64- v10.1.2.bin_10.1.2.v20201105_0109.zip

  4. Initiate the product installation by running the following command:
    <name of the installer> -i silent -f <location of the installer.properties file>
    For example, HCL-OneTest-<Product_Name>-Linux-x64-v10.1.2.0.bin -r /root/Downloads/installer.properties
    Note: If the installation is terminated due to any reason, you must check the Installerror.txt to know more about the problem that occurred during the installation process. The error log is located at /<installation directory>/Logs.
    You can verify the status of the installation of the product by checking the log file at /<installation directory>/Logs.

Results

You have installed the product on your computer.