1830898 Members
2940 Online
110017 Solutions
New Discussion

NFS getattr failed

 
Amit Manna_6
Regular Advisor

NFS getattr failed

Hi,

I am getting the following error:

NFS getattr failed for server > RPC: Timed out
NFS getattr failed for server RPC: Timed out
bdf: file system nfs-
/NFS/code_control mounted on /code_control is not responding


Can anybody please help.


2 REPLIES 2
T G Manikandan
Honored Contributor

Re: NFS getattr failed

Just check whether your NFS Server in on the network.Just do a ping to the nfs server.

Probably the nfs server is not responding.
You have the nfs filessytem mounted locally./code_control
Muthukumar_5
Honored Contributor

Re: NFS getattr failed

Hai,

The problem may be because of getting the attributes of the exported files. The response from the server to nfs client will not be here. It waited for the time,after that showing as timeout.

Check the exported directory informations using exportfs -v. Get the nfsstatus with the nfsstat -cmnrsz output on server side

Check the client side mount informations with the mount -v and bdf informations.

Now check the entries for NFS version from moount -v for getattr values from nfsstat

Regards,
Muthukumar
Easy to suggest when don't know about the problem!