- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: using anon in /etc/exports
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
10-03-2006 12:36 PM
10-03-2006 12:36 PM
using anon in /etc/exports
cat /etc/exports
/usr/data -anon=202
when i touch a file from a NFS client as a user unknown to the server, the file is not owned by 202 but the UID of the client user!?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 07:29 PM
10-03-2006 07:29 PM
Re: using anon in /etc/exports
please see:
http://www.unix.org.ua/orelly/networking/puis/ch20_02.htm
Last three paragraphs above 20.2.1.2, which start with "Sun's documentation of anon states"
The /etc/passwd file is NOT read
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 04:08 AM
10-04-2006 04:08 AM
Re: using anon in /etc/exports
i also learned from HP that supposedly the anon option only applies to root users on UNIX NFS clients ...and has no impact for non-root users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 05:41 AM
10-04-2006 05:41 AM
Re: using anon in /etc/exports
I suspect this is because your client is coming from a system (Linux in this case) that uses UIDs. The client system reports the effective local UID on access & just because that UID is not "valid" on the server the files will still be owned by the reported UID of the client system. Just because you typed anonymous as a username does not mean your effective UID will not be reported to the server.
The anon feature is designed for clients (like WinBlows) that do not use UIDs.
My $0.02,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 08:52 AM
10-04-2006 08:52 AM
Re: using anon in /etc/exports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 08:54 AM
10-04-2006 08:54 AM