Versions Compared

Key

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

...

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

  • df -h

Image Removedcommand to to initially check space on appliance disk looking for usage at or close to 100%

Code Block
# This check the file system usage (-h just means use 1024 as the divisor for space and 1000). 
df -h 

Usage of 100% is blocking appliance stack starting

Code Block
# Check if the stack can start 
sudo /opt/docker/start-appliance-stack.sh

Image Added

The appliance stack cannot start.

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

...