I faced the same problem.
I restarted the NFS Server(just the service) and it fixed it. Try to restart the NFS services (/etc/init.d/nfs.server stop and start).
Main Topics
Browse All TopicsRecently upgraded a Solaris 2.6 Sparc 2000 (call it box A) to Solaris 8. A separate 2.6 machine (call it box B) on the network was automounting filesystems that resided on box A. Since the upgrade, Box B's automount is failing. Was receiving automountd: server not responding messages until a reboot. After the reboot, the messages have stopped but an attempt to access the automounted filesystems results in a permissions denied message.
Any clues?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
1. At Box A (the one you upgraded to Solaris 8), have a look at /etc/nsswitch.conf file
make sure that "hosts" entry you have "files" infront of nisplus, eg:
hosts: files nisplus dns [NOTFOUND=return]
If you are using NIS, replace nisplus with "nis"
edit /etc/hosts file to put the infor about Box B in the file.
restart NFS deamon
/etc/rc3.d/S15nfs.server stop
/etc/rc3.d/S15nfs.server stop
unshareall;shareall
2. At Box B, login as root, type in:
automount
(or reboot box B)
If the about can't solve your problem, you can try to install the lastest Recommended patchs on box B (do Full system backup before patching the box)
See how it goes.
If you still have problem, please post the error message from /var/adm/messages.
Good luck !
==========
yuzh
Business Accounts
Answer for Membership
by: k.kidambiPosted on 2002-12-06 at 13:51:44ID: 7544823
Did you checked whether you have updated /etc/dfs/dfstab, to allow sharing your filesystems pm Box A. That could be a problem. Also check whether your nfsd is running on the server (box A) or not.
post your comments here.
Try your luck
kidambi