/storage/var partition has reached 100% utilization, primarily caused by large Catalina logs accumulating in the /storage/var/loginsight/apache-tomcat/logs directory./storage/core/loginsight/var/runtime.log file contains the following error, indicating that node is not available:com.datastax.oss.driver.api.core.NoNodeAvailableException: No node was available to execute the query
/usr/lib/loginsight/application/lib/apache-cassandra-*/bin/nodetool-no-pass status , it shows that one or more nodes are down.Aria Operations for Logs 8.18.x
/storage/var partition becoming full.service loginsight stop
Navigate to the Catalina log directory: /storage/var/loginsight/apache-tomcat/logs
rm -f catalina.<YYYY-MM-DD>*.log or delete only the log which is occupying huge space.If the working log file (catalina.log) is consuming excessive disk space, it is not recommended to delete the file. Instead, you can safely clear its contents by running the following command:
echo > catalina.log
service loginsight start
After the restart, check if the Log Insight processes are running:
ps aux | grep loginsight
/usr/lib/loginsight/application/lib/apache-cassandra-*/bin/nodetool-no-pass status