- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- BDF timing out
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
08-03-2004 04:55 AM
08-03-2004 04:55 AM
BDF timing out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 05:02 AM
08-03-2004 05:02 AM
Re: BDF timing out
It's my understanding that when bdf is attempting to get the statistics on the filesystem it issues a "sync" on the filesystems to get a stable picture of the available disk space and inode usage. If the disks are completely I/O bound, then the sync issued by bdf will get queued and bdf will block waiting for the sync to complete.
Also, I know that if you have any NFS mounted filesystems on this system and the NFS server is not responding, that will also cause bdf to hang while it waits for a response from the NFS server, assuming the filesystem is mounted with the "hard" option (default).
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 05:04 AM
08-03-2004 05:04 AM
Re: BDF timing out
like bdf /stand etc.
Any nfs mount points??
bdf -l (local FSs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 05:12 AM
08-03-2004 05:12 AM
Re: BDF timing out
bdf usually, eventually returns something if you are patient.
This issue can be triggered also by a stale NFS link. If you have an nfs filesystem mounted and the other server has been booted making the connection stale, bdf will take a long time answering or fail.
bdf will also sometimes fail when a disk goes and a filesystem is mounted.
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
08-03-2004 05:51 AM
08-03-2004 05:51 AM
Re: BDF timing out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 06:23 AM
08-03-2004 06:23 AM
Re: BDF timing out
showmount -ade
show?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 10:05 AM
08-03-2004 10:05 AM
Re: BDF timing out
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 10:27 AM
08-03-2004 10:27 AM
Re: BDF timing out
Also add a high water marker in your script so that once it reports a problem, it will not report the same problem again unless it gets worse.
For dead/dying disks, you'll need to check in syslog for error messages as well as the word "stale" from vgdisplay -v (for all volume groups that have mirrors). For non-mirrored volumes, look for anything coming out of stderr in vgdisplay and lvlnboot -v. Put those tests in your diskspace checker since they are as much of a problem as full filesystems.
Bill Hassell, sysadmin