Generating the properties file on Linux
When you want to install the product software in the silent mode on Linux, you must provide the installation details in a properties file. You must first generate a properties file by using the stand-alone installer that contains the data required to install the product.
Before you begin
- Read and ascertained that your computer meets the requirements specified in System Requirements for DevOps Test Integrations and APIs 2024.03 (11.0.1) or System Requirements for DevOps Test Virtualization 2024.03 (11.0.1) and Prerequisites for using the stand-alone installer for using the stand-alone installer.
- Read and completed any tasks indicated in Installation considerations for DevOps Test Virtualization Control Panel.
- Migrated data in the Test Virtualization Control Panel workspace, if you want to reuse the same workspace. See Migrating data in the DevOps Test Virtualization Control Panel workspace on Linux.
- Downloaded the product software package that is dependent on the stand-alone installer for the supported operating system on your computer from the HCL FlexNet Operations (FNO) portal.
-
Extracted the downloaded package to a folder on the computer on which you want to install the product software.
- Configured the license server to manage licenses. See Setting up licenses for DevOps Test Integrations and APIs.
About this task
You must provide the properties file that contains the required details in the command to install the product software in the silent mode. You must create a properties file for each of the product that you want to install.
Procedure
./<Extracted_Product_name.exe> -r <Destination_path>/<File_name_installer.properties>
- <Extracted_Product_name.exe> is the name of the product in the folder where you have extracted the downloaded package.
- <Destination_path> is the path to the folder where the product must be installed.
- <File_name_installer.properties> is the name of the installer.properties file.
- Find the name of the extracted product file is DevOps-Test-API-Linux-x64-v11.0.1.bin in the folder where you have extracted the downloaded package
- Want to install the product in the folder opt/HCL/DevOpsTestAPI
- Want to create the properties file with the name as api_installer.properties
./"DevOps-Test-API-Linux-x64-v11.0.1.bin" -r opt/HCL/DevOpsTestAPI/api_installer.properties
Results
You have generated the properties file that you can use to install the product software in the silent mode.