Hello there,
today when i was checking the server status ,i found that the Disk hda2 (/) DMA+ is 85%
and Disk hda6 (/usr) DMA+ is 84%
i searched for any files that can cause this issue but invain
any ideas about that?
thx in advance![]()
Hello there,
today when i was checking the server status ,i found that the Disk hda2 (/) DMA+ is 85%
and Disk hda6 (/usr) DMA+ is 84%
i searched for any files that can cause this issue but invain
any ideas about that?
thx in advance![]()
If you don't know what you're doing, I would suggest that you hire a server administrator to look for you.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
do this:
empty /usr/local/apache/logs/access_log
empty /usr/local/apache/logs/error_log
empty /usr/local/cpanel/logs/access_log
empty /usr/local/cpanel/logs/error_log
cd /usr/local/apache
rm -fr domlogs
mkdir domlogs
chmod 755 domlogs
/scripts/initsslhttpd or /usr/local/apache/bin/apachectl restart
that should clear a lot of the junk out.