- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bdf hangs.
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
11-26-2007 12:17 PM
11-26-2007 12:17 PM
bdf hangs.
It does list all the disk space but it does not return control.
If i do bdf -l, it works.
Generally the system is running relatively slower.
Let me know if you have any clue as to why this may be happening.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 12:41 PM
11-26-2007 12:41 PM
Re: bdf hangs.
If that is true, then you need to make your NFS mounted filesystems available again for them to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 01:21 PM
11-26-2007 01:21 PM
Re: bdf hangs.
Check for your NFS, unmount and then re-mount, and restart the NFS service if necessary.
Regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 01:33 PM
11-26-2007 01:33 PM
Re: bdf hangs.
#bdf -l
-l Display information for local file systems only (for example, HFS and CDFS file systems).
It is likely your NFS mount not working properly, you have to check that.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 04:23 AM
11-27-2007 04:23 AM
Re: bdf hangs.
How do i check if NFS mount is working properly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 04:44 AM
11-27-2007 04:44 AM
Re: bdf hangs.
The /etc/mnttab file will have details of nfs mounted directory. This will only be cleared due to unmount or reboot of server. Normally, the remote machine name will be present in /etc/mnttab.
If you have problem from client side, where bdf hangs.
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
might possibly clear the mount point. After which you might want to manually mount it or possible re-boot of client clears entry in /etc/mnttab.
Thanks,
Srikanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 06:54 AM
11-27-2007 06:54 AM
Re: bdf hangs.
Will give you NFS timeout information.
The command: mount
Will give you the information about the mount points you have to look for.
Make sure that the server serving the nfs is op and running the mount command will you its name. Ether you have a server/netcard down or some change to the network on the server or directly on the network.
If the serving server has a problem fix that first. After that you could if necessary restart you nfs client:
cd /sbin/init.d
./nfs.client stop
./nfs.client start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 04:15 PM
11-28-2007 04:15 PM
Re: bdf hangs.
When running the 'bdf' command it reads the entry in /etc/fstab file and show.
If any mount points defined in /etc/fstab failed to mount it can happen to hang the bdf command
please check the fstab entry then enter the command
mount -a
if it shows error then chek your LUN's or disks etc.
Jeesun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 11:14 AM
11-30-2007 11:14 AM
Re: bdf hangs.
This fixed the problem.
--
The input all of you provided to my thread was vbery useful. I could not have resolved this with this forums help.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 11:15 AM
11-30-2007 11:15 AM