- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: User and Passwords on 2 Machines
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
01-12-2007 03:19 AM
01-12-2007 03:19 AM
User and Passwords on 2 Machines
What I'm basically wanting to do is have the users and passwords from the L2000 copied to the L3000 machine. Is there a way of doing this, restoring some files? Or do I have to re-enter the users and their passwords manually.
In the end I would like them to be synchronized, incase 1 machine goes down the other can be put into production with few probs(at least at the user login level).
Any help would be appreciated!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 03:40 AM
01-12-2007 03:40 AM
Re: User and Passwords on 2 Machines
If your systems are not trusted, then even simple just ignoring /tcb copying.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 03:40 AM
01-12-2007 03:40 AM
Re: User and Passwords on 2 Machines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 08:02 AM
01-12-2007 08:02 AM
Re: User and Passwords on 2 Machines
How do I change back to untrusted system... can't seem to find anything on that... it is late in the day though.
M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 08:20 AM
01-12-2007 08:20 AM
Re: User and Passwords on 2 Machines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 08:20 AM
01-12-2007 08:20 AM
Re: User and Passwords on 2 Machines
Only in trusted system /tcb exists. If your system is nontrusted, do:
1. copy /etc/group from old to new
2. copy /etc/passwd from old to new
3. tar /home on old system
4. untar /home tar file of old system onto new system
You are all set.
Good luck.