- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bdf output differs from du -k
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
03-13-2003 08:11 AM
03-13-2003 08:11 AM
When a bdf is run on the filesystem that used to host the dbf file, the result shows that 2.1GB is used. When a du -k is run against the same filesystem, it shows approximately 4.3MB of space used.
I've heard of this happening before (Oracle "reserves" filesystem space even if it's not using it), but have never actually encountered it. Any explanations/ideas as to why this happened and how to resolve it?
Any input would be appreciated! Thanks in advance... :)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 08:14 AM
03-13-2003 08:14 AM
Re: bdf output differs from du -k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 08:15 AM
03-13-2003 08:15 AM
SolutionExactly what happened in your case. The space will only be freed when the process ends, is halted or terminated.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 08:19 AM
03-13-2003 08:19 AM
Re: bdf output differs from du -k
You can locate the process which has the file reserved with lsof. Killing that process will return the reserved space. ISTR that fuser will also locate the proces that has the the open file.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 08:56 AM
03-13-2003 08:56 AM
Re: bdf output differs from du -k
After working with the DBAs, we arrived at same conclusion as all of you did: Oracle still has the space reserved and the only way to release it would be to bounce the database.
Thanks again! 8^)