- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- BDF not showing correct sizes
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-05-2006 03:47 AM
01-05-2006 03:47 AM
BDF not showing correct sizes
286720000 152782296 132891392
53% /u07/oracle/oradata/agvte
This file system above is 286 Gb, I am in the process of doing a db restore through Data Pro. The bdf says its using 152 Gb. Thing is, I know its only done like 12Gb... du -sk shows up wrong amount along with this bdf. Any ideas? There are no hidden files and no procs running with the old files in the file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 04:00 AM
01-05-2006 04:00 AM
Re: BDF not showing correct sizes
Use fuser -cu /u07/oracle/oradata/agvte to see the process associated with . If you are sure you have enough free space that is not refelcted in bdf o/p .
Unmount the file system and Mount it back .
Can use fuser -ku /u07/oracle/oradata/agvte
to kill the process associated while unmounting .
thx,
bl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 04:00 AM
01-05-2006 04:00 AM
Re: BDF not showing correct sizes
Databases often contain "sparse" files. Depending on the restoration method, sparse files can be inflated (null padded) such that they are no longer sparse. This could be the cause of your observation.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 04:03 AM
01-05-2006 04:03 AM
Re: BDF not showing correct sizes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 08:59 PM
01-05-2006 08:59 PM
Re: BDF not showing correct sizes
The bdf collects the filesystem size by checking the inodes information. when you delete a file/log and the file is locked by a process like syslogd/application which continously updates the file, the kernal does not release the inodes immediately and hence bdf will not show the released space. The only way out is to find the process locking the files and kill them use the uli script I have given and find the process locking the file and kill the process.
#chmod 777 uli.sh
#sh ./uli.sh
#./uli
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 09:01 PM
01-05-2006 09:01 PM
Re: BDF not showing correct sizes
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 01:19 AM
01-06-2006 01:19 AM
Re: BDF not showing correct sizes
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14267
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14267
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=433948
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 04:12 AM
01-11-2006 04:12 AM