• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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