Aria Opertaions 8.18.5
This is primarily caused by unrotated localhost_access logs accumulating within the /storage/log/vcops/log/CASA directory, which eventually exhausts all available space on the partition and prevents required services from starting.
To resolve this issue, manually clear the stale log files from the Witness node to reclaim disk space.
Establish an SSH session to the Aria Operations Witness node and log in as root.
Verify the disk space utilization of the partitions by running: df -h
Navigate to the CASA log directory:
cd /storage/log/vcops/log/casa
List the files to confirm the presence of large or numerous localhost_access logs:
ls -lhrt
Delete the old and unrotated localhost_access log files. (Adjust the wildcard pattern as necessary for your environment's stale files):
rm localhost_access_log.*.txt
(Optional) If additional space is required, review and clear older audit or messages logs within the /var/log directory.
Re-run df -h to confirm the /storage/log partition utilization has been significantly reduced (e.g., below 80%).
Proceed to the Aria Operations Admin UI and bring the CA cluster online.