DLP is running very low on space in the /var partition. How can the space be increased?
[root@xxxxxxxxxxx log]# du -h --max-depth=1 /var/Symantec
13G /var/Symantec/DataLossPrevention
13G /var/Symantec
------------------------------------
DLP 15.8 on RHEL 8.4
Release: 15.8 - not version specific - Oracle 19c
In this case, the /var partition is an lvm.
Since the /var is an lvm, you can add a drive and expand the /var partition to the new drive.
Adding the new drive and expanding the /var partition is not a Symantec function.
You can find numerous articles online to walk you through the process.
Here are two commands that can be used to determine if the /var partition is an lvm:
du -kx /var | sort -n
df -a
NOTE: If the partition is not LVM then please consult the Linux administrator to use a different approach