This is a Quick Install guide for the Data Loss Prevention Detection Server
For the full "DLP Quick Install Guides" please visit the following link: DLP Quick Install Guides
Linux
The Detection Servers are core components required for Data Loss Prevention.
VERSION DISCLAIMER: <DLPversion> = 15.8, 16.0, 16.0.1 or 16.0.2 |
Download Installers: https://support.broadcom.com/group/ecx/productdownloads?subfamily=Data%20Loss%20Prevention
DLP Platform Installer: Symantec_DLP_<DLPversion>_Platform_Lin-IN_<DLPfullversion>.zip
RHEL Developer Subscription:
RHEL Registration Quick Install Guide for Linux
Firewalld:
DLP on RHEL: How to open firewalld ports
DLPInstallers directory:
- At the root level create a new directory called "DLPInstallers", this will be used to download all of the DLP related software.
mkdir /DLPInstallers
- Download all of the DLP/Oracle installers and place them into this "DLPInstallers" directory.
Download additional software:
yum install zip unzip
- This will install "zip", and "unzip"
- You may see a message indicating that one or more of these is already installed. That is perfectly fine, you can install any missing utilities and move on.
Install Java:
Java AdoptOpenJRE Quick Install Guide for Linux
Create the Environment Variables:
Environment Variables Quick Install Guide for Linux
Install the DLP Detection Server:
- Copy the "DetectionServer.zip" to the DLPInstallers dir
unzip DetectionServer.zip
- Grant permissions to the files 755
chmod 755 *.rpm
- Install/Confirm the Dependencies
- Create a new "downloads" directory
mkdir downloads
- Run the following YUM command to download the dependencies
yum install --downloadonly --downloaddir=./downloads *.rpm
- CD into the downloads directory
cd downloads
- Run the following YUM command to install the dependencies
yum install *.rpm
- Install using the "install.sh" script
./install.sh -t detection
- Run the DetectionServerConfigurationUtility
-Navigate to: /opt/Symantec/DataLossPrevention/DetectionServer/<DLPversion> /Protect/install
-Run:./DetectionServerConfigurationUtility -silent -jreDirectory=/opt/AdoptOpenJRE/<JREversion> -serviceUserOption=NewUser -serviceUserUsername=SymantecDLP -bindHost=0.0.0.0 -bindPort=8100 -fipsOption=Disabled
- Save the Server
The Detection Server should report in within a few seconds. If it does not, simply restart the Detection Server Service(Detection Server), and the SymantecDLP Detection Server Controller Service (Enforce).
For additional guides please see the "Getting Started with Data Loss Prevention"
To provide feedback please click on the "Feedback" link or send an email to "[email protected]"