DLP RHEL services are not starting up after reboot.
search cancel

DLP RHEL services are not starting up after reboot.

book

Article ID: 234742

calendar_today

Updated On:

Products

Data Loss Prevention Data Loss Prevention Discover Suite Data Loss Prevention Core Package Data Loss Prevention Endpoint Suite Data Loss Prevention Enterprise Suite Data Loss Prevention Plus Suite

Issue/Introduction

After system startup the services are showing as unknown. 

Environment

Release : 15.8, 16.x

Component : DLP services on RHEL

Cause

Due to system startup and the network services are not up in time when DLP services start. DLP services are unable to bind to any available port. 

Resolution

Looking at the rhel system and how long it takes to boot:

running systemd-analyze will show you how long the system takes to boot.

Running systemd-analyze blame will show you a break down of each service that runs during startup. 

Now if the network-service services are taking longer than the DLP services to come up you will need to address that

Additional Information

WORKAROUND:

You can add a sleep timer in the DLP services start function:

vi /etc/init.d/<Name of DLP Service>

add sleep 50 (#note: you might need a higher or lower sleep timer depending on your boot time)