- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 11iv3 ONCPlus (AKA NFS) security
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
04-15-2008 01:27 PM
04-15-2008 01:27 PM
Attempting to set up the "new and improved" NFS on hpux 11iv3 and cannot seem to secure this product.
I "share" the filesystem with a specified server but it seems to allow read only to just about everyone else.
example of /etc/dfs/dfstab:
share -F nfs -o root=server1,rw=server1 -d "HP SW Dist" /sdist
I can mount and read/write from server1. This is great, but, I can also mount in readonly from server2. I cannot seem to find the way to restrict mount access completely to the "other" servers.
Boy, did Sun take the word "share" seriously. Must be taking Microsoft developer classes !! (default=no security )
Any assistance is greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2008 11:45 PM
04-15-2008 11:45 PM
Re: 11iv3 ONCPlus (AKA NFS) security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 12:16 AM
04-16-2008 12:16 AM
SolutionRemember that "-o rw" means "Read-mostly", that is read-only to most machines, but read-write to those specified
I have no 11iv3 near me to check, but I guess that option "-o access=server1" is still working with NFS v4 to prevent other servers to access the exported FS ?
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 03:13 AM
04-16-2008 03:13 AM
Re: 11iv3 ONCPlus (AKA NFS) security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 05:31 AM
04-17-2008 05:31 AM
Re: 11iv3 ONCPlus (AKA NFS) security
The access= option works the way it used to. You would not believe that there is absolutely no mention of it in the share_nfs man page. ( arrggg )
Thank you again.