- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Urgent: automounter screwed file system table
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
12-15-2004 04:30 AM
12-15-2004 04:30 AM
Urgent: automounter screwed file system table
I've an urgent problem.
Don't know what has ridden me.
I was so insane to have an NFS export mounted through automounter.
After I had finished work I manually umounted the shares (sic!) and shut down nfs.client services through init script.
Now I lost my mnttab, i.e. bdf shows nothing.
A sole "mount" didn't recreate the mnttab.
I also tried restarting NFS client an hand nfs_mount the shares as before.
Automounter left the /tmp_mnt/net/... dirs stale lingering there.
I'm getting nervous.
This is a clustered productive DB server and I'm anxiously wait for the app to fail-over.
Any quick fix?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:34 AM
12-15-2004 04:34 AM
Re: Urgent: automounter screwed file system table
another restop/start of nfs.client broke the deadlock.
Probably it was because I forgot to send automounter another SIGUSR2 to toggle logging off before shutting it down.
It may have been locked in the pipe?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:35 AM
12-15-2004 04:35 AM
Re: Urgent: automounter screwed file system table
Have you tried to disable auomount in /etc/rc.config.d/nfsconf ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:38 AM
12-15-2004 04:38 AM
Re: Urgent: automounter screwed file system table
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:38 AM
12-15-2004 04:38 AM
Re: Urgent: automounter screwed file system table
yes I did
# grep ^AUTO /etc/rc.config.d/nfsconf
AUTOMOUNT=0
AUTO_MASTER="/etc/auto_master"
AUTO_OPTIONS="-f $AUTO_MASTER"
AUTOFS=0
AUTOMOUNT_OPTIONS=""
AUTOMOUNTD_OPTIONS=""
What still bothers me that there are the stale mountpoints from automounter left over.
Do you think I should delete them up to /tmp_mnt ?
# ll /tmp_mnt/net/clark/export/
total 0
dr-xr-xr-x 2 root sys 96 Dec 15 18:06 ansic
dr-xr-xr-x 2 root sys 96 Dec 15 18:06 langtools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:39 AM
12-15-2004 04:39 AM
Re: Urgent: automounter screwed file system table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:50 AM
12-15-2004 04:50 AM
Re: Urgent: automounter screwed file system table
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 10:46 AM
12-15-2004 10:46 AM
Re: Urgent: automounter screwed file system table
If your system is running 11.11, you should definitely consider migrating to the Enhanced AutoFS product and away from the legacy automounter. Enhanced AutoFS can be downloaded for free from the http://software.hp.com site.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 10:07 PM
12-15-2004 10:07 PM
Re: Urgent: automounter screwed file system table
glad to see you here again.
Yes, I know how much my performance issues improved (in fact they vanished, at least for the NFS part) since I upgraded to NFS V3 and EnhancedAutoFS and TCP has taken over the transport, thanks to your many helpful replies.
So I too well know the blessings of an upgrade.
Yet, this was an isolated instance with this box as it doesn't host any NFS stuff in normal operations.
I only abused the suspended NFS services in order to mount the shares of a C compiler on another box to install a few Perl modules that had XS code stubs in them.
Because I was too lazy to manually mount the shares I wanted to rely on the hosts-mapping of automounter, which was overkill for my purpose and only brought me into trouble.