MP3 update failing on Linux detection server
search cancel

MP3 update failing on Linux detection server

book

Article ID: 235344

calendar_today

Updated On:

Products

Data Loss Prevention

Issue/Introduction

You are attempting to run the maintenance pack upgrade on a Linux server whose installation directories are non-default. You run the command below:

./install.sh -t detection 

but you receive the error:

rpm: relocations must contain a =

Environment

Release : 15.x

Component : Linux DLP Servers, Maintenance Pack, Installation

Cause

Additional parameters must be provided if custom installation paths have been used

Resolution

Running the ./install.sh command with no parameters will bring up the help below.

Each of the named parameters must be populated with the custom directory path, if the customer has not used the default.

Usage: ./install.sh -t installationType -i installationDirectory -d dataDirectory -l logsDirectory -r runDirectory -s spoolDirectory
 
-t Installation type(Required parameter). Specify one of enforce, detection, singletier, indexers, or serverjre
 -i Path to installation directory (Default: /opt/Symantec/DataLossPrevention)
 -d Path to data directory (Default: /var/Symantec/DataLossPrevention)
 -l Path to logs directory (Default: /var/log/Symantec/DataLossPrevention)
 -r Path to run directory (Default: /var/run/Symantec/DataLossPrevention)
 -s Path to spool directory (Default: /var/spool/Symantec/DataLossPrevention)

  If not specified, default directories will be used.