- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server hangs while running bdf command
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
05-08-2007 07:07 PM
05-08-2007 07:07 PM
Server hangs while running bdf command
When ever issuing a bdf command the server hangs. The scenario i that, There was a NFS mount file system in the server and the server where NFS file system was exported is no more.
The entries are there in the fstab and mnnttab. We have tried commenting the entry from fstab and tried again but it didn't help. We have renamed the mnnttab and ran mount -a. But still the entries are there in the mnnttab.
Pls help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 07:13 PM
05-08-2007 07:13 PM
Re: Server hangs while running bdf command
If I am not mistaken, man mount_nfs wil show a "force" option to the umount command, but for the umount to work correctly, you need to complete /etc/mnttab with the NFS filesystem in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 07:17 PM
05-08-2007 07:17 PM
Re: Server hangs while running bdf command
My HP-UX 11i v2 system has :
umount -f
This can be a rather new option, so if you are running HP-UX 11i v1, this option could not be available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 09:15 PM
05-08-2007 09:15 PM
Re: Server hangs while running bdf command
bdf -l should work for local file systems.
What do the below cmds show:
nfsstat
mount -v
showmount -a servername
rpcinfo -p servername
or
try restarting the nfs services
- things to try if you want
remove the old server entry from /etc/hosts (if the default name service is files)
-remove the arp table entry of the old server if it is there (arp -a then arp -d)
- rpcinfo -d prog ver
You said the old server is no more - if it is there you can remove the entry from /etc/xtab, /etc/exportfs and /etc/rmtab from the server.
I am not sure about any latest patches relates to this problem.
The last option you know - wait until the next reboot!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 10:47 PM
05-08-2007 10:47 PM
Re: Server hangs while running bdf command
./nfs.client stop
if you want to start
./nfs.client start
if it gives you the error again stop the server also.
./nfs.server stop
./nfs.server start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 10:50 PM
05-08-2007 10:50 PM
Re: Server hangs while running bdf command
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2007 10:50 PM
05-08-2007 10:50 PM
Re: Server hangs while running bdf command
its just sbin/init.d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 02:28 PM
05-09-2007 02:28 PM
Re: Server hangs while running bdf command
We have tried stopping and starting the nfs client service and removed the server entry from the /etc/hosts. Still the problem is there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 03:55 PM
05-09-2007 03:55 PM
Re: Server hangs while running bdf command
We have taken a scheduled outage and restarted the server and the problem seems to be sorted out now.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2007 10:10 PM
05-09-2007 10:10 PM