- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Merging user accounts from servers with TCB enable...
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
04-10-2002 07:27 PM
04-10-2002 07:27 PM
Merging user accounts from servers with TCB enabled
I have 2 existing 10.x servers with tcb. I have to move the users to a 11.0 server without needing the users to change their passwords. I understand that I'll have to merge the existing /etc/passwd and /etc/group files and copy that into the new server. What about the tcb files, how to I work with them?
Thx for your help!
- Derek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 07:51 PM
04-10-2002 07:51 PM
Re: Merging user accounts from servers with TCB enabled
Run these on the 10.x server (after you have
move the home directory over to your 11.x server) :-
# cd /
# tar cvf /tmp/tcb.tar tcb
# cd /etc
# tar cvf /tmp/pword.tar passwd
# tar cvf /tmp/grp.tar group
==> Now ftp the /tmp/tcb.tar; /tmp/pword.tar and /tmp/grp.tar over to the 11.x server, put those files in say /tmp.
Run these on the 11.x server :-
# cd /etc
# cp passwd passwd.bak
# cp group group.bak
# mv /tcb /tcb.bak
# cd /etc
# tar xvf /tmp/pword.tar
# tar xvf /tmp/group.tar
# cd /
# tar xvf /tmp/tcb.tar
When it's all done the users will still have to change their password the first time they log in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 07:57 PM
04-10-2002 07:57 PM
Re: Merging user accounts from servers with TCB enabled
Thx again!
- Derek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 08:09 PM
04-10-2002 08:09 PM
Re: Merging user accounts from servers with TCB enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 08:18 PM
04-10-2002 08:18 PM
Re: Merging user accounts from servers with TCB enabled
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x181d8ffa98a2d5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 09:16 PM
04-10-2002 09:16 PM
Re: Merging user accounts from servers with TCB enabled
when you merge the files trusted or not make sure you dont have duplicate user ids or group ids.
John.