How to increase /tmp filesystem

Share

Posted on the December 22nd, 2010 under Linux,Open Source,UNIX by akuadi

No Gravatar

Did you facing the issues with the filesystem in Centos server especially /tmp full. For the webhosting company this /tmp is very important. If your server is install with the Cpanel please follow this method to increase the filesystem.

(Changes the value of  fs size to > 102400 or more) >>  vi /scripts/securetmp

akuadi@server1 [~]#vi /scripts/securetmp
akuadi@server1 [~]#service mysql stop
akuadi@server1 [~]#service httpd stop
akuadi@server1 [~]#umount /var/tmp
akuadi@server1 [~]#umount /tmp
akuadi@server1 [~]#rm -rf /usr/tmpDSK
akuadi@server1 [~]#/scripts/securetmp –auto
akuadi@server1 [~]#service mysql start
akuadi@server1 [~]#service httpd start
akuadi@server1 [~]#df -h

Share
Malaysia Web Hosting

3 Responses to 'How to increase /tmp filesystem'

  1. January 19, 2011 at 11:02 AM
    Antonetta Paarmann
  2. November 24, 2011 at 9:40 AM
    a103309
  3. December 16, 2011 at 6:13 AM
    Maida Whinnery

Leave a Reply




XHTML::
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>