- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Moving accounts from trusted system to another TS
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-2010 03:09 PM
02-23-2010 03:09 PM
MOST accounts were set up with the identical userID numbers, groups, etc. However, we have noticed about 50 (out of the 500+) that the u_id number in the tcb/files/auth/a-z/user_ID file is NOT the same as that in the /etc/passwd file.
What is the impact of having different u_id# numbers vs those in the /etc/passwd file?
Do we need to ensure the user numbers are identical?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 04:01 PM
02-23-2010 04:01 PM
Re: Moving accounts from trusted system to another TS
It should be different. hence u_id# from /tcb/files/auth/A-Z|a-Z* -> which you are seeing is something like "encypyted"
number from /etc/passwd is the "uid" -> actual User ID
>>>Do we need to ensure the user numbers are identical?<<<
if you are refering to "u_id from /tcb & /etc/passwd
NO need.
backup & copy or file transfer /etc/passwd /etc/group files from "(e.g Server A) using ftp ,sftp to another system B
create tcb.tar file of /tcb directory from (e. Server A) and transfer and untar tcb.tar to another system B
HTH,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 04:51 PM
02-23-2010 04:51 PM
SolutionNo, it should NOT be different. The u_uid in the /tcb directory structure is the SAME uid that appears in /etc/passwd for a user.
>>hence u_id# from /tcb/files/auth/A-Z|a-Z* ->
>>which you are seeing is something like
>>"encypyted"
No, it's not. See comment above.
The only thing encrypted in each users file is the contents of the u_pwd field, which is the encrypted password.
>>Do we need to ensure the user numbers are identical?
Yes, I would. I don't know what kind of adverse affects having them mismatched would generate, but I don't think I would want to try it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 04:59 PM
02-23-2010 04:59 PM
Re: Moving accounts from trusted system to another TS
From the prpwd (4) man page:
u_id - This is the user id for the account which must match the user id field of the corresponding /etc/passwd entry.
It does not mention the impact of them not matching, but why tempt fate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 06:33 PM
02-23-2010 06:33 PM
Re: Moving accounts from trusted system to another TS
Apologies, for my comment which I "mentioned" should not be same,
Hope It should be the same, spl. thks for "Patrick Wallek" for correcting me
Thx,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 08:31 AM
02-24-2010 08:31 AM
Re: Moving accounts from trusted system to another TS
Appreciate the responses: THANK YOU.
SB