- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: automount refuses to pick up mounts
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
09-16-2001 08:56 PM
09-16-2001 08:56 PM
automount refuses to pick up mounts
I have been facing this funny problem for a very long time now.
Whenever some of the nfs server reboots, most of my HPs refuse to automount once the server is up; (eg. /net/server is empty) even otherwise, a mount may be dropped after a period of time.
Generally, rebooting the HPs works but again in a day or two the pain returns!
All the HPs run HPUX 10.20.
Changing the "AUTOFS" option in nfsconf to "AUTOFS=0" resolves this issue. Due to a change in NIS setup, it so happens that with this configuration, none of the NIS maps are picked up. Hence I am now forced to live with the "AUTOFS=1" option.Attached is the patching details which is constant across all the HPs.
Below is the extract from nfsconf:
#
MOUNTD_VER=3
#
#autofs configuration. See automount.1m and automountd.1m
#
#Depending on the variable AUTOFS, either AUTOFS or the old
#automount process will be executed.
#AUTOFS=0 - use the old automount process.
# 1 - use the new AutoFS.
#AUTOMOUNT_OPTIONS= - options to the AutoFS automount command
#AUTOMOUNTD_OPTIONS= - options to the AutoFS automountd daemon
#
# *** NOTE ****
#The AUTOMOUNT flag still needs to be set for either the old
#automount or new AutoFS to be started by the nfs.client script.
#
AUTOMOUNT_OPTIONS=
AUTOMOUNTD_OPTIONS=
AUTOFS=1
#
#nfs mount configuration. See mount_nfs.1m
#
# One can set the default NFS mount version
#
#MOUNT_VER=2 - mount using PV2
# =3 - mount using PV3 then fall back to PV2
# if not available
#NOTE: mount using the -o vers option will overide this
#variable
MOUNT_VER=3
"nfsconf" 103 lines, 3709 characters
Please advice on what could be the issue. The networks are perfect. I can only doubt the patching. What do I need ?
Thanks in advance,
Shivakumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2001 11:49 PM
09-16-2001 11:49 PM
Re: automount refuses to pick up mounts
you need to delete the link created by NFS/auto mounter if exists.
Then try again.
Best of link
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 01:50 PM
09-17-2001 01:50 PM
Re: automount refuses to pick up mounts
automound and autofs_proc running..
I would turn on logging, then check the log file, /var/adm/automount.log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2001 06:00 AM
09-18-2001 06:00 AM
Re: automount refuses to pick up mounts
Thanks for the feedbacks.
Kevin, only autofs_proc and and automountd are active.
I have activated logging by giving
AUTO_OPTIONS="-f $AUTO_MASTER -t 300 -v"
in nfsconf. Foll error is logged in syslog.log for a failed mount :-
Sep 18 09:48:44 austin automountd[717]: mount_get_devid: server comet not responding for /net/comet/opt
Sep 18 09:48:44 austin
The same works fine when rebooted.
Probably this should hint at the solution.
Awaiting a response,
Shivakumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 10:59 AM
09-28-2001 10:59 AM
Re: automount refuses to pick up mounts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2001 02:18 PM
09-28-2001 02:18 PM
Re: automount refuses to pick up mounts
-Sri