Wednesday, June 24, 2009

/tmp directory full by mysql

If you experience this kind of things, please do the following steps:

1. Run ‘lsof +L1’

2. Determine PID of which process/file that consume the largest disk usage

3. Run ‘ps -ef | grep xxx” (xxx=PID)

4. Restart the services that output from command no 3

5. If the problem still happen, reboot it. /tmp will be cleared after reboot

No comments:

Post a Comment