- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- AUTOMOUNTD continually runs
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
04-30-2008 12:54 PM
04-30-2008 12:54 PM
It seems that the Automountd daemon is continually running. It's the first command listed when I do a 'top' command.
I've looked everywhere but I cannot locate what is calling it.
Does anyone have a suggestion?
We're running 11.23.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 12:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 01:01 PM
04-30-2008 01:01 PM
Re: AUTOMOUNTD continually runs
See '/sbin/init.d/nfs.client' and the driving configuation file '/etc/rc.config.d/nfsconf'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 01:04 PM
04-30-2008 01:04 PM
Re: AUTOMOUNTD continually runs
Then you can prevent it from starting upo again by disabling it in /etc/rc.config.d/nfsconf and change the AUTOMOUNT or AUTOFS to 0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 01:19 PM
04-30-2008 01:19 PM
Re: AUTOMOUNTD continually runs
The thing is we have two systems running the same OS. From what I can tell, the configuration files are the same on both.
This daemon is continually running only on one, though.
The only difference is that there is one less file system being mounted on the machine with the continually running Automountd. Otherwise, the configurations are the same.
I'm trying to find out what is calling the daemon. I'm sure it's related to that missing file system, just not sure where it'd be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 09:55 PM
04-30-2008 09:55 PM
Re: AUTOMOUNTD continually runs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 04:21 AM
05-01-2008 04:21 AM
Re: AUTOMOUNTD continually runs
What I understand is that you use autofs on your systems and on one of them it is continually running and always seen on the top. If that is the case, why do not you use lsof with the pid of the automountd. It would give you some clues.
lsof -p process id of the automountd.
If you are using NIS or DNS, try manually ping the server which exported the missing file system. May be it is related to resolver issues.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 07:19 AM
05-01-2008 07:19 AM
Re: AUTOMOUNTD continually runs
The CPU usage of Automountd is hovering around 100%. Here is the top command results:
0 ? 1016 root 152 20 11228K 1344K run 6391:53 99.45 99.28 automountd
I downloaded the lsof command and ran it. Not sure what to do with the results, though.
What exactly should I look for?
Thanks again, all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 02:34 PM
05-01-2008 02:34 PM
Re: AUTOMOUNTD continually runs
Is automountd consuming the entire CPU immediately upon reboot or something else triggers it thereafter?
Do you even have a need for automount?
Do you have created an autofs map?
Do you have NFS mounts?
Do you have a conflict between entries in fstab and entries in the autofs maps?
Check if there are any patches for automountd or NFS with references to automount.
Is the automountd at the same level on the two servers that you mentioned?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 01:37 AM
05-02-2008 01:37 AM
Re: AUTOMOUNTD continually runs
This sounds broken to me. :-)
Are you using the enhanced autofs with the latest patches?
See Dave's link in:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1219285