Portal Home > Knowledgebase > Cpanel / WHM > Increase /tmp Partition


Increase /tmp Partition




Increase /tmp Partition

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
replace "256000" "512000" -- /scripts/securetmp
/scripts/securetmp

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

Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Parked Domains (Views: 1831)
Copy / Transfer Accounts (Views: 1644)
Common Paths (Views: 2063)
Upgrade Perl (Views: 1052)