- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bdf and du -sk differ - can I correct it witho...
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
01-12-2005 08:19 AM
01-12-2005 08:19 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 08:22 AM
01-12-2005 08:22 AM
Solutionthe file deleted was still in use by a process. Killing/stopping that process will release the free space.
"fuser /filesystem" might show the process, or else use "lsof".
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 08:28 AM
01-12-2005 08:28 AM
Re: bdf and du -sk differ - can I correct it without a reboot
Was there a process using the file that was deleted. If the process was still running, the space will not be released even though the file was deleted. you have to shutdown the process to get the space back. A reboot would shutdown and restart the process, thus releasing the space.
Do you have lsof on the system. It would help you identify the process that has a file open (if any).
If you don't have lsof downlaod from this link,
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.73/
If you have lsof, try this link from itrc which might help you in identifying the process that may have a deleted file open.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072657091
The itrc doc id is KBRC00008039.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 08:30 AM
01-12-2005 08:30 AM
Re: bdf and du -sk differ - can I correct it without a reboot
Man 2 unlink for a good explanation of what you are seeing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 08:33 AM
01-12-2005 08:33 AM