- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hanging Request on NFS-Drive
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
08-24-2005 10:00 PM
08-24-2005 10:00 PM
Before i can bdf my /out nfs mount, now i cannot, i checked fstab it is defined there, its pingable, it is also in /etc/auto.direct.
What could be the problem.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 10:02 PM
08-24-2005 10:02 PM
SolutionWhat do you see if you log into the remote system? Is the disc containing /out working?
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 10:10 PM
08-24-2005 10:10 PM
Re: Hanging Request on NFS-Drive
May be the NFS service on the NFS server is not running.
Check also on the NFS server if the directory you have mounted is exported.
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 10:12 PM
08-24-2005 10:12 PM
Re: Hanging Request on NFS-Drive
This problem could have been triggered by a temporary loss of connectivity or other error on the server.
There might be clues in the servers syslog.log file.
What kind of server/os is the server?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 11:40 PM
08-25-2005 11:40 PM
Re: Hanging Request on NFS-Drive
launch this to view if the remote server is exporting the file system:
showmount -e
then view if your server has a current mount of the remote filesystem
showmount -a
( you should find and entry like "
Launch on you server
nfsstat -c
and check if there are a lot of "badcalls" (client section) and "retrans" (rpc section)
Check if the automounter is still up and running.
Try to unmount forcibly the filesystem and remount it
Check if you have enough "biod" daemon running on your server, and enough "nfsd" daemon in your remote server.
Let us know.
Rgds,
Alex