- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HA NFS module package to specify client hosts
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-29-2010 04:06 PM
07-29-2010 04:06 PM
In legacy package we can state what client hosts allowed to import/mount in hanfs.sh. How to do that in module package line "XFS" ? don't see example in document. Thank you.
David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2010 04:24 AM
07-30-2010 04:24 AM
SolutionThe A.11.31.06 release notes refer the reader to the A.11.31.05 Admin Guide, which supports the above combination of versions and also supports modular packages.
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02044844/c02044844.pdf
On page 54 step 9, it describes how to implement XFS values and states:
9. Create a separate XFS variable for each NFS directory to be exported. Specify the directory name and any export options. The directories must be defined in the above mounted file system list. An example for this parameter is as follows:
For nfs.conf generated on Serviceguard A.11.18
XFS "-o ro /pkg1a"
XFS "-o ro /pkg1b"
For nfs.conf generated on Serviceguard A.11.19
nfs/hanfs_export/XFS "-o ro /pkg1a"
nfs/hanfs_export/XFS "-o ro /pkg1b"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2010 09:02 AM
07-30-2010 09:02 AM
Re: HA NFS module package to specify client hosts
Presumably we can specify nfs clients (hostclienta hostclientb) as below statements ?
nfs/hanfs_export/XFS "-o ro root=hostclienta:hostclientb,access= hostclienta:hostclientb /pkg1a"
nfs/hanfs_export/XFS "-o ro root=hostclienta:hostclientb,access= hostclienta:hostclientb /pkg1b"
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2010 11:52 PM
08-01-2010 11:52 PM
Re: HA NFS module package to specify client hosts
nfs/hanfs_export/XFS "-o anon=65535,nosuid,root=hostclient1:hostclient2:host3:host4:host5,rw=hostclient1:hostclient2:host3:host4:host5,ro=host8:host9 /nfstest"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 04:23 AM
08-02-2010 04:23 AM