Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Hardware-disk warning for free space in F5

Preet_pk
Altostratus
Altostratus

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.

1 REPLY 1

Daniel_Wolf
Nacreous
Nacreous

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