• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Not enough disk space

ErikLo

New Pleskian
Hello,

I get the message "not enough disk space"
I'm not using more then 500 MB en my is disk space is 50 GB.
In the attachment you see what's going on.
Can anyone help me to resolve this?

Thanks in advance.

Regards,
Erik
 

Attachments

  • Hard Disk Usage.png
    Hard Disk Usage.png
    64.9 KB · Views: 16
The disc usage in the image is for the designated partitions ...(and not necessarily the entire HDD). Solution would be to increase disc space usage on those respective partitions...
 
Thanks for your reply.

My designated partition is 50 GB and i'm only hosting a very small website at this moment so it looks strange to me that i'm using 47,419.69 MB
 
That is very possible especially if you have a problem with log-rotation on your server. Start by looking at your logs and measuring how much storage they occupy on the server.

You can get all storage of log files (sorted from biggest to smallest) with the command below:

Code:
du -h /var/log/* | sort -h -r
 
Hello,

Yes, You will have the size of unwanted logs files, I will suggest you please check your HTTP loges file size.


Code:
    Global Access and Error logs: /var/log/httpd/
    Domain logs: /var/www/vhosts/<domain>/logs

Also please check : http://kb.parallels.com/en/111283
 
Back
Top