Problem with DB / Disk Usage

Discussion in 'Server Operation' started by AlexisC, Dec 17, 2018.

  1. AlexisC

    AlexisC New Member

    Since few hours all of my websites have error related to the database connection.
    Sometimes, it works, sometimes not with this error.. I tried to restart mysql but doesn't work

    I checked the disk usage by using df -h and i have
    Code:
    udev               7,9G       0  7,9G   0% /dev
    tmpfs              1,6G    179M  1,4G  12% /run
    /dev/md3            20G     19G     0 100% /
    tmpfs              7,9G       0  7,9G   0% /dev/shm
    tmpfs              5,0M    4,0K  5,0M   1% /run/lock
    tmpfs              7,9G       0  7,9G   0% /sys/fs/cgroup
    /dev/md2           487M     30M  429M   7% /boot
    /dev/md4           1,8T     68M  1,7T   1% /home
    
    I think, there is something wrong with md3 ... I don't understand, can you explain me, and how can i fix this please ?
    Thanks !
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Your root filesystem is full. The first step is to get some free space there. Check if there are large files in /tmp which can be deleted and you should consider deleting some old log files in /var/log to get some free space.

    Your largest partition is /home, but it is not used. Is this an ISPConfig system?
     
  3. AlexisC

    AlexisC New Member

    Ok, after deleting log it's ok but not perfect. I'm at 80%

    yes of course its an ISP config system. How can i add more space for the root filesystem ?
    Or How can I remove /home partition for add every space in / partition used for ispconfig ?

    Sorry, i'm very bad in that...
     
    Last edited: Dec 17, 2018
  4. till

    till Super Moderator Staff Member ISPConfig Developer

  5. AlexisC

    AlexisC New Member

    Thank you !
    Nothing to change in ISPconfig ? In configuration / Web i have path to /var

    Thanks again till
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Nothing to be changed in ISPConfig, the paths remain at /var
     
  7. AlexisC

    AlexisC New Member

    Thanks again, everything works
     

Share This Page