- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS in MCSG environment
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-2005 04:03 PM
07-28-2005 04:03 PM
NFS in MCSG environment
1. One NFS Server (HP-UX11i) with two locally mounted directories that will be exported to the NFS client (HPUX 11i).
2. NFS client mounts the NFS directories using the same mount points (e.g. in NFS server - /mount1 and /mount1/work1; client nfs mounts - /mount1 and /mount1/work1).
3. When the NFS server goes down (e.g., no more nfsd processes running), the package should failover to the NFS client. In short, the NFS client now locally mounts the two directories and exports them using the same mount points.
Question:
Is this a valid configuration?
"Edited to comply with ITRC Guidelines"
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 05:30 PM
07-28-2005 05:30 PM
Re: NFS in MCSG environment
I would be careful here as you appear to be cross mounting the devices, and this may lead to issues when moving the package from the failed node to the backup node.
The Toolkit is the better way to go.
If you have the MCOE, these toolkits should be included.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 08:09 PM
07-28-2005 08:09 PM
Re: NFS in MCSG environment
What issues will possibly occur when having such setup? Also, will it be better if I have this setup:
1. NFS Server - Locally mount directories as /mount and mount/work, nfs export as /mount1 and /mount1/work1 respectively.
2. NFS client - NFS mount using /mount1 and /mount1/work1
Would this setup be easier than the first one and will there be any performance implications if I use this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 04:33 AM
07-29-2005 04:33 AM
Re: NFS in MCSG environment
I am not a big fan of NFS and clusters, because people mix highly available with NFS which is not highly available. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 05:16 PM
07-29-2005 05:16 PM
Re: NFS in MCSG environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2005 02:15 AM
07-31-2005 02:15 AM
Re: NFS in MCSG environment
If you have created two packages then in second package incorporate the delay parameter so that second package will start after specified delay.
In first package under custom defined run cmd incorporate the script which will start nfs server, export filesystem and in custom defined halt incoporate the script which will unexport the filesystem and stop the nfs server.
regds,
MP