resize /tmp partition

Here are the steps for resizing /tmp in cpanel. Execute the following commands so that /tmp is freed with resources..


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

umount /tmp

If it’s still coming up busy, you need to find out what processes have files open on it:

lsof | grep /tmp

You’ll need to kill off any processes listed. When you’re done, restart the services you killed and:

umount /var/tmp

umount /tmp

replace “256000″ “512000″ — /scripts/securetmp

rm /usr/tmpDSK

/scripts/securetmp

cd /tmp

ln -s /var/lib/mysql/mysql.sock

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

  • 0 Χρήστες που βρήκαν το παρόν κατατοπιστικό
Η απάντηση ήταν κατατοπιστική?

Σχετικά άρθρα

OpenVZ basic commands

Following are some important commands which are normally used while working on a Hardware...

Howto List existing VPS

SSH to the master server and run the following command:/usr/sbin/vzlist -aThe -a switch tells the...

Install shoutcast server on CentOS server

Shoutcast is a free-of-charge audio homesteading solution. It permits anyone on the internet to...

How to integrate XCache into PHP5 on a Fedora 8 or CentOS 5.1 system (with Apache2)

From the XCache project page: “XCache is a fast, stable PHP opcode cacher that has been...

Setup VNC server on VPS

We will discuss  setting up your VPS as a VNC server and using a client from your Windows...