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-31-2003 11:13 AM
07-31-2003 11:13 AM
rpc ?
rpcinfo: can't contact rpcbind: RPC: Rpcbind failure - RPC: Failed (unspecified error)
I restart the daemon
/sbin/init.d/Rpcd stop
/sbin/init.d/Rpcd start
but still show me the error
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:34 AM
07-31-2003 11:34 AM
Re: rpc ?
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start
Rpcd process is for different purpose.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:39 AM
07-31-2003 11:39 AM
Re: rpc ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:52 AM
07-31-2003 11:52 AM
Re: rpc ?
nfs mount: get_fh: IP:: RPC: Program not registered
nfs mount: get_fh: IP:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /pep after 5 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:57 AM
07-31-2003 11:57 AM
Re: rpc ?
rpc dgram udp wait root /usr/etc/rpc.mountd 100005 1 rpc.mountd
reread inetd
# /etc/inetd -c &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 12:03 PM
07-31-2003 12:03 PM
Re: rpc ?
I dont have this entry.
Is a 11.11
#rpc dgram udp wait root /usr/lib/netsvc/rstat/rpc.rstatd 100001 2-4
rpc.rstatd
#rpc dgram udp wait root /usr/lib/netsvc/rusers/rpc.rusersd 100002 1-2
rpc.rusersd
#rpc dgram udp wait root /usr/lib/netsvc/rwall/rpc.rwalld 100008 1
rpc.rwalld
#rpc dgram udp wait root /usr/sbin/rpc.rquotad 100011 1 rpc.rquotad
#rpc dgram udp wait root /usr/lib/netsvc/spray/rpc.sprayd 100012 1
rpc.sprayd
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 12:29 PM
07-31-2003 12:29 PM
Re: rpc ?
rpc dgram udp wait root /usr/dt/bin/rpc.cmsd 100068 2-5 rpc.cmsd
rpc xti tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.ttd
bserver
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 01:04 PM
07-31-2003 01:04 PM
Re: rpc ?
Then run /sbin/init.d/nfs.core stop and start to start rpcbind.
Once rpcbind is running, then start you nfs.server with nfs.server start. Now when you run rpcinfo -p, you should see mountd and nfs registered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 01:11 PM
07-31-2003 01:11 PM
Re: rpc ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 03:42 PM
07-31-2003 03:42 PM
Re: rpc ?
As others have said use
# /sbin/init.d/nfs.core start to start rpcbind daemon.
For NFS mounts you also need rpc.mountd to be running on the NFS server.
This is started by:
# /sbin/init.d/nfs.server start
Check in /etc/rc.config/nfsconf that
NFS_SERVER=1
START_MOUNTD=1
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 01:07 AM
08-01-2003 01:07 AM
Re: rpc ?
uncomment the rpc protocol from /etc/services & /etc/inetd.conf if it is there then
check the /sbin/init.d/nfs.client service is running or not
if it not then start the client services using
/sbin/init.d/nfs.client start
then check the rpcinfo -p command
if u still face the same problem then
use the following command
and also check the /etc/rpc file
just check for the rpcbind protocol whether it is commented or not
also use the rpcbind -w command to read the /etc/rpc file
thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 07:19 AM
08-01-2003 07:19 AM
Re: rpc ?
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 tcp 64341 status
100024 1 udp 50989 status
100021 1 tcp 64342 nlockmgr
100021 1 udp 50990 nlockmgr
100021 3 tcp 64343 nlockmgr
100021 3 udp 50991 nlockmgr
100021 4 tcp 64344 nlockmgr
100021 4 udp 50992 nlockmgr
100020 1 udp 4045 llockmgr
100020 1 tcp 4045 llockmgr
100021 2 tcp 64345 nlockmgr
100005 1 udp 50995 mountd
100005 3 udp 50995 mountd
100005 1 tcp 64346 mountd
100005 3 tcp 64346 mountd
100003 2 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 udp 2049 nfs
100003 3 tcp 2049 nfs
Check /etc/rc.config/nfsconf that
NFS_SERVER=1
START_MOUNTD=1
root 19328 1 0 12:15:55 ? 0:00 /opt/dce/sbin/rpcd
root 19527 1 0 12:16:39 ? 0:00 /usr/sbin/rpc.lockd
root 19521 1 0 12:16:39 ? 0:00 /usr/sbin/rpc.statd
root 19554 1 0 12:16:39 ? 0:00 /usr/sbin/rpc.mountd
root 19347 1 0 12:16:25 ? 0:00 /usr/sbin/rpcbind
I want to mount a remote fs (NFS)
mount -F nfs acin:/soft /pep
nfs mount: get_fh: acin:: RPC: Program not registered
nfs mount: get_fh: acin:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /pep after 5 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 08:36 AM
08-01-2003 08:36 AM
Re: rpc ?
rpcinfo -p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 09:04 AM
08-01-2003 09:04 AM
Re: rpc ?
root 19328 1 0 12:15:55 ? 0:00 /opt/dce/sbin/rpcd
root 19527 1 0 12:16:39 ? 0:00 /usr/sbin/rpc.lockd
root 19521 1 0 12:16:39 ? 0:00 /usr/sbin/rpc.statd
root 19554 1 0 12:16:39 ? 0:00 /usr/sbin/rpc.mountd
root 19347 1 0 12:16:25 ? 0:00 /usr/sbin/rpcbind
root 20686 20665 0 14:03:39 pts/1 0:00 grep rpc
# ps -ef|grep nfs
root 687 0 0 Jul 23 ? 0:00 nfskd
root 19582 19567 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19569 19567 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19581 19567 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19566 1 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19571 19568 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19572 19567 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19576 19568 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19568 19566 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19567 19566 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19573 19566 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19565 1 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 20694 20665 0 14:03:44 pts/1 0:00 grep nfs
root 19574 19566 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19580 19568 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19577 19568 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19570 19566 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19584 19567 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19575 19566 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19578 19568 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
root 19579 19566 0 12:16:39 ? 0:00 /usr/sbin/nfsd 16
# ps -ef|grep moun
root 19554 1 0 12:16:39 ? 0:00 /usr/sbin/rpc.mountd
All daemons are running
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 09:06 AM
08-01-2003 09:06 AM
Re: rpc ?
do a showmount -e acin
rpcinfo -p acin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 09:45 AM
08-01-2003 09:45 AM
Re: rpc ?
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 tcp 60871 status
100024 1 udp 53477 status
100021 1 tcp 60872 nlockmgr
100021 1 udp 53478 nlockmgr
100021 3 tcp 60873 nlockmgr
100021 3 udp 53479 nlockmgr
100021 4 tcp 60874 nlockmgr
100021 4 udp 53480 nlockmgr
100020 1 udp 4045 llockmgr
100020 1 tcp 4045 llockmgr
100021 2 tcp 60875 nlockmgr
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 09:52 AM
08-01-2003 09:52 AM