1752812 Members
6240 Online
108789 Solutions
New Discussion юеВ

Re: nfs problem

 
Martin_171
Occasional Advisor

nfs problem

nfs mount report error:
nfs mount: get_fh: smc2000:: RPC: Program not registered | |
|| | nfs mount: get_fh: smc2000:: RPC: Program not registered | |
|| | nfs mount: retry: retrying(1) for: /home/store after 5 seconds | |
|| | nfs mount: retry: giving up on: /home/store
10 REPLIES 10
Michael Tully
Honored Contributor

Re: nfs problem

Check to see if the mount point is mounted on the other server. You might also try to re-export from that server as well.

exportfs -av
Anyone for a Mutiny ?
Robert-Jan Goossens
Honored Contributor

Re: nfs problem

Hi,

Could you check if the rpc daemons are running.

# ps -ef | grep rpc

Regards,
Robert-Jan
Sunil Sharma_1
Honored Contributor

Re: nfs problem

Check for RPC services and wheather File syetm is exported using exportfs command.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Franky_1
Respected Contributor

Re: nfs problem

Hi,

check to see if the dir is exported on the other server and if the RPC Daemons are up and running

Regards

Franky
Don't worry be happy
Massimo Bianchi
Honored Contributor

Re: nfs problem

Please issue:


rpcinfo


and post the output


HTH,
Massimo
Thirumalaimurugan.V
Occasional Advisor

Re: nfs problem

Hi,

Pls checkup u have exported the directory in the NFS Server using - exportfs.
Also check you are able to access NFS server from the NFS Client.

-Murugan
Muthukumar_5
Honored Contributor

Re: nfs problem

what is your nfsstat -r saying??

Check with other options on that nfsstat command and give rpcinfo details to look forward.

Regards
Muthu
Easy to suggest when don't know about the problem!
Martin_171
Occasional Advisor

Re: nfs problem

nfsstat -r :
Server rpc:
Connection oriented:
calls badcalls nullrecv
0 0 0
badlen xdrcall dupchecks
0 0 0
dupreqs
0
Connectionless oriented:
calls badcalls nullrecv
0 0 0
badlen xdrcall dupchecks
0 0 0
dupreqs
0

Client rpc:
Connection oriented:
calls badcalls badxids
0 0 0
timeouts newcreds badverfs
0 0 0
timers cantconn nomem
0 0 0
interrupts
0
Connectionless oriented:
calls badcalls retrans
0 0 0
badxids timeouts waits
0 0 0
newcreds badverfs timers
0 0 0
toobig nomem cantsend
0 0 0
bufulocks
0
Jan Sladky
Trusted Contributor

Re: nfs problem

hi Martin,

check all nfs related processes are running on server - nfsd & rpc.mountd & rcpbind (portmap prior to 10.20)

ps -efl | grep nfsd ...

or remotely

rpcinfo -p nfsserverIP

than try restart
/sbin/init.d/nfs.client
/sbin/init.d/nfs.server

and on both boxes
/sbin/init.d/nfs.core - this launch rcpbind


on server

exportfs -va


post result

br Jan

GSM, Intelligent Networks, UNIX