- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bdf vs df -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
09-20-2001 05:07 AM
09-20-2001 05:07 AM
They are close to each other but my DBA's want exact numbers.
Thanks,
Jason Berendsen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 05:10 AM
09-20-2001 05:10 AM
Re: bdf vs df -k
Could you give an example of what you mean?
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 05:21 AM
09-20-2001 05:21 AM
SolutionHave a look at:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x81ac72234586d5118ff00090279cd0f9,00.html
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 05:27 AM
09-20-2001 05:27 AM
Re: bdf vs df -k
See the commentary in this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x81ac72234586d5118ff00090279cd0f9,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 05:57 AM
09-20-2001 05:57 AM
Re: bdf vs df -k
Sometimes the difference occurs if some process is accessing a file that has been deleted or modified.
bdf gives the correct status in such a case.
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 06:03 AM
09-20-2001 06:03 AM
Re: bdf vs df -k
the 2nd column of bdf output shows the total no of blocks allocated to that LV. you can confirm the same using the No of MByes of lvdisplay output multiplied by the extent size, normally 4MB. This multiplied by 1024 will give you the total no of block allocated to this LV and it matches the 2nd column of the bdf output. The remaining two columns of bdf output shown the no of block in use and the no of blocks free, a sum of which does not match the total no of block allocated, but it matches the output of the "df -k" command for this LV.
This shows that there are system overheads which are not shown in the "df -k" output, but they are shown in the bdf output. So my opinion is bdf gives a more reliable output.
Hope this helps.
Thanks