- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Transfer user accounts from 10.20 to 11.11
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
06-08-2006 03:21 AM
06-08-2006 03:21 AM
I need to transfer all our user accounts from our old and failing 10.20 box to a brand new sparkling 11i machine.
the tricky part is the 10.20 is running untrusted and the new one is in trusted mode. I cannot change the 10.20 to trusted as various apps will break.
Can I revert the new one to untrusted, copy /etc/passwd and /etc/group and then convert back to trusted mode? Will my users passwords be retained?
thanks for any help with this
cheers
Guy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 03:37 AM
06-08-2006 03:37 AM
SolutionYes you can convert back to untrusted, and copy the files over and reconvert to trusted.
A couple of alerts though.
Don't forget the home directory structure as well - just because you copy the password list does not mean the users will actually have a home directory.
When you convert to trusted remember that all passwords over 8 characters will be truncated.
finally have an additional root window open when you convert back to trusted. That way if the root password is disabled, you have a way to reset it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 03:46 AM
06-08-2006 03:46 AM
Re: Transfer user accounts from 10.20 to 11.11
The only way to reliably migrate the users password information is to convert back to untrusted first.
I used to not do that an issue new passwords with a reminder concerning password security rules as a way to improve awareness of security.
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
06-08-2006 06:15 AM
06-08-2006 06:15 AM
Re: Transfer user accounts from 10.20 to 11.11
Are you also pulling the users home directory as well? If not, make sure you create the directorys and assign appropriate permissions. I would guess, you will at least pull over the .profiles/.logins???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 08:02 PM
06-08-2006 08:02 PM
Re: Transfer user accounts from 10.20 to 11.11
cheers
Guy