- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Automount
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
07-09-2003 01:52 PM
07-09-2003 01:52 PM
Automount
I automounted file system like
/usr/share/man -o ro server1,server2:/usr/share/man.
My client mounted it from server2. On server2 I stopped nfs daemon.
Now my client should access files from server1???
But it says NFS stale file handle. Am I missing anything or it will not work in this way?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 02:09 PM
07-09-2003 02:09 PM
Re: Automount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 02:11 PM
07-09-2003 02:11 PM
Re: Automount
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 02:13 PM
07-09-2003 02:13 PM
Re: Automount
It won't work that way because the mount point will be busy looking for server2 and there is no way it can mount from server1 until you fix the stale issue.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 07:45 PM
07-09-2003 07:45 PM
Re: Automount
NFS client will get error and it won't be able to access mount point.
significence of giving to server name in automounter map will help for load balancing on your server, it doesn't support fail over kind of stuff.
in case of your one NFS server overloaded then new client will access FS through new server.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 09:37 AM
07-10-2003 09:37 AM
Re: Automount
This definition is from man page.
*********
Replicated File Systems
Multiple location fields can be specified for replicated NFS
file systems, in which case automount and the kernel will
each try to use that information to increase availability.
If the read-only flag is set in the map entry, automount
mounts a list of locations that the kernel may use, sorted
by several criteria. When a server does not respond, the
kernel will switch to an alternate server.
**********
Isn't therotically client should failover to another server???
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 09:52 AM
07-10-2003 09:52 AM
Re: Automount
"The multiple location feature for NFS mounts allows the automountd
daemon to choose the most appropriate server at mount time. While
such a mount is in effect, the daemon does not monitor the status of
the server. If the server crashes, automountd will not select an
alternative server from the list."
I also note that the section of your quote concerning the read-only flag does not appear in my 11i version of man automount. What version are you running?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 10:01 AM
07-10-2003 10:01 AM
Re: Automount
mounts a list of locations that the kernel may use, sorted
by several criteria. When a server does not respond, the
kernel will switch to an alternate server." quote does not appear there, either. Is this a 10.20 system? Automount on 10.20 was prone to lots of problems which have improved dramatically in 11.x, though it would appear that the feature which you seek has disappeared rather than being enhanced.
Pete
Pete