- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rpc daemon fails on start up
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-17-2001 09:06 AM
05-17-2001 09:06 AM
rpc daemon fails on start up
# ps -ef | grep rpcd
root 2761 2212 2 08:18:02 pts/0 0:00 grep rpcd
# ps -ef | grep rpc
root 803 1 0 13:49:58 ? 0:00 /usr/sbin/rpcbind
root 874 1 0 13:50:00 ? 0:00 /usr/sbin/rpc.lockd
root 868 1 0 13:50:00 ? 0:00 /usr/sbin/rpc.statd
root 1703 1 0 13:51:53 ? 0:00 /usr/sbin/rpc.mountd
root 2763 2212 1 08:18:11 pts/0 0:00 grep rpc
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 10:38 AM
05-17-2001 10:38 AM
Re: rpc daemon fails on start up
stop all nfs deamons and ncs
then stop inetd
start nfs.core..to start the rpcbind/portmapper..this must be started before inetd..then start inetd..then start the nfs.client/server scripts
and then ncs..read through the ncs script for details...(this is on 10.20 anyway)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 01:23 PM
05-17-2001 01:23 PM
Re: rpc daemon fails on start up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 01:38 PM
05-17-2001 01:38 PM
Re: rpc daemon fails on start up
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.core stop
/sbin/init.d/inetd stop
/sbin/init.d/nfs.core start
/sbin/init.d/inetd start
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 01:50 PM
05-18-2001 01:50 PM