Deploying Harmony Endpoint for Linux

This section explains how to install Harmony Endpoint on Linux operating systems in a web management environment.

If the server environment includes a proxy server for Internet access, it is necessary to configure a proxy server as described in this section. Otherwise, skip to Downloading the Installation Script

Configuring a Proxy Server on the Endpoint Security Management Server

  1. Connect to the command line on the Endpoint Security Management ServerClosed A Security Management Server that manages your Endpoint Security environment. Includes the Endpoint Security policy management and databases. It communicates with endpoint clients to update their components, policies, and protection data..

  2. Log in to the Expert mode..
  3. Stop the Check Point services:

    cpstop

  4. Edit the /$UEPMDIR/engine/conf/local.properties file:

    vi /$UEPMDIR/engine/conf/local.properties

  5. Add these properties:

    Important - Delete the # character from the beginning of each row that you edit.

    • The proxy server's IP address:

      http.proxy.host=<IP Address>

    • The proxy server's listening port:

      http.proxy.port=<Port>

    • The proxy server username:

      If basic authentication is enabled on the proxy server, enter the user name. If no authentication is required, leave it empty.

      http.proxy.user=<Username>

    • The proxy server password:

      If basic authentication is enabled on the proxy server, then enter the password. If no authentication is required, leave it empty.

      http.proxy.password=<Password>

  6. Save the changes in the file and exit the editor.

  7. Start the Check Point services:

    cpstart

Downloading the Installation Script

  1. Download the installation script from the Policy > Deployment Policy section to the target device.

  2. Follow the applicable options:

Notes: