- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password Syncronization
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-21-2005 02:16 AM
06-21-2005 02:16 AM
Password Syncronization
The question i have is basically on AIX but since i did not get any replies on the aix forums i am posting it here...i guess it can be applied to HP as well..
I have a production aix machine (lest call it A). We have now purchased a machine simillar to A (machine B) we plan to use this as a DR machine.
In order to do that B should be a clone of A. This is do-able as far as the non root filesystems are concerned.
My questions is :
How do i synchronise the userids and passowrds on both the machines? I want that User1 should be able to login to both machines using the same password. I dont think that getting just the /etc/password files over onto machine B is enough.
Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:18 AM
06-21-2005 02:18 AM
Re: Password Syncronization
You might do better by setting up A as an ldap server and having B synch an cache the ldap database from A.
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-21-2005 02:24 AM
06-21-2005 02:24 AM
Re: Password Syncronization
Thankyou for your reply,
Since the oslevel on this machine is out of support i am unable to get any softwares for it, welse i was initially planning on putting the 2 machines in a cluster.
There are planse to upgrade the OS but in the mean while we need to have this manual process where in all the non system files will be "rdist'ed" over, the databases would be synchronised by the DBA. So that leaves me with the question of synchronising the user ids and password.
I have never worked with LDAp before and would really take me a lot of time to configure A as ldap server Plus A being a production machine i dont want to play around with it without being really sure...
Please advice if sunchronising the /etc/passwd, /etc/group would be enough on an HP UX machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:41 AM
06-21-2005 02:41 AM
Re: Password Syncronization
If the the AIX boxes have a nsswitch.conf file, look in it for the complete list of files in /etc that should be kept in sync between the systems. That will give you an idea of all the files that should at least be examined for consistency between systems
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:45 AM
06-21-2005 02:45 AM
Re: Password Syncronization
The Macine B is new and does not have anything on it yet. i was planning to copy or rdist the passwd and group files over. If i do that the uid and gids would be the same. But do u know which file should be synchronised on the 2 machnes inorder to have same passwords on both machine?
if i include the passwd and group file in the nsswitch.conf file would it automatically synchronise those files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 03:07 AM
06-21-2005 03:07 AM
Re: Password Syncronization
The copying of the password and groups files will work in your case just fine. The only problem you will have is that you will need to create the users on each system in order for them to have a home directory on each system.
Do you also want the home directories to be identical on each system as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 04:01 AM
06-21-2005 04:01 AM
Re: Password Syncronization
i think i can move the homes over using rdist too. wouldnt that solve the problem of creating each user?
actually machine B will not be used unelss A goes down.
Once A crashed (for whatever reasone) we will make the host name A point to B's ip so that when ppl connect using hostname A they wil get the prompt for machine B which would we exactly the same as Machine A.
let me know if you see any flaws with this plan.. being less experienced i am sure i must have overlooked somethings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 04:05 AM
06-21-2005 04:05 AM
Re: Password Syncronization
hosts
services
networks
protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 06:18 AM
06-21-2005 06:18 AM
Re: Password Syncronization
thankyou for your replies, This was really helpful..