HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- automounter user/uid problem/question.
Operating System - Linux
1828642
Members
7501
Online
109983
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-01-2006 02:24 AM
06-01-2006 02:24 AM
automounter user/uid problem/question.
I'm using automounter on RHAS3 to mount my home directory that reside on an AIX server. My uid on the AIX server is 514. The uid 514 on the Linux server belongs to another user. When I log into the linux server and automounter mounts my home directory, the owner of all of my files and directories becomes the linux 514 uid/user. Is there anything I can do to remedy this, or is it just a matter of synching up uids across servers and platforms. I forsee this becoming an administrative nightmare as uids are not syched up across platform and in some cases across servers of the same platform.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 05:28 AM
06-01-2006 05:28 AM
Re: automounter user/uid problem/question.
No way around it other than syncing the UIDs. Depending on your environment, LDAP or NIS may be possible ways to alleviate the administrative nightmare.
--
Jeff Traigle
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 06:45 AM
06-01-2006 06:45 AM
Re: automounter user/uid problem/question.
Maybe you can grant all access to some group in the NFS server files, create the same group on your linux workstation and match the GID. Add your user account to that GID.
When you access the NFS server, access will be granted by group.
When you access the NFS server, access will be granted by group.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 07:20 AM
06-01-2006 07:20 AM
Re: automounter user/uid problem/question.
Thanks for the info... I've decided to change the mis-matched uids as follows:
find / -uid 500 -ls (finger check)
find / -uid 500 -print0 | xargs -0 chown (make the change)
find / -uid 500 -ls (finger check)
find / -uid 500 -print0 | xargs -0 chown
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP