- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to keep same owner for nfs mount points (i...
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
08-07-2006 10:18 PM
08-07-2006 10:18 PM
How to keep same owner for nfs mount points (in other server)?
I must keep the same owner of server A in the mounted file systems in server B.
How to achive this? Pls advice.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:27 PM
08-07-2006 10:27 PM
Re: How to keep same owner for nfs mount points (in other server)?
Ownership from Network file server is transfered to NFS clients automatically. You can see a difference in ownership if users on server and clients are built independently. Compare users' IDs on server and clients.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:48 PM
08-07-2006 10:48 PM
Re: How to keep same owner for nfs mount points (in other server)?
Not clear. Do you mean the userid I am getting in server B is same as in server A?
But how to get the same username?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:50 PM
08-07-2006 10:50 PM
Re: How to keep same owner for nfs mount points (in other server)?
is user A on server A has idnumber 34,
but on server B the idnumber 34 is used for user B, then the files on an export from server A appear to belong to user B.
To clarify:
If the idnumber are different, the owner will be different. Either use NIS or use consistent ids across machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:52 PM
08-07-2006 10:52 PM
Re: How to keep same owner for nfs mount points (in other server)?
There needs to be a mechanism whereby the user id on the client is also the user id (numeric) on the server.
Few possibilties:
1) Set up NIS services and make sure client and server are both part of the NIS domain. This will solve the issue.
2) NIS+ A bad idea because HP is dropping support for it in new OS.
3) LDAP Integration.
4) ADS Windows Integration.
All of the above ideas make the user mysuer the same on all servers, client and server, which will resolve this issue.
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
08-07-2006 11:12 PM
08-07-2006 11:12 PM
Re: How to keep same owner for nfs mount points (in other server)?
I have modified the username I require in server B. Now I got the correct username as in server A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 12:09 AM
08-08-2006 12:09 AM
Re: How to keep same owner for nfs mount points (in other server)?
Bill Hassell, sysadmin