Aria Operations for logs UI is down.
'Aria Operations for Logs' and 'vRealize LogInsight'
-- java_pid*.hprof file are getting created in bulk in root partition which consume more space.
-- The Java Virtual Machine (JVM) generates a *java_pid.hprof i.e. heap dump of the process, which can be useful for diagnosing and troubleshooting memory-related issues. The java_pid*.hprof file contains the heap dump information, including the objects and data in the heap at the time the dump was taken.
Performed the below steps to fix the issue.
cd /usr/lib/loginsight
ls -lthr
command and you will see 'java_pid*.hprof' file are getting created in bulk.rm -rf java_pid*
There is a KB already exist for a root partition but the above issue was not updated/mention.
https://knowledge.broadcom.com/external/article?legacyId=82170
Before 8.6.2, we saw root partition issue due to audit.log
and auth.log-xxxxxxx
files. Now, we directly see the root partition issue in 8.16 due to different file. We can update the existing KB if needed rather than creating new one.