- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS problem
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-12-2004 12:25 PM
02-12-2004 12:25 PM
NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 04:22 PM
02-12-2004 04:22 PM
Re: NFS problem
You may require a product called MC/SerGd NFS Kit (B5140BA ).
sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 12:49 AM
02-13-2004 12:49 AM
Re: NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 12:57 AM
02-13-2004 12:57 AM
Re: NFS problem
Speaking as a non-SG NFS user, I can definitively say that unmounting an NFS mounted file system after the exporting host disappears is all but impossible - at least I've never managed it and I've never heard of anyone else who has either. If this NFS kit addresses this situation, it sounds like the only choice other than eliminating the dependance on NFS entirely.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 01:06 AM
02-13-2004 01:06 AM
Re: NFS problem
I have seen such a set-up, a 2-nodes MC-SG cluster with packages A serving an NFS fiesystem to package B.
In the control scripts, is A is stopped, B is stopped first, which I found really annoying. Also some tricks were done when starting packages, I forgot them but I think killing packages (forcing a package to go down) was involved when starting it.
If you bring up package A on the other side, the NFS server is available again to the client (who is connecting to an NFS server based on package IP address.
My feelings on this:"
- I didn't complete trust it.
- Later I heard of MC-SG NFS.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 01:19 AM
02-13-2004 01:19 AM
Re: NFS problem
What I do find curious is that this was working before I added monitors, and applications to the package. The only other change was to install a patch, PHSS_30087. I wonder if the patch may have changed something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 01:22 AM
02-13-2004 01:22 AM
Re: NFS problem
The monitors and/or applications are probably holding the NFS mount point open, which is why you get into trouble with it.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 01:31 AM
02-13-2004 01:31 AM
Re: NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 01:38 AM
02-13-2004 01:38 AM
Re: NFS problem
My thinking was that either the monitor or the application was referencing the NFS mount point, thus not allowing it to be released. I'm thinking in automount terms here, but the more I think about it, the less likely I think that has anything to do with this situation where the exporting server has disappeared. It doesn't matter how it was mounted, it's not going to release the mount until it can communicate with the other server.
Worthless rambling, I guess! Disregard!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 01:43 AM
02-13-2004 01:43 AM
Re: NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:51 AM
02-13-2004 03:51 AM
Re: NFS problem
I see no reason why this shouldn't work without the NFS toolkit - the toolkit is just a bunch of scripts anyway... of course if you have the toolkit and it still doesn't work you have the advantage of being able to call the response centre and log a call.
As long as the NFS client mounts the file system via the virtual IP address rather than a host IP address then the mount point should go stale, but come back again when the file system is re-mounted and (presumably) re-exported on the failover system.
The issue is likely to be that as you are on 11i, NFS is defaulting to TCP, rather than UDP and is therefore connection oriented. Try mounting the file system with the 'proto=udp' option - that may solve your problem.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 03:57 AM
02-13-2004 03:57 AM
Re: NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 10:35 AM
02-13-2004 10:35 AM
Re: NFS problem
I find it hard to beleive that to use NFS in any small way in an MCSG environemtnrequires the NFS toolkit.
If anyone has any ideas, I'm open to suggestions.
I am under the gun here, and need to make this work in less than a week.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 10:56 AM
02-13-2004 10:56 AM
Re: NFS problem
Your application should access *only* the nfs mount point on both the boxes. For ex., server A:
/dev/vg01/apps -> /apps
floating_IP:/apps -> /somewhere/apps
Server B:
floating IP:/apps -> /somewhere/apps
Your application should always be using /somewhere/apps NFS mount rather than /apps. This way /apps is always process-free on Server B:
During the failover, on Server A you will need to first stop NFS server, unmount the NFS mount on server A, unexport the NFS entry and restart the NFS server subsystem and then unmount the local filesystem. During this time Server B's /somewhere/apps would be in hanging|stale state. Once the package failsover to Server B, it will mount the local filesystem at /apps, exports the mount point and mounts the NFS *only* if there is no entry in /etc/mnttab.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 11:00 AM
02-13-2004 11:00 AM
Re: NFS problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2004 11:39 AM
02-13-2004 11:39 AM
Re: NFS problem
You will need to have two packages. I guess I messed up the order in my previous message.
Server A runs Package A (NFS Server functionality) primarily
Startup:
1)Mounts the local filesystems including to_be_NFS filesystem on the mount point say /apps and adds the nfs_floating IP through regular serviceguard.
2) Exports /apps for NFS.
3) Mounts "nfs_floating_IP:/apps /somewhere/apps" if the entry is not there in /etc/mnttab.
4) Starts the application that uses /somewhere/apps
Shutdown:
1) Stops the application
2) Unexports /apps
3) Restarts NFS server
4) Unmounts the local filesystems including the NFS_filesystem
Package B runs on Server B Primarily
Startup:
1) Mounts the filesystems (nothing should be mounted on /apps) and adds the floating IPs.
2) Mounts "nfs_floating_IP:/apps /somewhere/apps
3) Starts the application
Shutdown:
1) Stops the application
2) Unmounts the filesystems
In both the above, /somewhere/apps which is teh mount point, wont' get unmounted. It will come active when the floating IP is active and appears.
With some refining you may be able to get it to work. The key is not to access the local filesystem directly.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2004 01:34 AM
02-19-2004 01:34 AM
Re: NFS problem
This occurrs even when the package exported and was referenced in NFS mounting the file system.
The solution was so easy I'm embarrassed to talk about it. I simply NFS mounted it to a different mount point (mount SERVER1:/stage /stage2) This way the original moint point remains available during a failover, and once the original is remounted, and the package exports it. The NFS point returns from being stale.