Deploying Harmony Endpoint for Linux
This section explains how to install Harmony Endpoint on Linux operating systems for Endpoint cloud users.
To install Harmony Endpoint for Linux for Endpoint Cloud Users:
-
Navigate to Policy > Export Package
-
Download the Linux installation script:
-
Copy/Download the installation script to the target device. Run one of these options:
-
To allow execution permission to the file, run:
chmod +x ./<Name of Install Script>
-
To deploy both Anti-Malware
A component of the Endpoint Security client that protects against known and unknown viruses, worms, Trojan horses, adware, and keystroke loggers. and Threat Hunting, run:
sudo ./<Name of Install Script> install
-
To deploy Anti-Malware only, run:
sudo ./<Name of Install Script> install --product am
-
To deploy Threat Hunting only, run:
sudo ./<Name of Install Script> install --product edr
-
To deploy Behavioral Guard only, run:
sudo ./<Name of Install Script> install --product bg
-
To enable the Threat Hunting function, make sure that Threat Hunting is enabled in the applicable policy rule
Set of traffic parameters and other conditions in a Rule Base (Security Policy) that cause specified actions to be taken for a communication session.. Navigate to Policy > Threat Prevention > Analysis & Remediation and ensure Threat Hunting is set to ON.
Notes:
-
If Strong/Kerberos
An authentication server for Microsoft Windows Active Directory Federation Services (ADFS). authentication is enabled, then HTTP 401 is in the
/var/log/checkpoint/cpla/cpla.log
.
-
It is necessary to put the keytab file used for authentication set up in the file /var/lib/checkpoint/cpmgmt/auth.keytab (the file is generated by the ktpass utility).
sudo ./<install script name> install --product edr
-
-