Hello,
Often working with WHM control panel in the process of adding account, you may encounter with this unusual error message
"/usr partition 100 % full" restricting you to proceed.
Simplest solution on this would be to check the size of error_logs and access_logs on your Linux server. and if found full, make them empty by using following commands,
Quote:
#cd /usr/local/apache/logs
#ls -sh error_logs
#ls -sh access_logs
|
Look for its size in GB on error_logs and access_logs
Quote:
#echo > error_logs
#echo > access_logs
|
You must also look for
/usr/local/apache/htdocs as you may find some sort unnecessary compresed tar.gz files under it.
Also need to check
/usr/local/apache/domlogs/ as some large log files of heavy traffic websites error logs can consume the space,
Regards,
Stuart.
