Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Data Disk is filling up - please check. Current usage: 83%

A client of ours have two ASG220s in a HA cluster active active. Just recently they have been getting email notifications saying the following ...

-- 
HA Status          : CLUSTER SLAVE (node id: 2)
System Uptime      : 10 days 20 hours 57 minutes
System Load        : 0.11
System Version     : Astaro Security Gateway 7.202

Please refer to the manual for detailed instructions.

Logged onto the ASG and the dashboard shows
CPU 13%
RAM 84%
SWAP 15%
Log disk 1%
Data Disk 3%

Logged onto the ASG at the command line via ssh
Master Node1 /var/storage 3% used
Slave Node2 /var/storage 86% used

There is 22GB in /var/storage/chroot-http/tmp.

In the short term can I delete these files?

The official reply from ASG support is to perform a "Factory Reset" on the slave. This is the second time this happened now.

We have other clients that also have HA cluster active active - ASG220 / ASG320s etc with no such issues.

Anyone else out there had any similar problems?


This thread was automatically locked due to age.
Parents
  • I'm getting these messages today for the first time myself.  Not sure what to do...
  • you will need to identify what node the message relates to. Then logon at the command promt using ssh to loginuser and su to root.

    To find what is taking the space type

    df -h

    Now compare this on the other node.

    I deleted the files that were taking up the space - log files mainly. Not too important. then carried out a factory reset at the ASG front panel. this did resolve the issue.

    But I have a feeling it will happen again! I am will monitor theis ASG cluster close indeed.
  • df will only tell you how full the disk is.

    du will tell you what files/folders are using the most space.

    I'd recommend:
    cd /var/storage
    du -sh *

    find the offending directories, repeat...

    Barry
Reply Children
No Data