Operating System - HP-UX
1832413 Members
3097 Online
110041 Solutions
New Discussion

Re: "showmount -a" command error.

 
zhoufeilong
Occasional Advisor

"showmount -a" command error.

Error message are as follows:
showmount : hp_g40 : RPC : Rpcbind failure - RPC : timeout
I can make sure the rpcbind daemon is running and started before inetd daemon.
What's the matter?

Regards by
Feilong Zhou.
Hell Leader
6 REPLIES 6
Sridhar Bhaskarla
Honored Contributor

Re: "showmount -a" command error.

Feilong,

Try restarting nfs server by /sbin/init.d/nfs.server stop and /sbin/init.d/nfs.server start and then try showmount.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
zhoufeilong
Occasional Advisor

Re: "showmount -a" command error.

I have tried this way. But the God are not smiling.
Zhou
Hell Leader
Sridhar Bhaskarla
Honored Contributor

Re: "showmount -a" command error.

what is hp_g40, the local system or remote server that is mounting the directories?. If it is a remote system, you may want to try restarting nfs.client over there.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Santosh Nair_1
Honored Contributor

Re: "showmount -a" command error.

Make sure that the rpcbind process is running on hp_g40...if not, try restarting the NFS server, i.e.
/sbin/init.d/nfs.server start, on hp_g40.

-Santosh
Life is what's happening while you're busy making other plans
Santosh Nair_1
Honored Contributor

Re: "showmount -a" command error.

Actually, try stopping the nfs server and then restarting on hp_g40, i.e.:

/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start

Then try the showmount.

-Santosh
Life is what's happening while you're busy making other plans
zhoufeilong
Occasional Advisor

Re: "showmount -a" command error.

Thank you all very much, but still not OK.
"hp_g40" is the server's hostname.
I use "rpcinfo"(with no parameter), and get the following informations:
can't contact rpcbind : RPC: Rpcbind failure - RPC :failed(unspecified error).
Why?
Zhou
Hell Leader