Operating System - HP-UX
1825764 Members
2125 Online
109687 Solutions
New Discussion

Re: 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 !
Senthil Prabu.S_1
Trusted Contributor

Re: NFS server not responding

Muthukumar,
I guess, the error message is coming on the NFS client. So, I suggested the clients to be rebooted.

What you see strange in this..:-)

One man's "magic" is another man's engineering. "Supernatural" is a null word.
Senthil Kumar .A_1
Honored Contributor

Re: NFS server not responding

Hi,

I hope you have done basic troubleshooting such as ping,nslookup and rpc related checks.Try analyzing "nfsstat" outputs.

If still you contend Network is not the cause, try installing the latest patches both on NFS Client and NFS server.


"lan driver" patch, "ARPA Transport patch, and "NFS megapatch" for your release.

You will be able to download the patches at http://itrc.hp.com


Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Senthil Kumar .A_1
Honored Contributor

Re: NFS server not responding

Hi again,

Try this doc..

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079998580


Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Sivakumar TS
Honored Contributor

Re: NFS server not responding

Hi Bond,

Also you can use #netstat on the server to check whether tcp and udp packets has any collision,etc.

Regards,

Siva.
Nothing is Impossible !
Johnny Damtoft
Regular Advisor

Re: NFS server not responding

Hi Bond,

It seems that your NFS is getting disconnected. Have your checked posible network problems?

I would start looking at the LAN speed and duplex. We have setup all of our servers and network switches to 100 mbit, full duplex (static)

Check the docs here:
http://docs.hp.com/en/J4254-90003/ch01s03.html

Don't forget to set it at both ends, the server and switch needs to have the same setting.

NB. Not trust auto-negotiation.


// Johnny
skt_skt
Honored Contributor

Re: NFS server not responding

check the entries in /etc/rc.config.d/nfsconf for both NFS_CLIENT and NFS_SERVER on both server and client side and bounce the nfs server/client services