• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Both Plesk and Plesk services need sufficient disk space to operate properly

maxfreeman077

New Pleskian
Server operating system version
Ubuntu 20.04 x64
Plesk version and microupdate number
Ubuntu 20.04 x64
Both Plesk and Plesk services need sufficient disk space to operate properly. If you have run out of free disk space on the disk where Plesk is installed, try freeing some up.
DiskFree disk space
/dev/vda1 on /0.00 B of 239.93 GB total

Please any help on how to fix this issue using SSH will be greatly appreciated.
I'm new to plesk and I am unfamiliar with this issue. I have searched the web for possible solutions but I didn't seem to find any. Please help me

Thanks & Regards
 
Last edited by a moderator:
I understand that you have run out of disk space and that you are asking how to identify the folders where unnecessary files are located that you can remove to free disk space. If this is what you are asking, you can try to first run
# du -hs * | sort -h | less
to get a list of folders that is sorted by disk space occupation so that you can easily find the ones where most disk space is being used for. If you need to free disk space asap you could also look into /var/log for large log files that you might be able to rotate or remove immediately. If your /tmp folder is not on a separate partition, it might have some files in it that can be removed, too (but be careful as this could also disturb running scripts). Finally, you could check if locally stored backups that were created by Plesk occupy space. You could remove backup archives to free disk space. The Plesk backup storage is specified by the DUMP_D variable defined in the /etc/psa/psa.conf configuration file. The default location is /var/lib/psa/dumps.
 
Hello,
Thanks for trying to assist me. I tried typing the command but still couldn't fix the issue. Can I please provide you my Plesk login details so you help me fix the issue?

Thanks & Regards
I understand that you have run out of disk space and that you are asking how to identify the folders where unnecessary files are located that you can remove to free disk space. If this is what you are asking, you can try to first run
# du -hs * | sort -h | less
to get a list of folders that is sorted by disk space occupation so that you can easily find the ones where most disk space is being used for. If you need to free disk space asap you could also look into /var/log for large log files that you might be able to rotate or remove immediately. If your /tmp folder is not on a separate partition, it might have some files in it that can be removed, too (but be careful as this could also disturb running scripts). Finally, you could check if locally stored backups that were created by Plesk occupy space. You could remove backup archives to free disk space. The Plesk backup storage is specified by the DUMP_D variable defined in the /etc/psa/psa.conf configuration file. The default location is /var/lib/psa/dumps.
 
I am sorry, but I do not provide individual support. The "du" command should be available in any Linux distribution, so should the "sort" and "less". If you are unsure about using the Linux console, you may need to contact a professional administrator for servers. Maybe your hosting company can also assist you with this.
 
I am sorry, but I do not provide individual support. The "du" command should be available in any Linux distribution, so should the "sort" and "less". If you are unsure about using the Linux console, you may need to contact a professional administrator for servers. Maybe your hosting company can also assist you with this.
Hello,
Please can you provide me a step by step process of how to delete all files that is consuming the space?
I'm sorry, but I'm new to plesk and ssh commands that's why it is difficult for me. But If i get a step by step guidance, I guess I'll get everything fixed.

Thanks
 
Back
Top