Operating System - HP-UX
1819805 Members
3048 Online
109607 Solutions
New Discussion юеВ

Re: NFS Server not responding

 
Volcano_1
Occasional Advisor

NFS Server not responding

Workstation A can mount to workstation B, but receives "Server not responding" error when I try to view contents of the directory. Workstations C and D can mount workstation B and can successfully view contents. Workstation B can mount workstation A and view contents (so problem appears to be one-way).

Thanks in advance!
7 REPLIES 7
Asif Sharif
Honored Contributor

Re: NFS Server not responding

Hi Volcano,

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

http://www2.itrc.hp.com/service/james/search.do?todo=search&searchtext=NFS+Server+not+responding&from=forums&origin=0&wpa
=forums1.itrc.hp.com%3A80&searchcategory=ALL&hpl=1&searchcriteria=allwords&rn=25&source=7000&p
resort=rank&chkServStor=on&esc=us.support.itrc.hp.com&admit=-1335382922+1150172987486+28353475

After restarting the NFS server if problem doesn't solve then Click the above link and see the threads.

Regards,
Asif Sharif
Regards,
Asif Sharif
Ludovic Derlyn
Esteemed Contributor

Re: NFS Server not responding

hi,

What is version of HPUX ?

If version is 11.23 and in cluster ?
nfs protocol by default is TCP, performance are better in UDP
for example , options set in in file nfs_xmt

mount -o rw,soft,bg,retry=10,proto=udp $I ${CNFS[$G]} &

regards

L-DERLYN
Volcano_1
Occasional Advisor

Re: NFS Server not responding

The workstation is HP-UX 11.0. I have restarted NFS. It appears to only have problems with one workstation. It can mount other exported filesystems and view contents with no problems.
Michael Steele_2
Honored Contributor

Re: NFS Server not responding

When you run

# nfsstat -s

What is the value of 'getattr'?

###############

Can you check you nic speed and duplex? Is it in agreement with your switch?
Support Fatherhood - Stop Family Law
Volcano_1
Occasional Advisor

Re: NFS Server not responding

The value of 'getattr' is 0. The nic is in full duplex. The switch is auto negotiate.

Thank you all for the help!
MarkSyder
Honored Contributor

Re: NFS Server not responding

You've been advised to stop and start nfs.server on the server, but have you stopped and restarted nfs.client on the workstation?

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Volcano_1
Occasional Advisor

Re: NFS Server not responding

Hello All. I have stopped/started nfs server and client services on both workstations. I had a spare workstation available so I swapped the problem workstation with the spare. I used the same hostname and IP address and even tried a new hostname and IP address just for giggles - same result....DOH!!!!