This is a Quick Install guide for the Data Loss Prevention Linux Endpoint Agent.
For the full "DLP Quick Install Guide" please visit the following link: DLP Quick Install Guides
Linux
Linux Endpoint Agents are one of the core components for Data Loss Prevention.
VERSION DISCLAIMER: <DLPversion> = 16.0, 16.0.1, 16.0.2, 16.1, or 25.1 |
Download Installers: https://support.broadcom.com/group/ecx/productdownloads?subfamily=Data%20Loss%20Prevention
Agent File: Symantec_DLP_<DLPversion>_<MP>_Agent_Lin-IN.zip
Configure the Agent package for distribution:
1 - Access the DLP Web Interface
- open a browser and go to the localhost
https://<enforce>/ProtectManager/Logon
- The default user is "Administrator", use the password previously specified during the Enforce installation process
User: Administrator
Pass: <your password>
2 - Open the Agent Packaging
3 - Enter in the package information:
4 - Choose the installer package you wish to build out for distribution.
Endpoint Server Host: IP Address of your Endpoint server
Port: 10443 (default)
Tools Password: <Your Password>
- The Tools password is critical for managing the agents.
5 - Once all fields are populated, select "Generate Installed Packages"
6 - Once the package is downloaded, copy the package to the Agent Machine
- Open a terminal and run:
mkdir /opt/LinuxInstaller
(Copy the agent package to the following directory using the utility of your choice:
/opt/LinuxInstaller
- In the Terminal run:
cd /opt/LinuxInstaller
- Run:
chmod 755 AgentInstaller_Linux64.zip
unzip AgentInstaller_Linux64.zip
- Run the following command to set permissions on the files:
chmod 755 *
- Once unzipped and permissions are set, run the "install_agent.sh" to install the agent
./install_agent.sh
7. Once completed run the following command to confirm the agent is installed and running:
sudo systemctl status symantec-dlp-agent
Example output below:
n.
- Check the Enforce Console to confirm the agent is reporting in
System > Agents > Overview
For more information on installing the DLP Linux Agent refer to the official documentation: Install the DLP Agent for Linux
For information on uninstalling the DLP Linux Agent refer to the official documentation: Removing a DLP Agent from a Linux Endpoint