- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS Problem
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
07-21-2004 11:18 PM
07-21-2004 11:18 PM
NFS Problem
I have following problem, there was network failure and nfs between two servers is comming down, On one side (NFS server i have restart all nfs processes but, on client side there is no possibility to restart nfs.client or umount nfs filesystem ( there is a hard mount ), I have tried to kill rpc.statd, rpc.lockd and delete /var/statmon/state and /var/statmon/sm but without success.
Important is that this is production server and I cannot reboot.
Thanks for response
Best regards.
Frantisek.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 11:30 PM
07-21-2004 11:30 PM
Re: NFS Problem
Run lsof(list open files tool) on nfs mount point on client. Kill all related process.
You should be fine after this.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 11:35 PM
07-21-2004 11:35 PM
Re: NFS Problem
Have you tried to issue a force unmount on the client side. I would think that it might help as it unmounts irrespective of any open files. I would certainly give it a try
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 11:45 PM
07-21-2004 11:45 PM
Re: NFS Problem
Have you tried identifying the running processes by ps -aef and
kill those by fuser -ku ( carefully )
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 12:21 AM
07-22-2004 12:21 AM
Re: NFS Problem
lsof i dont have instaled but a have used glance.
Any trial to kill some process that use NFS without success.
Frantisek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 12:30 AM
07-22-2004 12:30 AM
Re: NFS Problem
I know you have tried maximum possibilities.
Please try this also..and revert
#fuser -uck /
Where
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 12:43 AM
07-22-2004 12:43 AM
Re: NFS Problem
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 01:10 AM
07-22-2004 01:10 AM
Re: NFS Problem
Thanks.
Best Regards.
Frantisek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 01:18 AM
07-22-2004 01:18 AM
Re: NFS Problem
Regards
Frantisek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 02:08 AM
07-23-2004 02:08 AM
Re: NFS Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 07:03 AM - last edited on 06-23-2021 04:29 AM by Ramya_Heera
07-23-2004 07:03 AM - last edited on 06-23-2021 04:29 AM by Ramya_Heera
Re: NFS Problem
Hi Frantisek,
There currently is no way to forcibly unmount a hung or stale NFS filesystem via the unmount command. However, we will be adding support for this feature soon in the upcoming 11i v2 update 2 (aka 11i v2 0409) release, where we will add a "forcible" option to the unmount command. This will allow you to forcibly unmount a hung or stale NFS filesystem without having to reboot the client.
In the mean time, I've written a white paper that discusses ways of getting hung or stale NFS filesystems to unmount. If your interested it's available at: http://docs.hp.com/hpux/onlinedocs/3929/ForciblyUnmountingNFSFilesystems.pdf.
Also, I would strongly advise against *ever* removing entries from the /var/statmon/sm directory. These entries are used by rpc.lockd/statd to keep track of which remote systems are performing file locks with the local system. Removing these entries can actually *cause* file lock stops responding to occur. If you are interested in the details let me know and I'd be happy to explain how.
Best of luck,
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
07-23-2004 06:37 PM
07-23-2004 06:37 PM
Re: NFS Problem
http://docs.hp.com/hpux/onlinedocs/3929/ForciblyUnmountingNFSFilesystems.pdf
Sorry about that.
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
07-24-2004 05:41 AM
07-24-2004 05:41 AM
Re: NFS Problem
Bill Hassell, sysadmin