Versions Compared

Key

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

Problem

Info

The appliance is down, The reason is the disk is full on the appliance.

...

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 directories to identify the are where all disk is consumed.

...

Code Block
This check the  /opt directory. 

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

This is cast it appears to be at a root level

...