15-May-2021 23:15
Hi,
We are getting below hardware-disk warning message in our monitoring tool of F5
"Info: WARNING - storage 32 (/var) has 6.84% free space left, storage 66 (/var/named/lib) has 6.48% free space left"
Please let me know, how & where to check on for this low free space issue.
16-May-2021
00:23
- last edited on
05-Jun-2023
23:03
by
JimmyPackets
Hi Preet,
check out these articles, depending on your platform
First check, are there some old files that you could delete. Locate the 20 largest files (measured in KB) on the system, use the following command syntax:
find /var/ -xdev -type f -exec du {} \; | sort -rn | head -20
If that won't help, follow the appropriate guide to increase the disk space.
KR
Daniel