The Detection Server is a core component required for Data Loss Prevention.
This is a Quick Upgrade Guide for the Data Loss Prevention Detection Server
For the full "DLP Quick Upgrade Guide" please visit the following link: DLP Quick Upgrade Guide
Linux
The Detection Server is a core component 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/downloads
DLP Platform Installer: Symantec_DLP_<DLPversion>_Platform_Lin-IN_<DLPfullversion>.zip
Install Java:
Java AdoptOpenJRE Quick Install Guide for Linux
Update the Environment Variables:
Environment Variables Quick Install Guide for Linux
Install the new Detection Server software
1. Unzip the DetectionServer.zip
unzip DetectionServer.zip
2. chmod the RPM files to 755
chmod 755 *.rpm
3. Import the RPM Key
cd /DLPInstallers/DLP/Symantec_DLP_RPM_Signing_key.asc
rpm --import Symantec_DLP_RPM_Signing_Key.asc
Download the needed Dependencies
4. Make a downloads dir for the dependencies
mkdir downloads
5. Download the needed rpms to the downloads dir:
yum install --downloadonly --downloaddir=./downloads *.rpm
This will download all of the dependency installers that are found in the local .RPM files into a downloads directory
6. From the "downloads" you can run the local install command
cd /downloads
yum localinstall *.rpm
7. This will install all of the dependency RPM's that were downloaded.
Install the Detection Server on Linux
cd /DLPInstallers/DLP/<DLPversion>/New_Installs/Release
./install.sh -t detection
Run the Migration Utility
cd /opt/Symantec/DataLossPrevention/DetectionServer/<DLPversion>/Protect/Migrator
./migrateDetection.sh
Choose "y" to proceed with phase 2
Login to the Enforce Console to confirm the Detection Server upgrade has completed:
https://<server ipaddress>/ProtectManager/SystemOverview.do