- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS program unregistered
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
06-22-2006 01:02 AM
06-22-2006 01:02 AM
NFS program unregistered
Investigation with 'rpcinfo' revealed that the UDP and TCP nfs programs were no longer registered with 'rpcbind': Starting some additional 'nfsd' processes re-registered the UDP program and client mounts could then proceed.
What circumstances might cause a running 'rpcbind'
to "forget" about a previously registered program?
I'm running ONC patch level PHNE_34293.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 01:13 AM
06-22-2006 01:13 AM
Re: NFS program unregistered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 01:27 AM
06-22-2006 01:27 AM
Re: NFS program unregistered
killed and restarted..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 02:20 AM
06-22-2006 02:20 AM
Re: NFS program unregistered
this should not happen automatically. It is possible to drop rpc services manually quite easy, though. The owner (who can do this) of the nfs service is root, so the number of people should be very limited:
rpcinfo -d service version
Shutting down the nfs via the rc-script should have the same effect.
Check if someone 'optimized' nfsd requests or tried to shutdown NFS.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2006 11:48 PM
06-25-2006 11:48 PM
Re: NFS program unregistered
so 'rpcinfo' -d seems to be the only other sanctioned
mechanism for un-registering the nfs
programs - though I couldn't find instances of such usage
in relation to my reported incident.
Attempts to remotely unregister programs;
using a forged 'pmap_unset' UDP packet, failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 09:22 PM
06-26-2006 09:22 PM
Re: NFS program unregistered
of the unregister nfs request to 'rpcbind'.