I am running a relay on a machine with 100GB disk space since few months, and now the relay is not responsive because 100% of the disk space is used. Is that normal? and how much disk space should I add to run the relay properly in the future?
Check the date on the machine by running date command, to make sure the date is correct.
Connect to the server in 2 terminals.
In terminal 1 type journalctl -e -f -u cnode which will display the logs live as they come in.
In terminal 2 type sudo systemctl restart cnode. After that type sudo systemctl status cnode and see is the status is active.
the journalctl command displays the same error, and the status is active on the 2nd terminal.
Also I noticed an error that doesn’t interrupt the process when running restart command:
What is strange for me is that when I tried to delete the old logs on my bare metal server … after I deleted I saw no free space remained increased… I think it is possible that the deleted files to be kept (recycle bin, etc) on server
Now I just tested on my vps server and the free space remained was updated correctly