- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
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
09-06-2002 04:54 AM
09-06-2002 04:54 AM
I have to transfer a passwd file with 800 users from a K370 to an rp5400.
Does anyone know's a good/working procedure for this job. I hope I don't have to type everything again.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 04:59 AM
09-06-2002 04:59 AM
SolutionUnless I'm missing something, this shouldn't be too difficult.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:00 AM
09-06-2002 05:00 AM
Re: TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
you need to move their HOME directories
/etc/passwd
/etc/group
/etc/profile
and any other profiles (.profile, .cshrc) ...
You can use "rcp"
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:01 AM
09-06-2002 05:01 AM
Re: TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
As well as passwd remember the relationship to the groups file.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:27 AM
09-06-2002 05:27 AM
Re: TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
Perhaps you should not copy the passwd and as it is, "system" users (as root) may be different. Make a copy of passwd and group files on the original system. Edit the files, delete evrything exept for the "ordinary" users (and groups). Transfer the files to the new system, merge the files whith this systems passwd and group files (cat
How about home directorys, NFS-mounted? or are you going to copy these too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:32 AM
09-06-2002 05:32 AM
Re: TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
You can copy across the /etc/passwd & /etc/group. Mount the /home as /home_new on your old server, then you can use find & cpio to copy all the home directories across.
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:40 AM
09-06-2002 05:40 AM
Re: TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
Just make sure the homes are identical on both systems. Again if NIS is okay, then there should be no concern about NFS.
IF secrity is a problem, then install the secure shell packages available from HP. Secure copy supports wildcards, and transfers encrypted.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 12:48 PM
09-06-2002 12:48 PM
Re: TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2002 10:50 PM
09-08-2002 10:50 PM
Re: TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
My fingers are very happy with this news.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 08:19 AM
09-09-2002 08:19 AM
Re: TRANSFERRING USERS BETWEEN TWO UNIX SERVERS
why not use HP's "OpenSSH" and "rsync"?
"rsync" can use the "SSH" as transport tunnel, and is just so simple to use...
http://rsync.samba.org
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 06:19 PM
09-14-2005 06:19 PM