Views:

To resolve the issue:

  1. Check the disk usage of the device.

    #df - This will show you the disk usage of the box.

  2. Locate the 100% consumed partition and find a way to free some space.

    Log deletion will help you. You can also use the "du -h" command to show the disk space taken by a particular partition. From there, you can identify what directory to focus on and pick what files to remove.

    In normal scenarios, /var/app_data is the partition that is fully consumed. This is why the console would not load. The database cannot create temporary files for this event.