- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem mounting filesystem over NFS
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
12-18-2001 02:25 AM
12-18-2001 02:25 AM
Problem mounting filesystem over NFS
I try to mount a remote filesystem on my HP
server. I get the following error message
mount: ns03421 server not responding: RPC_PROG_NOT_REGISTERED
Does anyone know what this means.
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 02:29 AM
12-18-2001 02:29 AM
Re: Problem mounting filesystem over NFS
NFSD should register itself with the RPC deamon when starting up:
check out man rcpinfo for details.
Stopping and starting NFS will be the fastest way to resolv your problem.
(/sbin/init.d/nfs.server stop/start)
regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 02:33 AM
12-18-2001 02:33 AM
Re: Problem mounting filesystem over NFS
Then
/sbin/init.d/nfs.server start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 05:46 AM
12-18-2001 05:46 AM
Re: Problem mounting filesystem over NFS
Try this link,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=74e752830e6573a9cf/screen=ckiDisplayDocument?docId=200000007948495
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 01:39 PM
12-20-2001 01:39 PM
Re: Problem mounting filesystem over NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 01:56 PM
12-20-2001 01:56 PM
Re: Problem mounting filesystem over NFS
The following lines must be added to the /etc/inetd.conf file on the
NFS server:
rpc dgram udp wait root /usr/etc/rpc.rstatd 100001 1-3 rpc.rstatd
rpc dgram udp wait root /usr/etc/rpc.rusersd 100002 1-2 rpc.rusersd
rpc dgram udp wait root /usr/etc/rpc.mountd 100005 1 rpc.mountd -e
rpc dgram udp wait root /usr/etc/rpc.rwalld 100008 1 rpc.rwalld
rpc dgram udp wait root /usr/etc/rpc.sprayd 100012 1 rpc.sprayd
Once these lines are added, inetd(1M) must be restarted by typing:
/etc/inetd -c
SW