- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: what's wrong with the bdf?
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-21-2006 04:59 PM
03-21-2006 04:59 PM
I got different value of the size of /data volumn, when I use 'dbf' and 'du -sk' separately.
here goes the results.
---------------------------------------------
%bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg_data/lv_data
227278848 147486304 79169240 65% /data
%du -sk /data
75148424 /data
-----------------------------------------------
now you see, the 'used' value that generated by dbf is much larger than 'du -sk'.
which one is the right one? how should I deal with it?
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:02 PM
03-21-2006 05:02 PM
SolutionYou can try with "sync" to syncronize any recent changes happened to the file system and try to run again.
You can check this thread for more explanation
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=883822
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:03 PM
03-21-2006 05:03 PM
Re: what's wrong with the bdf?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=143084
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:05 PM
03-21-2006 05:05 PM
Re: what's wrong with the bdf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:23 PM
03-21-2006 05:23 PM
Re: what's wrong with the bdf?
Nothing is wrong with either du or bdf.
bdf will not show space from deleted files as available until any processes that have open handles on these files are terminated.
A reboot will make the results consistent, as will a killing of proceses listed on this command:
fuser -cu /data
Add the k parameter to the above command at your own risk and fuser will kill them. Be careful, its a really good way to bring down a production system.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:50 PM
03-21-2006 05:50 PM
Re: what's wrong with the bdf?
--------------------------------------------
# ps -ef|grep 873|more|grep -v grep
root 873 772 0 Mar 16 ? 0:55 /opt/omni/lbin/vbda -bmaname drive1 -type 2 -start 1142460074 -
root 874 873 0 Mar 16 ? 1:15 /opt/omni/lbin/vbda -bmaname drive1 -type 2 -start 1142460074 -
---------------------------------------------
what's vbda? there's no man manual for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:50 PM
03-21-2006 05:50 PM
Re: what's wrong with the bdf?
# fuser -cu /data
/data: 873o(root)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:55 PM
03-21-2006 05:55 PM
Re: what's wrong with the bdf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 05:58 PM
03-21-2006 05:58 PM
Re: what's wrong with the bdf?
/opt/omni/lbin/vbda is a backup session from HP OpenView Storage Data Protector. It looks like the session is hanging (March 16). Check your data protector logfiles for errors on that date.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 06:21 PM
03-21-2006 06:21 PM
Re: what's wrong with the bdf?
a backup is most probably in progress, to check check this, please run:
omnidb -session
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 06:31 PM
03-21-2006 06:31 PM
Re: what's wrong with the bdf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 06:33 PM
03-21-2006 06:33 PM