Storage issues making cluster go offline Aria operations
search cancel

Storage issues making cluster go offline Aria operations

book

Article ID: 396810

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

If /storage/log is full, check if access.log has the high usage with the following command:

ls -lh /storage/log/var/log/httpd/

 

Environment

Aria Operations 

Resolution

If the access logs are causing the partition to be full, we need to blank these files by using the commands below:

cd /storage/log/var/log/httpd/

truncate -s0 access.log

 

Additional Information

As reference please also read /storage/log is full on Aria Operations