var folder is full on FreeNAS Linux - PRTG Reporting
This morning we came to our office to discover the error message var folder is full on FreeNAS Linux - PRTG Reporting was flagging on our HP MSA 1000, to which we connect by using a FreeNAS box and iSCSI card
Digging into the error, shows that the "var" folder on our FreeNAS is full, with less than 1% of space free
The "var" folder contain the repository for the temporary files, therefore it is not unusual that this folder gets full. We logon to our FreeNAS and issue the following command to double check the issue (of course, always double check!)
df -h
There are other commands that you can use to verify the space on the "var" folder, like for example:
df -hi /var
Or for example the following command too:
du -sch * | sort -h
Empty the var folder
In any case, to empty the var folder, just issue this command
rm *
Then run this other popular command to see the contents of the var folder, now cleared
ls -l
If you liked this article about var folder is full on FreeNAS Linux - PRTG Reporting, please see this other article of interest:
PRTG System Health sensor reported as down in Cisco switches https://www.nazaudy.com/prtg-system-health-sensor-reported-as-down-in-cisco-switches
London, 12 October 2017
References
PRTG Paessler https://www.paessler.com/prtg
Comments powered by CComment