Disk Space for Data Aggregator /opt is at 91%
search cancel

Disk Space for Data Aggregator /opt is at 91%

book

Article ID: 258491

calendar_today

Updated On:

Products

DX NetOps CA Performance Management - Usage and Administration

Issue/Introduction

Seeing that activemq.out is 7.8G as of Jan 25.

Stopped the daemon and activemq and rebooted server and still see the same thing.

Was hoping it would clear it and start a new file but no luck.

Can you tell me if this would be my issue and how to make the file smaller.

Environment

Release : 22.2

Cause

/opt/IMDataAggregator/broker/apache-activemq-5.17.2/data/activemq.out

does not roll, but appends and can grow too large.

Resolution

Stop activemq, delete the file, start activemq and a new activemq.out will be created.

cd /opt/IMDataAggregator/broker/apache-activemq-*/data

systemctl stop activemq;rm -f activemq.out;systemctl start activemq

Additional Information

We have opened an internal defect DE556697, to add this log to the list of files that is rolled to *.bak when service is restarted.