07-Apr-2023 02:34
Hi Team,
recently on my F5 appears this error :
Disk partition / has only 1% free
I have deleted some old files, I removed ucs backup and save it from another device, but the problem was not fixed yet.
The message appaers continuatively...
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg--db--sda-set.2.root 427M 399M 5.3M 99% /
Someone could help me to fix it ?
Many thanks in advanced .
Rgds,
Solved! Go to Solution.
07-Apr-2023 03:45
Hello,
removing ucs didn't fix your problem because ucs are in another filesystem (they are stored normally in /var/local/ucs).
You pasted a single line of the "df" command output that contains every filesystem configured in the F5 system. You have to search in paths not included in other partition. You can do it "manually" moving through the / filesystem or you can move to the / directory then use "du -ahx" to generate a full list of the partition files with their size.
The list should be quite long, so I suggest to collect the output in a text file using "du -ahx > list.txt"
BR
Fabio
07-Apr-2023 03:45
Hello,
removing ucs didn't fix your problem because ucs are in another filesystem (they are stored normally in /var/local/ucs).
You pasted a single line of the "df" command output that contains every filesystem configured in the F5 system. You have to search in paths not included in other partition. You can do it "manually" moving through the / filesystem or you can move to the / directory then use "du -ahx" to generate a full list of the partition files with their size.
The list should be quite long, so I suggest to collect the output in a text file using "du -ahx > list.txt"
BR
Fabio
07-Apr-2023 04:16
Hi Fabio,
many thanks for your reply.
I ask the customer to have informatiion that you have asked me in the message before.
In the main time I send you an information about the disk.
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg--db--sda-set.2.root 427M 399M 5.3M 99% /
devtmpfs 16G 4.0K 16G 1% /dev
tmpfs 16G 2.5M 16G 1% /dev/shm
tmpfs 16G 2.7M 16G 1% /run
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/mapper/vg--db--sda-set.2._usr 6.0G 5.2G 599M 90% /usr
/dev/mapper/vg--db--sda-set.2._config 3.2G 885M 2.1G 30% /config
/dev/mapper/vg--db--sda-dat.share 88G 7.9G 75G 10% /shared
none 16G 34M 16G 1% /shared/rrd.1.2
/dev/mapper/vg--db--sda-set.2._var 4.5G 758M 3.5G 18% /var
prompt 4.0M 28K 4.0M 1% /var/prompt
none 16G 29M 16G 1% /var/tmstat
/dev/mapper/vg--db--sda-dat.appdata 741G 1.9G 702G 1% /appdata
/dev/mapper/vg--db--sda-dat.log 44G 300M 42G 1% /var/log
none 16G 4.0K 16G 1% /run/pamcache
none 16G 0 16G 0% /var/loipc
/dev/loop0 317M 317M 0 100% /var/apm/mount/apmclients-7221.2022.412.1126-5816.0.iso
Many thanks again for your support.
Rgds
07-Apr-2023 20:52
@unavailable You might try the following article.
10-May-2023 23:20
Thank you sir for the article link.