- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shutdown hanging - AutoFS
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
11-14-2006 09:48 PM
11-14-2006 09:48 PM
Shutdown hanging - AutoFS
Both the autofs_proc and the nfskd processes are present at this stage and are not killed by K800killall.
Any ideas as to how to cure this major problem?
(Also posted on sys adm forum)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 10:02 PM
11-14-2006 10:02 PM
Re: Shutdown hanging - AutoFS
having home directories NFS mounted always causes problems down the line. You probably have to establish what the offending processes are, that are keeping the NFS mount up and kill them first.
What happens if you try and stop the NFS daemon first?
Otherwise, please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=229455
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 03:21 AM - last edited on 06-30-2022 01:33 AM by Sunitha_Mod
11-17-2006 03:21 AM - last edited on 06-30-2022 01:33 AM by Sunitha_Mod
Re: Shutdown hanging - AutoFS
Hi Pyers,
11.23 offers the option of doing a forcible unmount, even if the filesystem is in use, to work around this problem. However on 11.11 you're best bet would to use fuser to find and terminate any processes accessing these mount points before the unmount will complete successfully. You might want to try adding some fuser logic to the shutdown scripts to forcibly terminate any processes touching these mount points.
As for the autofs_proc and nfskd processes, there is no way to terminate those processes. However, they would not be holding any resouces on any NFS mounted filesystems. In other words, there is no way to terminate them but there is no need to terminate them. Your problem is not the nfskd and autofs_proc processes - the problem is some other process holding resources busy on the filesystems you're trying to unmount. If you can identify them and terminate them then the unmount should complete successfully.
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]
