Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reproduction/Solution

From the appliance, run the following commands. Run the df -h to initially check spacing.

  • df -h

Image RemovedImage Added

To establish the biggest largest directories to identify the are where all disk is consumed.Run , run the following:

Code Block
# This check the  /opt directory. 

...

sudo du -a /opt/ 2>/dev/null | sort -n -r | head -n 20

...

...

This is cast it appears main cause seems to be at a root level so identify the main targets of use

Code Block
which is# Check disk usage command (du) at the root directory.level
du -a / | sort -n -r | head -n 5

...

ls -ll /var/log/ ls -ll /tmp/
Code Block
Info

remember o check other locations as well

Clearing the Syslog will resolve the issue.

Code Block
# Force removal of all teh syslog files and any subfolders. Note: use rm command with care.
sudo rm -rf  /var/log/syslog*
# reboot appliance
sudo shutdown -r now

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1fb5c7
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "CSKB"
labelskb-how-to-article

...

hiddentrue

...

Related issues

...