Operating System - HP-UX
1832207 Members
2750 Online
110040 Solutions
New Discussion

Moving thousands of users from production system...

 
Dave Cast
Frequent Advisor

Moving thousands of users from production system...

I need to move about 2000 users from a production system to a replacement server...the current production system is an (trusted system) 11.0 being moved to an (trusted system) 11.31...

I know I can write a script to extract the names of the accounts and create them - my question is this: can I copy the user accounts & home directories (essentially everything related to the user accounts) to the new system
and have them use their existing passwords (from the old system)when they go to login to the new one?

Today is different and tomorrow the same.
2 REPLIES 2
Pete Randall
Outstanding Contributor

Re: Moving thousands of users from production system...

I believe that's possible. You'll need to copy the /tcb directory structures and their home directories but that should do it.


Pete

Pete
Yashwant
Valued Contributor

Re: Moving thousands of users from production system...

just grabb the /home/* /etc/passwd and /etc/group and /tcb/files/auth directory...