Plesk for Linux
kb: technical
ABT: Group B
Applicable to:
- Plesk for Linux
Symptoms
Plesk update fails with the following error:
ERROR: Components and product validation detected at least one important issue:
Available disk space check
There is not enough disk space available in the / directory. You need to free up 164.1 MB.
Cause
There is not enough free space in
/
or
/tmp
directories to perform an upgrade.
Resolution
-
Connect to the server via SSH;
-
Verify that there is enough free disk space in the / directory and 3GB of free disk space in the /tmp directory:
# df -h /tmp
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 200G 100G 100G 50% /tmp
# df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 376G 101G 275G 27% /
If there is not enough disk space, consider resizing the partitions or deleting unnecessary files, for example, temporary ones.
Comments
7 comments
Hello,
I have tried this approach, but I keep getting this error even after deleting everything from tmp/ folder in my root server location:
Could you please send me df -h output? I gues that thre is no space on the partition where /tmp is mounted.
Here is the output. Thanks for your help Lev.
Hello @Dan!
Thanks for sharing the screenshot.
As I can see from the output for /tmp, you have 904 KBytes available and maximum /tmp size is 1 MBuye.
From the resolution section, you may verify that at least 3 Gb are required for /tmp.
You need to increase the size of /tmp partition.
This article may help you to achieve it.
Thanks for your help Ivan.
This article helped me:
https://stackoverflow.com/questions/38367221/increase-tmp-directory-space-in-linux-7-through-terminal/38367620#38367620?newreg=89a4903817a940f098fd3482ea5b5c25
@Dan Galickis
Hello! Thank you for sharing the information. I believe other Pleskians will find it useful.
Thank you Ivan Postnikov and Dan Galickis and @...
Your posts were much appreciated. My issue in accessing Plesk (Error: Zend_Db_Adaptor_Exception:SQLSTATE[HY000] [2002] No such file or directory) is now resolved as a result of reviewing your posts.
Please sign in to leave a comment.