- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Recover / space
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
12-06-2004 06:44 AM
12-06-2004 06:44 AM
Thanks
Scott
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 06:49 AM
12-06-2004 06:49 AM
Re: Recover / space
Unfortunately, until the process holding the log file open is closed, the space will not be released. Can you restart whatever service or application is using this log?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 06:54 AM
12-06-2004 06:54 AM
Re: Recover / space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:07 AM
12-06-2004 07:07 AM
Re: Recover / space
Use lsof to identify the process that is probably holding the file open in the / filesystem even though the file was deleted.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072657091
The itrc doc id is KBRC00008039.
To download lsof if you don't have it already, try
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.73/
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:24 AM
12-06-2004 07:24 AM
Re: Recover / space
On some machines, /tmp uses the same disk space as /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:31 AM
12-06-2004 07:31 AM
Re: Recover / space
My uneducated assumption would be I would see / decrease and /tmp increase even if they were on the same disk. They are a part of the same vg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 09:02 AM
12-06-2004 09:02 AM
SolutionSanjay is right too on the method, but as you deleted the file, you may have a hard time telling lsof which file to look at. So can you post your rc script to see if any other process uses this file ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 05:40 PM
12-06-2004 05:40 PM
Re: Recover / space
# lsof +aL1 /
+L shows link count
+L
+L1 shows files with link count = 0 (< 1), i.e. unlinked files