- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount for package
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-28-2003 10:22 PM
07-28-2003 10:22 PM
Is it possible for a package to use (instead of a disk) a NFS mount point on the network?
I know that in practice it is not proper to do this, but I wonder if it could be possible to configure something like this with ServiceGuard.
Thanks,
Cristi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 10:29 PM
07-28-2003 10:29 PM
SolutionStrictly speaking it is possible, you must configure in the customer_defined_run_function() the proper code to do the remote mount and umount, and also in the customer_defined_halt_function.
In that case, you must take care of all the possible failure situation, and with nfs on hpux is not that easy.
But, at least, you need a shared vg for one of the packages, if you are going to build a 2 node cluster.
You cannot overcome this limitation with a nfs mount.
With 2 node a shared disk a pre-requisite, to resolv the split-brain sindrome.
With 3 or 4 it is advised
With more that 5 nodes it is not supported to have it.
There is a thing that i haven't studied yet, and that is the quorum server.
http://docs.hp.com/hpux/ha/index.html#Quorum%20Server
It may be of help, i don't know...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 10:36 PM
07-28-2003 10:36 PM
Re: NFS mount for package
Is in not build in with the templates what you get with MC/SG but there is workaround which you can do.
1. either write a function in the package control script and include them in that file after this line
#-------------------MAINLINE Control Script Code Starts Here-----------------
2. The other way is to write your own scripts to mount and unmount the NFS filesystems and define them in custome defined function
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 10:36 PM
07-28-2003 10:36 PM
Re: NFS mount for package
look here:
http://docs.hp.com/hpux/onlinedocs/B3936-90070/B3936-90070.html
it looks like you can do it, but with the additional cost of implementing a Quorum server.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 10:54 PM
07-28-2003 10:54 PM