- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HANFS
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-24-2011 08:02 AM
07-24-2011 08:02 AM
Hi all,
I am having one cluster active passive cluster.We are having HANFS also.One fs is exported from this cluster server to another client server. Now I want to remove this NFS from the client.And the same FS need to be mounted to another client server to access the HANFS FS.How can I achieve the same.What are the steps inviolved.Is there any downtime required.
OS-HP-UX11.31
MCSG - A.11.20
Solved! Go to Solution.
- Tags:
- HANFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2011 12:02 AM
07-25-2011 12:02 AM
Re: HANFS
Helo....
Is there any update on this..Its very urgent..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2011 10:14 AM
07-25-2011 10:14 AM
Re: HANFS
Hey;
The steps to do that are the same as if you didnt' have a cluster with one addendum. You can do that all in one command via:
exportfs -o access=${new_client} ${mount_point} # if 11.23/below or
share -F nfs -o sec=sys,root=${new_client} ${mount_point} # for 11.31
The one addendum is that you'll want to update your hanfs script and copy it over to the adoptive node. At some point, sooner rather than later, you'll want to run a failover test to verify that you haven't messed up the script at all.
Hope that helps.
Doug O'Leary
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2011 12:17 PM
07-26-2011 12:17 PM
Solution