• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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