increase tmp size

S

Secret Agent

Guest
I ran /scripts/securetmp a while ago. My /tmp partition is now 485MB. I need to increase to 1GB or 2GB. It won't work using the method below which worked fine many times before.

edit /etc/rc.local and remove the "/scripts/securetmp --auto" line.

service chkservd stop
service httpd stop
service mysql stop
service postgresql stop

umount /var/tmp

lsof | grep /tmp

umount /tmp
rm /usr/tmpDSK
/scripts/updatenow
replace "256000" "512000" -- /scripts/securetmp
/scripts/securetmp

service postgresql start
service mysql start
service httpd start
service chkservd start

Anyone know why this would not work? I did not get any errors and its still 485MB. I even rebooted and tried again.