- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS unmounting on client
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
10-16-2008 03:22 PM
10-16-2008 03:22 PM
# mount /net
It appears mounted in bdf output:
mkeadm01:/swdepot 47165440 40041816 6902816 85% /net
I check about 10 minutes later and it's un-mounted.
Has anyone else out there ever experienced this?
If so, how did you resolve it?
As always, any assistance would be greatly appreciated.
Thanks.
Tom Wolf
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2008 05:56 PM
10-16-2008 05:56 PM
Re: NFS unmounting on client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 07:06 AM
10-17-2008 07:06 AM
Re: NFS unmounting on client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 07:14 AM
10-17-2008 07:14 AM
Re: NFS unmounting on client
It is mount on demand, the automount. If it is not being used for 10 minutes(which can be adjusted), it will be unmounted. Whenever it is needed, it will mounted which can be initiated through commands such as cd, cat..etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 07:23 AM
10-17-2008 07:23 AM
Re: NFS unmounting on client
The nfsconf file on this client is configured the same as all our other hosts so I'm wondering why it's only happening here.
Let me know what you think.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 07:32 AM
10-17-2008 07:32 AM
Solution1) You say automounter is disabled ? but the use of /net typically indicates it is. ps -ef|grep auto
2) If you are NOT using automounter then there should be an entry for this in your /etc/fstab.
Deconfigure automounter and put entry in fstab. Then if this is truely the issue this NFS mount will always be mounted unless there is a net or nfs server issue.
Never use automounter myself due to all the issues I encountered with it in the past. With FastE and GigE connctions now a days is there really any need to not mount permanently ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 08:34 AM
10-17-2008 08:34 AM
Re: NFS unmounting on client
Thanks to everyone who responded.