Operating System - HP-UX
1752567 Members
5358 Online
108788 Solutions
New Discussion юеВ

NFS server not responding

 
SOLVED
Go to solution
bond007
Advisor

NFS server not responding


Hi All,

My cliets are getting disconnected from the NFS server inermittently.

I do see the following error in syslog

vmunix: NFS server not responding still trying

What could be issue, i have checked network connection related thing, all are alright.

pls give your inputs

Thanks and regards,

Bond
15 REPLIES 15
Muthukumar_5
Honored Contributor

Re: NFS server not responding

NFS server on is not running. Login into that machine check syslog.log or dmesg related informations.

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

# /sbin/init.d/nfs.core stop
# /sbin/init.d/nfs.core start

will help to restart NFS server.

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: NFS server not responding

Hello,

This is due to NFS server is not reachable or not responding. You need to restart NFS server by,

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

# /sbin/init.d/nfs.core stop
# /sbin/init.d/nfs.core start

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
RAC_1
Honored Contributor
Solution

Re: NFS server not responding

You may have network issues?? Is server available all the time?? A continuous ping to server may give some information.
From client, check
ping
nslookup (on ip and on host name)
There is no substitute to HARDWORK
Muthukumar_5
Honored Contributor
Senthil Prabu.S_1
Trusted Contributor

Re: NFS server not responding

Hi Chan,
A simpe idea, but looks funny. If is not a production machine, and you can reboot the machine. Then please reboot the machine.

This have helped me many times, when I faced the same problem. This also saves your time for
debugging without reboot.


note:
You can assign zero points, if this is a stupid answer,but I guess this will definetly help you.


HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Senthil Prabu.S_1
Trusted Contributor

Re: NFS server not responding

I mean to say, give init 6 on the NFS client machine.
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Muthukumar_5
Honored Contributor

Re: NFS server not responding

Prabhu,

What is the needed to reboot the NFS client when the problem is with NFS Server?

Bond,

May be you can restart NFS client in client side as,

# /sbin/init.d/nfs.client stop
# /sbin/init.d/nfs.client start

--
Muthu
Easy to suggest when don't know about the problem!
Sivakumar TS
Honored Contributor

Re: NFS server not responding


Hi Bond,

Apart from this pls check the speed of LAN card on both NFS server and NFS client have 100Full Duplex and check if the cable/switch in capable of this.

Regards,

Siva
Nothing is Impossible !
Sivakumar TS
Honored Contributor

Re: NFS server not responding



Also look for the valus NUM_NFSD into /etc/rc.config.d/nfsconf

may be it that needs to be increased.


Siva
Nothing is Impossible !