VCF Operations for Logs 9.0.x
The /storage/var partition is 100% utilized due to the presence of heapdump file(s).
VCF Operations for Logs is configured to create a heapdump file when the service crashes. The /storage/var partition is limited in size and the heapdump file typically exceeds the capacity of the partition. The resulting heapdump file is corrupted and must be removed.
Take snapshots of all nodes in the VCF Operations for Logs cluster (How to take a Snapshot of Operations for Logs)
Log in to the affected VCF Operations for Logs node as root via SSH or vSphere console
Validate that the /storage/var partition is 100% utilized
df -h /storage/var
Validate that there is a large amount of space used in the heapdump directory
du -hd1 /storage/var/loginsight/heapdump/
Identify the heapdump file(s) that will be removed
ls -l /storage/var/loginsight/heapdump/*.hprof
Remove the heapdump file(s) from the system.
rm /storage/var/loginsight/heapdump/*.hprof
Reboot the node
reboot -f
Repeat steps 2-7 for any remaining VCF Operations for logs nodes that are affected