I know this is a lot to ask but I am in need of some fast help. If anyone has a step by step guide?
I need to re-size my tmp partition because it is kind of small and it is filling up.
From all of the searching I have done I have also come to believe that I may have a corrupt usr/tmpDSK and would like to delete and repair this first.
The problem I am having is my tmp directory is filling up to fast and I have been doing all I can to keep it down but each day it just keeps getting bigger. I have tried to follow so many tutorials but it seems many of the SSH commands just don't work. An example would be from one tutorial:
Quote:
1. Unmount and Mount
service chkservd stop
service httpd stop
service mysql stop
unmount /tmp (not sure about this one)
rm -rf /usr/tmpDSK
/scripts/securetmp
service httpd start
service mysql start
service chkservd start
check if /var/tmp shows up in df, if it does, umount that as well).
2. Delete /usr/tmpDSK
3. Run /scripts/securetmp
|
But none of the service commands work for my server so I believe this to be an old tutorial. However I have found that my server would use these commands:
Quote:
1. Cpanel chkservd
/etc/rc.d/init.d/chkservd stop
/etc/rc.d/init.d/chkservd start
|
And they work fine.
I am running:
PHP 5.2.6
MySQL 5.0.51a-community-log
Apache version2.2.9 (Unix)
The /tmp size right now is 485M and I would like to bring it up to at least 1G.
I am not sure what other information you might need.
|