<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Password Syncronization in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567771#M227650</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;if i include the passwd and group file in the nsswitch.conf file would it automatically synchronise those files?</description>
    <pubDate>Tue, 21 Jun 2005 09:45:42 GMT</pubDate>
    <dc:creator>Nicky_5</dc:creator>
    <dc:date>2005-06-21T09:45:42Z</dc:date>
    <item>
      <title>Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567767#M227646</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;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..&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;My questions is :&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Please advice.</description>
      <pubDate>Tue, 21 Jun 2005 09:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567767#M227646</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-06-21T09:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567768#M227647</link>
      <description>No, /etc/passwd alone won't do the job on HP-UX, though /etc/passwd /etc/group /etc/shadow will do the job on Linux, so long as you exclude the system accounts from this move.&lt;BR /&gt;&lt;BR /&gt;You might do better by setting up A as an ldap server and having B synch an cache the ldap database from A.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Jun 2005 09:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567768#M227647</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-21T09:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567769#M227648</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thankyou for your reply, &lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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...&lt;BR /&gt;&lt;BR /&gt;Please advice if sunchronising the /etc/passwd, /etc/group would be enough on an HP UX machine?</description>
      <pubDate>Tue, 21 Jun 2005 09:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567769#M227648</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-06-21T09:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567770#M227649</link>
      <description>if the users currently have the same uid on both systems, and the groups have the same gid on both systems, it should work.  &lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 21 Jun 2005 09:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567770#M227649</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-06-21T09:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567771#M227650</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;if i include the passwd and group file in the nsswitch.conf file would it automatically synchronise those files?</description>
      <pubDate>Tue, 21 Jun 2005 09:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567771#M227650</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-06-21T09:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567772#M227651</link>
      <description>The nsswitch is used by NIS, NIS+, LDAP and DNS to tell the system where to look for the files in the list.  You would have to run NIS, NIS+ or LDAP to truly sychronize the systems.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Do you also want the home directories to be identical on each system as well?</description>
      <pubDate>Tue, 21 Jun 2005 10:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567772#M227651</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-06-21T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567773#M227652</link>
      <description>yes, i want both the systems to be the exact clone, &lt;BR /&gt;i think i can move the homes over using rdist too. wouldnt that solve the problem of creating each user?&lt;BR /&gt;&lt;BR /&gt;actually machine B will not be used unelss A goes down.&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;let me know if you see any flaws with this plan.. being less experienced i am sure i must have overlooked somethings.</description>
      <pubDate>Tue, 21 Jun 2005 11:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567773#M227652</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-06-21T11:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567774#M227653</link>
      <description>Yes, it would.  you also need to ensure at a minimum that the following files in /etc contain the same entries on both systems&lt;BR /&gt;&lt;BR /&gt;hosts&lt;BR /&gt;services &lt;BR /&gt;networks&lt;BR /&gt;protocols</description>
      <pubDate>Tue, 21 Jun 2005 11:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567774#M227653</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-06-21T11:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password Syncronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567775#M227654</link>
      <description>Hi,&lt;BR /&gt;thankyou for your replies, This was really helpful..</description>
      <pubDate>Tue, 21 Jun 2005 13:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-syncronization/m-p/3567775#M227654</guid>
      <dc:creator>Nicky_5</dc:creator>
      <dc:date>2005-06-21T13:18:17Z</dc:date>
    </item>
  </channel>
</rss>

