- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HA NFS
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
02-21-2011 12:35 AM
02-21-2011 12:35 AM
could someone explain what are the reasons to use NFS cross-mounting in a cluster?
What are the advantages?
The guide says "every server has an identical
view of the file systems" but I don´t see so big advantage as to configure this.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2011 12:51 AM
02-21-2011 12:51 AM
Re: HA NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2011 04:42 AM
02-21-2011 04:42 AM
Re: HA NFS
You will find one momentous advantage in the same manual which states that:-
"If a server is configured to use NFS over TCP and the client is the same machine as the server,
which results in a loopback NFS mount, the client may hang for about 5 minutes if the
package is moved to another node. The solution is to use NFS over UDP between
NFS-HA-server cross mounts."
Well that's one scenario. But I would like to add that....
With the use of the CFS feature which is supported on the HPUX operating system which has the wonderful ability of concurrent reads/writes, HP recommends that you do not use the "cross mounting" feature between two servers and use CFS instead. So in terms of what is reccommended, I would vouch for your last statement. Don't forget to assign points.
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 04:18 AM
02-22-2011 04:18 AM
Re: HA NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 04:44 AM
02-22-2011 04:44 AM
Re: HA NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 04:58 AM
02-22-2011 04:58 AM
Re: HA NFS
It already has the fs mounted locally by the cluster package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 05:07 AM
02-22-2011 05:07 AM
Re: HA NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 07:40 AM
02-22-2011 07:40 AM
Re: HA NFS
Here we talk about the package type as "failover". Now "cross mount" being the topic as you said...
> But, i dont understand why the node has the fs mounted by nfs to itself.
Here we talk about HANFS.... Yes, in a normal NFS environment, this would sound really strange. However, let's say the package fails over to the node it was supposed to failover with the appropriate policy in apt terminology the "adoptive node". If your primary node was node1 and adoptive was node2, then node2 cannot access the NFS filesystem in a "package" through the "local mount point" {the mount point on node1}.... let's say when it fails over.
So the whole question pops up, can the adoptive node access a serviceguard filesystem from a the "local mount point" of a package from the node it has failed over?! There are answers to this question and one of them is having "NFS cross mounts accross two servers"
This is one momentous reason why only in an HANFS environment we make use of the script nfs_xmnt and that's why part of your question states...
> the node has the fs mounted by nfs to itself.
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 08:00 AM
02-22-2011 08:00 AM
SolutionWe use this on SAP systems where "/usr/saptrans" is NFS mounted on all systems (the primary running Prod, the adoptive node running Q/A and standalone systems running Development)
The Production node mounts /export/saptrans and uses the nfsmount on /usr/saptrans.
in that case it can mount /export/saptrans on the adoptive node when it moves there.
If it mounted it on /usr/saptrans directly and used it there, there would be an issue during failover because the mountpoint is already in use. (the NFS mount is outside the cluster)
(hard to explain without a whiteboard ;-)
Regards,
Andre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 08:58 AM
02-22-2011 08:58 AM
Re: HA NFS
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 09:52 AM
02-22-2011 09:52 AM
Re: HA NFS
There are many setups you can use but implementing a cross mount with two NFS servers probably defeats the purpose of the HANFS design of "cross mount" in your environment. One advantage lies based on my previous post and coming to cross mounts in your environment{although what you see in quotes is an advantage}, you can say
> The guide says "every server has an identical
view of the file systems" but I don´t see so big advantage as to configure this.
Because your "local mount point" at failover is duplicated elsewhere.
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2011 03:12 AM
02-23-2011 03:12 AM
Re: HA NFS
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2011 03:13 AM
02-23-2011 03:13 AM