- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to allow NFS root export to a netgroup
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
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
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-03-2007 06:02 AM
тАО04-03-2007 06:02 AM
How to allow NFS root export to a netgroup
Alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2007 06:13 AM
тАО04-03-2007 06:13 AM
Re: How to allow NFS root export to a netgroup
showmount -e
I'd like to see /etc/exports from the Solaris box, because quite honestly your question is not understood, at least by me.
/etc/exports controls hp-ux nfs export just like it does on every other linux. The first field is what you want to export, the second includes security information which lets you discriminate by hostname at the very least.
Also helpful:
You OS, as nfs is greatly changed on 11.31 versus say 11.11 HP-UX.
What do you mean by netgroup? Is that a group of users on your network, a group in /etc/group what?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2007 06:26 AM
тАО04-03-2007 06:26 AM
Re: How to allow NFS root export to a netgroup
/usr/local/vxbench -root=root-trusted,access=all_hosts
were root-trusted and all_hosts is a group entry in NIS. If you substitute root-trusted by colon separate host names it works. With the above entry the error is unknown root-trusted host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2007 06:29 AM
тАО04-03-2007 06:29 AM
Re: How to allow NFS root export to a netgroup
root=@netgroup_name
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2007 06:34 AM
тАО04-03-2007 06:34 AM
Re: How to allow NFS root export to a netgroup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2007 10:21 PM
тАО04-03-2007 10:21 PM
Re: How to allow NFS root export to a netgroup
at least in 11i the usage of netgroups as access-list of the root= option is NOT allowed. This is explicitly stated in the man page (compare the entries for root= and access= ):
man exports:
>>
root=hostname[:hostname]...
Give root access only to the root users from a
specified hostname.
...
access=[access_list][:access_list]...
Give mount access to each access_list listed.
<<
Check for that man page entry at your 11.23 server!
mfG Peter