Software Secure Workload
Activity Configure

Install Linux Agent using the Agent Image Installer Method

We recommend the automated installer script method for installing Linux agents. Use the image installer method if you have a specific reason for using this manual method..

Prerequisite:

Configure the ACTIVATION_KEY and HTTPS_PROXY in the user.cfg file for SaaS clusters and when you are installing the agent on a non-default tenant of on-premises clusters with multiple tenants. For more information, see (Manual Installations Only) Update the User Configuration File.

To install a Linux agent using the agent image method:

Procedure

1

Navigate to Agent Installation Methods:

  • If you are a first-time user, launch the Quick Start wizard and click Install Agents.

  • In the navigation pane, choose Manage > Agents, and select the Installer tab.

2

Click Agent Image Installer.

3

In the Platform field, enter Linux.

4

Enter the required agent type and the version of the agent, and then from the results, download the required version of the agent.

5

Copy the RPM package to all the Linux hosts for deployment.


 

If the agent is already installed on the host, do not reinstall the agent. To upgrade the agent, see Upgrading Software Agents section.

6

Based on your platform, run the RPM commands with root privileges.

  • For RHEL/CentOS/Oracle platforms, run the command: rpm -ivh <rpm_filename>

  • For Ubuntu platform:

    • To retrieve the dependency list and ensure all dependencies are met, run the command: rpm -qpR <rpm_filename>

    • Install the agent with “–nodeps” option by running the command: rpm -ivh \\--nodeps <rpm filename>