- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Message NFS server not responding
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 10:46 PM
07-11-2004 10:46 PM
Message NFS server not responding
go in to mounted directory .Pls help us what is the problem and how to rectify this .
Thanks Regards
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 10:52 PM
07-11-2004 10:52 PM
Re: Message NFS server not responding
It sounds like your system had a disk mounted from another system and that other system was temporarily unavailable (re-booted?) but is now back on line.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 11:09 PM
07-11-2004 11:09 PM
Re: Message NFS server not responding
Thanks and Regards
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 11:14 PM
07-11-2004 11:14 PM
Re: Message NFS server not responding
for certainty check all demons needed on server side:
rcpbind (prior to hp-ux-10.20 called portmap)
nfsd
rpc.mountd
rpc.statd
rpc.lockd
rpc.pcnfsd - optional
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 12:35 AM
07-12-2004 12:35 AM
Re: Message NFS server not responding
If you are using automounter , this problem can occure.
DO one thing..keep a shell opened from the remote mounted directory.
i,e. # cd /$nfs_ directory
watch whether it is giving the error after doing this.
Thanks
Sreejith M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 12:57 AM
07-12-2004 12:57 AM
Re: Message NFS server not responding
Your NFS server is rebooted or not-accessible for some time. That messages are stored in the syslog.
Use nfsstat command to get the nfs & rpc status. During that period,nfs mount directory files can not be accessed.
After the recovery,it is normal. If your mount or mount -v will be containing *not responding message for the mount's use umount to unmount the directory.
Check the server status nfsstat or reachability check with ping or linkloop. If it is succeed, then mount that directory.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 01:32 AM
07-12-2004 01:32 AM
Re: Message NFS server not responding
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 08:56 PM
07-12-2004 08:56 PM
Re: Message NFS server not responding
Thanks to all. I ahve checked all the suggetions given by all of you.In nfsstat i found in client rpc calls=38098 and badcalls=36 and client nfs calls=38062 and badcalls=0 . The output of nfsstat -m is as
/devtrans from dev:/usr/sap/trans Flags: vers=3,proto=tcp,auth=unix,hard,intr,link,symlink,devs,rsize=32768,wsize=32768,retrans=5
All: srtt= 0 ( 0ms), dev= 0 ( 0ms), cur= 0 ( 0ms).Also we are able to access that nfs mount file system. But when try to umount that the sollowing error is there
# umount /devtrans
nfs umount: nfs_unmount: /devtrans: is busy
But fuser shows no one is working in this.
Pls sugest. we have rebooted the server and again mounted the file system.But the message is coming in syslog.
Thanks and regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 09:09 PM
07-12-2004 09:09 PM
Re: Message NFS server not responding
I have reproduced your problem as,
another terminal user is within the mount directory.
terminal1>cd /dir_mnt
terminal2>umount /dir_mnt
nfs umount: nfs_unmount: /dir_mnt: is busy
umount: return error 1.
Make that no one within that mount directory. Else it will say this message
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 09:13 PM
07-12-2004 09:13 PM
Re: Message NFS server not responding
Probable culprit may be the lack of system resources- sometimes huge process take the memory pages and make the server unavailable.
Pl. monitor physical memory at regular intervals. and ofcourse
check the network I/O statistics.
This was one of my experience,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 07:54 AM
07-13-2004 07:54 AM
Re: Message NFS server not responding
HP-UX 11.00 had an "interesting" method of allowing NFS and buffer cache to interact. I had the pleasure of listening to Dave Olker describe the bad juju that happened and how tuning buffer cache can help immensely.