- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "rpc.mountd" 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
06-04-2003 06:07 AM
06-04-2003 06:07 AM
"rpc.mountd" problem
We are using HPUX-11.0 on L-class m/c. The NFS server service "rpc.mountd" gets killed whenever a client system tries to access the system. At this time any NFS related command will give the following error:
"RPC: Program not registered"
Can anyone give some clues as to why this is happening. The strange thingis, this m/c was working fine for almost 2 years.
Thanks & Regards,
Ramesh.K.R.
HP-ISO
Bangalore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:13 AM
06-04-2003 06:13 AM
Re: "rpc.mountd" problem
# /sbin/init.d/nfs.client stop/start
# /sbin/init.d/nfs.server stop/start
Check the nfsconf file in /etc/rc.config.d too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:16 AM
06-04-2003 06:16 AM
Re: "rpc.mountd" problem
by chance you recently installed a new MCSG version ?
I knew there are some problems with the latest release.
You may need the latest patches of MCSG ... and check your NFS patches too!
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:18 AM
06-04-2003 06:18 AM
Re: "rpc.mountd" problem
Did you check the NFS configuration /etc/rc.config.d/nfsconf
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=4
NUM_NFSIOD=4
PCNFS_SERVER=0
Then
# /sbin/init.d/nfs.core start
# /sbin/init.d/nfs.server start
# /sbin/init.d/nfs.client start
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:40 AM
06-04-2003 06:40 AM
Re: "rpc.mountd" problem
Sorry to have bothered you....
The culprit was "/etc/nsswitch.conf". We had recently put unwanted entries there. Now it is a very simple file with "hosts :dns" & he is fine.............
Ramesh.K.R.