Start a conversation

System Disk Full (disk partitions: /config)

Overview

There are several reasons why a System Disk Full alert might come up, on this article we provide the steps required for you to follow whenever you get the following error message on the: Configuration > System > Diagnostics window:
Full (or almost full) disk partitions: /config
Image.png

Note: As you can see on the error message, the root cause of the full disk is the /config directory

Prerequisites

  • Access to the Exinda WebUI

Solution

The /config directory stores all of the text configuration files which are saved on the appliance. Each text configuration file takes around 1.5 to 2MB, and the limit for this directory is 125 MB. So, if there are many config files being saved in Configuration > System > Maintenance > Manage Config > Configuration Files, it will trigger this alert. By default, the alert is set to happen when there is less than 7% space free.
image.jpg

In order to solve this, you need to follow these steps:

  1. Log in to the Exinda WebUI
  2. Download the Configuration Files (This is important as you need a back up of them before deleting them)
  3. Log in to the Exinda CLI
  4. Type in the following commands:
    • en
    • _shell
    Note: If you get asked for a License key, that means that you need to Activate the Restricted Commands License, open a Support Ticket and ask them to activate it.
    Important: This will allow you to run Linux commands on the device, it is important that you are sure of what you are doing as this can damage your device's firmware.
  5. Navigate to the /config/db directory by typing in the cd /config/db command
    Exinda.gif
  6. Type in the ls -l command to list all files inside that directory (you can also use the ll abbreviation of the ls -l command)
  7. In there, you can delete the ones that are not being used, you can identify them by the name, as you can see in the following picture:
    image.jpg
  8. Delete the files which are not being used (You can run the rm command)
  9. Restart the optimizer

Testing

Inside the CLI and the shell (Steps 3 and 4), you can type in the df -hP command to see if there is no space issue anymore:
image.jpg

Additionally, if you navigate to Configuration > System > Diagnostics in the Exinda GUI, you will no longer see the Error Message
image.jpg

<supportagent>

Related Article

</supportagent>

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments