- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- /tmp is 100% full
Operating System - Linux
1820136
Members
3428
Online
109619
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2008 11:21 PM
тАО06-25-2008 11:21 PM
/tmp is 100% full
Hi,
In our RHEL 4 update 6 Server , the /tmp is showing 100% full even after we deleted everything under the same.
Could you help why this is showing 100% ?
Thanks
Gab
In our RHEL 4 update 6 Server , the /tmp is showing 100% full even after we deleted everything under the same.
Could you help why this is showing 100% ?
Thanks
Gab
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2008 11:39 PM
тАО06-25-2008 11:39 PM
Re: /tmp is 100% full
what is your /tmp size or post your df -h outputs.
what is running on that server?
what is running on that server?
a warrior never quits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2008 03:48 AM
тАО06-26-2008 03:48 AM
Re: /tmp is 100% full
When you deleted the files, some processes were still holding them open. They are no longer visible, but will be deleted only when those processes close the files. This is normal unix-style behaviour.
To find the correct processes, use the lsof command:
lsof +aL1 /tmp
This will identify the processes holding the deleted files on the /tmp filesystem. You can then stop and restart those processes (or otherwise make the processes close their files) to get the disk space freed.
For the future:
Before deleting large files from /tmp, use the "fuser" command to see if any process is still using them.
MK
To find the correct processes, use the lsof command:
lsof +aL1 /tmp
This will identify the processes holding the deleted files on the /tmp filesystem. You can then stop and restart those processes (or otherwise make the processes close their files) to get the disk space freed.
For the future:
Before deleting large files from /tmp, use the "fuser" command to see if any process is still using them.
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2008 06:02 AM
тАО06-26-2008 06:02 AM
Re: /tmp is 100% full
Matti is correct. With lsof, you can see a deleted file which space is not reclaimed yet because the process has the file open.
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
java 7699 oas 22u REG 253,1 856117248 59 /tmp/dat000407699 (deleted)
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
java 7699 oas 22u REG 253,1 856117248 59 /tmp/dat000407699 (deleted)
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP