Prerequisites for installing the server software on Ubuntu
Before you install HCL OneTest™ Server on the Ubuntu platform, you must first complete certain tasks.
The following section describes each prerequisite in detail:
Internet access
You must have access to the internet to install HCL OneTest™ Server.
Harbor repository credentials
-
New customers:
You must create a support ticket to get the credentials that are required to access the product binaries from the Harbor repository. For more information, refer to How to create an HCL Support case.
-
Existing customers:
You must use your existing Harbor repository credentials to access the product binaries.
Ubuntu server
You must set up an Ubuntu server.
For more information about hardware and software requirements, see System Requirements.
Backup user data
If you want to migrate user data from a previous version of the product during the installation of the server software, then you must perform the following tasks:
-
Back up the user data from V10.0.2, Fix Pack 1 or earlier. See Backing up the user data from a previous release.
-
Back up the user data from V10.1.0 or later. See Backing up and restoring the user data on Ubuntu.
Mandatory software
You must install the following mandatory software:
-
Helm V3.3.4 or later. For more information, refer to the Installing Helm section in the Helm documentation.
Note: You must ensure that you have access to the Kubernetes cluster with required privileges before installing Helm. You can contact your cluster administrator to gain access to the cluster. For more information, refer to the Accessing Clusters section in the Kubernetes documentation. -
OpenSSH Server. For more information, refer to the Installation section in the OpenSSH Server documentation.
Optional software
You can install the following optional software:
-
Jaeger operator to trace test logs and Jaeger-based reports when you run tests. For more information, refer to the Jaeger operator documentation.
-
Prometheus server to monitor your system resources by using metrics data that are collected by a Prometheus server. For more information, refer to the Installation section in the Prometheus documentation.
Non-root user
You can use the sudo
command to execute a single command as the root
user when needed. If you do not want to enter a password each time when you run the
sudo
command, you can enable the passwordless
sudo
environment by performing the following steps:
-
Run the
sudo visudo
command to modify thesudo
settings. -
Locate the
%sudo ALL=(ALL:ALL) ALL
and modify it to%sudo ALL=(ALL) NOPASSWD:ALL
in the file. -
Save your changes, and then close the editor.
k3s environment
You must set up the k3s Kubernetes environment along with other optional configurations such as firewall, Jaeger, and Prometheus server. See Setting up a Kubernetes environment on Ubuntu.