Status
Not open for further replies.

EnCiPh3r

Banned
Banned
2,499
2009
244
0
How to Clear it?

What is it?
[SLIDE]http://screensnapr.com/e/VdPnxA.jpg[/SLIDE]

and

Does that affect the speed of my server

[SLIDE]http://screensnapr.com/e/4jwFxR.jpg[/SLIDE]
 
10 comments
/dev/sda5 is mounted at '/'. Since that's not set to grow, but instead your actual data storage is mounted at /home and /home2, I would not worry. But, check your '/' area for any files that might be using up that space and delete the unnecessary ones.
 
/dev/sda5 is mounted at '/'. Since that's not set to grow, but instead your actual data storage is mounted at /home and /home2, I would not worry. But, check your '/' area for any files that might be using up that space and delete the unnecessary ones.

Actually The Server became so slow and i have been getting messeges from WHM

Code:
 Sorry for the inconvenience!

The filesystem mounted at / on this server is running out of disk space. cPanel operations have been temporarily suspended to prevent something bad from happening. Please ask your system admin to remove any files not in use on that partition.
 
i did that but everything i see seems important
JRsSIH.jpg
 
Check your log sizes, this WHM module can rotate them for you

PHP:
LogView Installation  
Login to your server as a root user
wget http://www.logview.org/logview-install
chmod +x logview-install
./logview-install
 
Check your /backup directory - if you have remote backups, ior /backup is mounted over NFS.

Just enter these commands:
screen

du -hs /*

This will do the disk usage in screen for your whole server and you can check the server then.
To exit screen just press Ctrl+A+D
To enter screen again just type screen -r (or screen -dr )

Also, you can hit me up if you need further assistance trough SSH, I'd be glad to help.
 
(Sorry for double posting can't edit previous post).

WHM logs, along with Apace logs are in /usr - cPanel logs /usr/local/cpanel/logs/ , Apache /usr/local/apache/logs/ - his /usr is mounted on a separate partition from /.
So no need for log rotate. Most problems cause Apache DOM logs that can grow to several GBs if DOM log clearing isn't enabled in WHM when stats are run.
 
Status
Not open for further replies.
Back
Top