<?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: Resetting password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-password/m-p/5599077#M640422</link>
    <description>&lt;P&gt;Hi Dennis Handly,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your nice suggetion, this saved my lot of time ..... The syntax which i used is as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;remsh &amp;lt;server name &amp;gt; /usr/sam/lbin/usermod.sam -p `echo password66 | /usr/lbin/makekey` &amp;lt;user id&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i am using the above command the passwd for the user is password ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again thanks a lot for your help.. :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Laiju.C.Babu&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2012 10:13:36 GMT</pubDate>
    <dc:creator>laiju.c.babu</dc:creator>
    <dc:date>2012-03-27T10:13:36Z</dc:date>
    <item>
      <title>Resetting password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-password/m-p/5597609#M640420</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to change the password of a&amp;nbsp; normal user in my Unix machines .. I have&amp;nbsp; more than 500 machines . Its very difficult to login to each machine and do , could any one please help me to provide a script to do&amp;nbsp; this. The details are as follows :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OS === HPunix 11iv2&lt;/P&gt;&lt;P&gt;The OS is a trusted server , remsh is already enabled .. Could any one please provide me some light on this ...&lt;/P&gt;&lt;P&gt;I have a file contains the&amp;nbsp; list of all host names ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Laiju.C.Babu&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 11:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-password/m-p/5597609#M640420</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2012-03-26T11:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-password/m-p/5598431#M640421</link>
      <description>&lt;P&gt;&amp;gt;I have a file contains the list of all host names ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A skeleton would be:&lt;/P&gt;&lt;P&gt;for host in $(&amp;lt; host-list); do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; echo "Setting password for host: $host:"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; remsh $host -n ...&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some threads using usermod.sam:&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/Using-Makekey-and-Usermod-sam/m-p/4431217/" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/Using-Makekey-and-Usermod-sam/m-p/4431217/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/usr-sam-lbin-usermod-sam/m-p/4090976/" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/usr-sam-lbin-usermod-sam/m-p/4090976/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Security/How-can-I-reset-the-root-password-remotely-on-a-trusted-system/m-p/5342487/highlight/true#M18835www3.hp.com/t5/Languages-and-Scripting/script-to-create-new-user-and-set-a-password/m-p/5572149/" target="_blank"&gt;http://h30499.www3.hp.com/t5/Security/How-can-I-reset-the-root-password-remotely-on-a-trusted-system/m-p/5342487/highlight/true#M18835www3.hp.com/t5/Languages-and-Scripting/script-to-create-new-user-and-set-a-password/m-p/5572149/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/Set-password-script/m-p/3580901/" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/Set-password-script/m-p/3580901/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/Changing-password-on-HPUX-without-asking-for-password/m-p/3377072/" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/Changing-password-on-HPUX-without-asking-for-password/m-p/3377072/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/script-to-Reset-passwd-for-some-particular-user/m-p/3919850/" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/script-to-Reset-passwd-for-some-particular-user/m-p/3919850/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/Need-to-remove-bug/m-p/4111499/" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/Need-to-remove-bug/m-p/4111499/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/Script-for-password/m-p/3817064/" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/Script-for-password/m-p/3817064/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 20:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-password/m-p/5598431#M640421</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-03-26T20:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-password/m-p/5599077#M640422</link>
      <description>&lt;P&gt;Hi Dennis Handly,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your nice suggetion, this saved my lot of time ..... The syntax which i used is as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;remsh &amp;lt;server name &amp;gt; /usr/sam/lbin/usermod.sam -p `echo password66 | /usr/lbin/makekey` &amp;lt;user id&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i am using the above command the passwd for the user is password ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again thanks a lot for your help.. :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Laiju.C.Babu&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 10:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-password/m-p/5599077#M640422</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2012-03-27T10:13:36Z</dc:date>
    </item>
  </channel>
</rss>

