- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- automount 10.20
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
08-08-2005 05:31 AM
08-08-2005 05:31 AM
automount 10.20
Thanks-
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:35 AM
08-08-2005 05:35 AM
Re: automount 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:39 AM
08-08-2005 05:39 AM
Re: automount 10.20
we tried 'fuser -k /home' and gave us the same return as fuser. No one is using /home so we just want to kill automount. Will 'fuser -k' by itself kill automount?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:49 AM
08-08-2005 05:49 AM
Re: automount 10.20
Unfortunately, if you can not kill automunter with either "fuser -k" or "kill -9" commands, you know what the solution is: Reboot the box. Sorry...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 05:50 AM
08-08-2005 05:50 AM
Re: automount 10.20
Make sure you are patched.
PHKL_10802 for series 800
PHKL_10801 for series 700
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 11:50 AM
08-08-2005 11:50 AM
Re: automount 10.20
automount not dying is bad news !!
The old automount exit ONLY if it can umount all the file system it mounted. If it doesn't die when you kill it you only have to wait and try to kill (eventually with -9) the process that are using the autmounted file system. As soon as the FS are free they'll get umounted and automount exit.
BUT
if you don't wait for it to exit and try to
kill -9
You could try to umount manually the FS and then send a signal (don't remeber exactly, could be SIGHUP, kill -1) to automount to make it reload the mount table but usually it doesn't work.
Better to use the new autofs BUT only on patched HPUX 11.11, before the new autofs was full of bugs.
Basically you have to handle the old one VERY carefully !!!
hope it helps