- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why would you need to change UIDs?
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
02-23-2004 02:11 AM
02-23-2004 02:11 AM
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=457867&admit=716493758+1077547735885+28353475
Being a still-green Linux/HPUX guy in my spare time, I cannot fathom why anyone would want to do this. It seems unnecessary, but I'm sure I'm missing something
Therefore, a bounty on this knowledge: Appropriate points for whoever answers.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 02:17 AM
02-23-2004 02:17 AM
SolutionOr, you want to start using NFS from one machine to another. If users have different UID's on each machine, they will not be able to read their own files over NFS.
Or, you want to put two of the machines into a MS/SG cluster. Again you need to synchronise the UID's.
There may be many other reasons to do it too.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 02:17 AM
02-23-2004 02:17 AM
Re: why would you need to change UIDs?
Also, it can be needed when users from multiple hosts are merged onto one box. Another possible reason is changing corporate standards. e.g. All users in the Finance Department shall fall into the uid range "300-499".
Once you get out of the one Linux/UNIX box mentality then the reasons become more obvious.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 02:18 AM
02-23-2004 02:18 AM
Re: why would you need to change UIDs?
well there are several options, one is suppose you are intergrating servers into NIS. Merging two servers to one.
HTH,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 02:20 AM
02-23-2004 02:20 AM
Re: why would you need to change UIDs?
One situation I can think of is letting SAM default to the next available UID number. If you've done that you end up with UIDs low numbers. Many SysAdmins advocate segregating regular user UIDs from system UIDs by making the users UIDs start at 1000. If you had let SAM default and now wanted to fix it, that would be one situation for changing UIDs!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 02:39 AM
02-23-2004 02:39 AM
Re: why would you need to change UIDs?
Regular user id's start with 100 on HP-UX
They start with UID 500 on Linux.
I have an account call schmo on both.
The UID is 103 on HP 503 on Linux.
Systems Administration transfers from files from Linux to HP for me, or a cron script or whatever.
I log onto HP and I don't own the files.
Username is nice but its really the numeric id that matters.
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
02-23-2004 04:10 AM
02-23-2004 04:10 AM
Re: why would you need to change UIDs?
Thanks again for everyone's (conceptual) help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 04:57 AM
02-23-2004 04:57 AM
Re: why would you need to change UIDs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 05:09 AM
02-23-2004 05:09 AM
Re: why would you need to change UIDs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 05:10 AM
02-23-2004 05:10 AM
Re: why would you need to change UIDs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 05:18 AM
02-23-2004 05:18 AM
Re: why would you need to change UIDs?
If server A crashes the package (which usually contain filesystems) are now swung over to Server B. If your accounts aren't synced on both servers.
You may have for example your databases trying to start as usera instead of oracle because of mismatched uids.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 05:21 AM
02-23-2004 05:21 AM
Re: why would you need to change UIDs?
No points for either of my redundant posts.