<?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: How to recover root password in Trusted system HP-UX 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451197#M208802</link>
    <description>try some exploits!&lt;BR /&gt;  ... just kidding :)&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Dec 2004 03:13:19 GMT</pubDate>
    <dc:creator>RATEFIARIVONY</dc:creator>
    <dc:date>2004-12-28T03:13:19Z</dc:date>
    <item>
      <title>How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451189#M208794</link>
      <description>Hi all,&lt;BR /&gt;I changed my HP9000 system to trusted system.&lt;BR /&gt;I chose the option: "Require Login Upon Boot to Single-User State".&lt;BR /&gt;&lt;BR /&gt;After a long time, I forget the root password.&lt;BR /&gt;&lt;BR /&gt;I reboot the system to single-user mode. It asks me to login: ask for username: root. And then password for root. &lt;BR /&gt;I forget the root password. How can I login user root and change it ??????&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Hung&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Dec 2004 23:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451189#M208794</guid>
      <dc:creator>hung_9</dc:creator>
      <dc:date>2004-12-27T23:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451190#M208795</link>
      <description>Actually the way to go is to null it out&lt;BR /&gt;&lt;BR /&gt;restart your machine.&lt;BR /&gt;&lt;BR /&gt;If you have a console ctrl-b, login and then use the rs command.&lt;BR /&gt;&lt;BR /&gt;Power switch only if no user can soft boot the machine.&lt;BR /&gt;&lt;BR /&gt;Interupt at the console at the 10 second prompt&lt;BR /&gt;&lt;BR /&gt;bo&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Y Interact&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;You will now boot single user mode.&lt;BR /&gt;&lt;BR /&gt;mount /var&lt;BR /&gt;mount /tmp&lt;BR /&gt;&lt;BR /&gt;You may need to use the fill path of the mount command.&lt;BR /&gt;&lt;BR /&gt;vi /tcb/files/auth/r/root&lt;BR /&gt;&lt;BR /&gt;change:&lt;BR /&gt;        :u_pwd=YfdfdTmswL7o/.:\&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;        :u_pwd=:\&lt;BR /&gt;&lt;BR /&gt;null it out and save it.&lt;BR /&gt;&lt;BR /&gt;passwd&lt;BR /&gt;&lt;BR /&gt;Set the root password and remember it this time.&lt;BR /&gt;&lt;BR /&gt;Done.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;&lt;/ENTER&gt;</description>
      <pubDate>Mon, 27 Dec 2004 23:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451190#M208795</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-27T23:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451191#M208796</link>
      <description>hello hung,&lt;BR /&gt;&lt;BR /&gt;these are notes that I have used;&lt;BR /&gt;&lt;BR /&gt;boot into single user mode&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;# /usr/lbin/tsconvert -r&lt;BR /&gt;this untrusts the system&lt;BR /&gt;&lt;BR /&gt;do # passwd root&lt;BR /&gt;&lt;BR /&gt;this will allow you to change the password without the old one &lt;BR /&gt;&lt;BR /&gt;# /usr/lbin/tsconvert -rto put the system trusted.&lt;BR /&gt;&lt;BR /&gt;you can also remove the passowrd entry when in single user mode &lt;BR /&gt;&lt;BR /&gt;# tcb/files/auth with a trusted system but any editing of the passwd files is not recommended.&lt;BR /&gt;&lt;BR /&gt;when done # init 3&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Dec 2004 23:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451191#M208796</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-12-27T23:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451192#M208797</link>
      <description>Thank for all of your reply.&lt;BR /&gt;&lt;BR /&gt;But in fact when I changed my system to trusted system, I also chose the option: "Require Login Upon Boot to Single-User State"&lt;BR /&gt;&lt;BR /&gt;So When I boot to single-user mode as following:&lt;BR /&gt;ISL&amp;gt;hpux -is&lt;BR /&gt;........&lt;BR /&gt;&lt;BR /&gt;INIT: Overriding default level with level 's'&lt;BR /&gt;&lt;BR /&gt;Boot Authentication:&lt;BR /&gt;&lt;BR /&gt;Please enter your login name: root&lt;BR /&gt;password:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Because I do not have root password. I can not enter Single-Usermode.&lt;BR /&gt;&lt;BR /&gt;I have no chance to execute any command here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggestion?&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Hung</description>
      <pubDate>Tue, 28 Dec 2004 01:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451192#M208797</guid>
      <dc:creator>hung_9</dc:creator>
      <dc:date>2004-12-28T01:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451193#M208798</link>
      <description>not sure if this will work;&lt;BR /&gt;&lt;BR /&gt;can you boot into multiuser mode?&lt;BR /&gt;&lt;BR /&gt;if so when fully up issue&lt;BR /&gt;&lt;BR /&gt;init 1&lt;BR /&gt;&lt;BR /&gt;this should take you into single user mode,&lt;BR /&gt;&lt;BR /&gt;then change the system from trusted to untrusted as detailed before.&lt;BR /&gt;&lt;BR /&gt;if this doesn't work then try removing the password entry as steven has explaine&lt;BR /&gt;&lt;BR /&gt;cp /tcb/files/auth/r/root root.bck&lt;BR /&gt;&lt;BR /&gt;vi /tcb/files/auth/r/root &lt;BR /&gt;&lt;BR /&gt;remove characters in u_pwd=xxxxxxxx:\&lt;BR /&gt;&lt;BR /&gt;remove the x's&lt;BR /&gt;&lt;BR /&gt;not sure if this will help as noty had the issue myself.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2004 01:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451193#M208798</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-12-28T01:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451194#M208799</link>
      <description>Hello Lawrenzo &lt;BR /&gt;I can not boot into multiuser mode. I do not have root password!&lt;BR /&gt;&lt;BR /&gt;What can I do now??&lt;BR /&gt;Thanks a lot&lt;BR /&gt;Hung</description>
      <pubDate>Tue, 28 Dec 2004 01:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451194#M208799</guid>
      <dc:creator>hung_9</dc:creator>
      <dc:date>2004-12-28T01:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451195#M208800</link>
      <description>Hi Hung,&lt;BR /&gt;&lt;BR /&gt;there are 2 ways of doing it. I have used one of them successfully.&lt;BR /&gt;&lt;BR /&gt;1) Load fresh OS on a new disk, import the vg00 here, mount the root filesystem and remove the root password as indicated by SEP.&lt;BR /&gt;&lt;BR /&gt;I used this method and recovered the system.&lt;BR /&gt;&lt;BR /&gt;2) Another way is try through recovery CD, boot from recovery CD and mount the root filesystem and remove the root passwd.&lt;BR /&gt;&lt;BR /&gt;I first attempted this method and had some problem in my CD. So I took the route of fresh OS on a different disk.&lt;BR /&gt;&lt;BR /&gt;I don't know if there are other ways to recover this. Maybe, somebody else here might provide you a easier, better solution.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.</description>
      <pubDate>Tue, 28 Dec 2004 02:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451195#M208800</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2004-12-28T02:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451196#M208801</link>
      <description>Hi Hung.&lt;BR /&gt;Why don't you take OS backup tape before making trusting system (you  tried make_tape_recovery many times before).&lt;BR /&gt;I also recommend you use recovery method to recover this system&lt;BR /&gt;re</description>
      <pubDate>Tue, 28 Dec 2004 02:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451196#M208801</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-28T02:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451197#M208802</link>
      <description>try some exploits!&lt;BR /&gt;  ... just kidding :)&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2004 03:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451197#M208802</guid>
      <dc:creator>RATEFIARIVONY</dc:creator>
      <dc:date>2004-12-28T03:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451198#M208803</link>
      <description>Hi Tien&lt;BR /&gt;It is a good idea.&lt;BR /&gt;&lt;BR /&gt;Hi Mohanasundaram&lt;BR /&gt;I will try both of your methods.&lt;BR /&gt; &lt;BR /&gt;Thanks all of you.&lt;BR /&gt;Regards&lt;BR /&gt;Hung</description>
      <pubDate>Tue, 28 Dec 2004 20:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/3451198#M208803</guid>
      <dc:creator>hung_9</dc:creator>
      <dc:date>2004-12-28T20:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover root password in Trusted system HP-UX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/6402189#M486390</link>
      <description>&lt;P&gt;first &lt;STRONG&gt;reboot&lt;/STRONG&gt; the machine using &lt;STRONG&gt;init 6 / reboot&lt;/STRONG&gt; command.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;---&amp;nbsp; reboot.&lt;/P&gt;&lt;P&gt;wait for "&lt;STRONG&gt;press any key ro interrupt autoboot&lt;/STRONG&gt;" screen &amp;amp; press any key &amp;nbsp; &amp;nbsp; &amp;lt;---&amp;nbsp; single user mode.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;passwd root&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;---&amp;nbsp; change password command&lt;/P&gt;&lt;P&gt;type new password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 13:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-recover-root-password-in-trusted-system-hp-ux-11i/m-p/6402189#M486390</guid>
      <dc:creator>kodeswarank</dc:creator>
      <dc:date>2014-03-06T13:04:51Z</dc:date>
    </item>
  </channel>
</rss>

