- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- AUTOFS mount time out with file open
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
06-30-2003 05:33 PM
06-30-2003 05:33 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 07:19 PM
06-30-2003 07:19 PM
Re: AUTOFS mount time out with file open
Haven't used AutoFS for a while so probably can't help much. To me increasing your automount timeout to beyond the backup time window should have addressed any issues about the automounted Filesystem not being used/accessed etc, hence I can't see doing an 'll' fixing your problem.
One suggestion I'd make (if you haven't done so) is to turn on tracing (-T) and use verbose mode (-v) for automountd. Set the AUTOMOUNTD_OPTIONS="-T -v" in nfsconf file.
This may give you more info on the problem in /var/adm/automount.log and in syslog.log.
You could also use the nfssat command which may point you towards a performance issue on the network.
Let us know if you find a solution.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 07:37 PM
06-30-2003 07:37 PM
Re: AUTOFS mount time out with file open
nfsstat -s
nfsstat -rc
netstat -m
netstat -s -p udp
sar -u 5 5
vmstat -n 5 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 09:07 PM
06-30-2003 09:07 PM
Re: AUTOFS mount time out with file open
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 09:19 PM
06-30-2003 09:19 PM
SolutionYou probably have put the -t in the wrong spot spot. Easily done as there is options for both the old Automounter and newer AutoFS which look very similar.
I would say that you need to make the following changes to nfsconf:
AUTOMOUNT_OPTIONS="-t
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 09:37 PM
06-30-2003 09:37 PM
Re: AUTOFS mount time out with file open
Thanks for that! It all makes sense now... I am so confident it will work when tested (tomorrow) that I will give out points right away!
See yah!
Lars-Olof