<?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: root passwor lost in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702924#M249586</link>
    <description>Hi&lt;BR /&gt;last I got the solution.&lt;BR /&gt;In a trusted system, individual password files are stored on /tcb/files/auth/r directory with a file name root.remove password field from this field as well as /etc/passwd.then we can issuew passwd command.thanks for all help.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;ARun</description>
    <pubDate>Thu, 05 Jan 2006 02:42:36 GMT</pubDate>
    <dc:creator>aruns_s</dc:creator>
    <dc:date>2006-01-05T02:42:36Z</dc:date>
    <item>
      <title>root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702917#M249579</link>
      <description>Hi,&lt;BR /&gt;i forgot root password in one of the server.I can login as a normal user and use sudo to get root access.However, whwn I am trying to cahnge root password, it is asking for old root password which I forget&lt;BR /&gt;Please help how can I solve this with out rebooting the server.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Arun</description>
      <pubDate>Wed, 04 Jan 2006 23:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702917#M249579</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2006-01-04T23:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702918#M249580</link>
      <description>explicitly execute /sbin/passwd root</description>
      <pubDate>Wed, 04 Jan 2006 23:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702918#M249580</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-04T23:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702919#M249581</link>
      <description>HI&lt;BR /&gt;If am using passwd root, it is asking for the old root password which I could not recall.Any other means?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Arun</description>
      <pubDate>Wed, 04 Jan 2006 23:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702919#M249581</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2006-01-04T23:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702920#M249582</link>
      <description>Then you will need to boot the box in single-user mode. You will then be root and can set the passwd.</description>
      <pubDate>Thu, 05 Jan 2006 00:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702920#M249582</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-05T00:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702921#M249583</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you're not using trusted system, just simply edit /etc/passwd file (NOTE : copy first /etc/passwd to other directory for backup).&lt;BR /&gt;&lt;BR /&gt;FROM :&lt;BR /&gt;&lt;BR /&gt;root:8nvuu.Ki4lSO2:0:3::/:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;TO :&lt;BR /&gt;&lt;BR /&gt;root::0:3::/:/sbin/sh&lt;BR /&gt;&lt;BR /&gt;And after that, run command below :&lt;BR /&gt;&lt;BR /&gt;# passwd root&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 00:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702921#M249583</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2006-01-05T00:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702922#M249584</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;you said you can have root access by "sudo" here is a quick solution.&lt;BR /&gt;&lt;BR /&gt;get root access and make sure you have write access to /etc/shadow file.&lt;BR /&gt;&lt;BR /&gt;copy &amp;amp; paste the encrypted passwd from another system to this one&lt;BR /&gt;&lt;BR /&gt;For example if this is the root entry in /etc/shadow of the system you have forgoten root passwd. Then just replace the "$1$t....AWPv/" part.&lt;BR /&gt;&lt;BR /&gt;root:$1$tGqE/hYd$ijdjPK645e/MrlkDFAWPv/:12192:0:99999:7:::&lt;BR /&gt;&lt;BR /&gt;if you do not have write access to /etc/shadow file, can you reboot it to single user mode ? then you should be able to change root passwd.</description>
      <pubDate>Thu, 05 Jan 2006 00:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702922#M249584</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2006-01-05T00:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702923#M249585</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;regarding my previous reply, if your system is not a trusted sytem yet then you just need to change /etc/passwd file not /etc/shadow file.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 05 Jan 2006 00:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702923#M249585</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2006-01-05T00:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702924#M249586</link>
      <description>Hi&lt;BR /&gt;last I got the solution.&lt;BR /&gt;In a trusted system, individual password files are stored on /tcb/files/auth/r directory with a file name root.remove password field from this field as well as /etc/passwd.then we can issuew passwd command.thanks for all help.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;ARun</description>
      <pubDate>Thu, 05 Jan 2006 02:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702924#M249586</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2006-01-05T02:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: root passwor lost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702925#M249587</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;You need to work in ISL mode to change ur password.. Do the following steps..&lt;BR /&gt;&lt;BR /&gt;Reboot the machine and press Esc buttom in ur key board..&lt;BR /&gt;&lt;BR /&gt;From the menu screen press a to go the administration access..&lt;BR /&gt;&lt;BR /&gt;type boot isl pri&lt;BR /&gt;&lt;BR /&gt;press yes ..&lt;BR /&gt;&lt;BR /&gt;type..&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;it will take u to single user mode .. u can now change ur password..&lt;BR /&gt;&lt;BR /&gt;passwd root ( change the root password)&lt;BR /&gt;&lt;BR /&gt;Hope this will resolve ur issue.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Thu, 05 Jan 2006 08:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-passwor-lost/m-p/3702925#M249587</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-01-05T08:18:27Z</dc:date>
    </item>
  </channel>
</rss>

