The data aggregator is running out of space. Upon further investigation we have found that the /opt/IMDataAggregator/data/broker/kahadb is using all the space with several db-*.log files
Performance Management all versions
To resolve do the following:
You should now have your space back
Also see Solution in Data Aggregator Disk Space is Decreasing guide
Solution: Errors can cause orphaned rollup messages to build up in Apache ActiveMQ. These message files are large. Verify the presence of the messages and purge them if necessary.
As per Engineering, something must be corrupted. He suggested stopping ActiveMQ and moving off kahadb, then starting ActiveMQ.
He doesn't know a way to force it to find/fix the corrupted db*.log file.
The Port 8161 (http://DA_host:8161/admin/queues.jsp) is no longer listening OOTB, a security issue.
Is necessary to use the DA's activemqstat in scripts directory:
./activemqstat | awk '{print $1" queueSize="$2" Producer="$3" Consumer="$4" Enqueue="$5" Dequeue="$6" Forward="$7" MemoryUsage="$NF}' | grep ActiveMQ.DLQ
If queueSize greater than 0 run the purgeOneQueue script:
./purgeOneQueue " ActiveMQ.DLQ"
But the best way is restart the ActiveMQ and they suggested the best time to do ActiveMQ restart is between hh:45 and hh:00 when the rollup queues have been read.
Example of the best time to restart ActiveMQ:
from 14:46 (after hh:45) to 14:59 (and before hh:00)