Connection refused' when running 'nodetool-no-pass status'.messages' file exceeds 4 GBdu -h /var/log/ | sort -hAria Operations for Logs 8.x
The root partition is full on one or more nodes in the cluster. This can be checked by running the following on each node in the cluster:
df -hNote: Typically, the root partition is either sda4 or sda5.
Before making any changes to the appliance, it is recommended to ensure snapshots are taken.
Please follow the steps below to truncate the 'messages' file;
service loginsight stopcd /var/log/
truncate -s 0 messagesor
cat /dev/null > /var/log/messages:df -hreboot -fNote: If you find many files with a 0 byte size, you may delete these as well by navigating to the appropriate directory and running:
find . -maxdepth 1 -empty -delete