<?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 Resetting root password on server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577907#M229304</link>
    <description>I have an HP9000 rp34* server which does not have any graphics card, etc attached to it, only a serial console connection.  I need to reset the root password but I am not sure how I get into single user mode to do so.  I assume I have to use the console to reboot the machine into this mode to reset the root password by editing /etc/passwd?  Does anyone have a procedure to do this for this server?  Thanks.</description>
    <pubDate>Thu, 07 Jul 2005 09:11:21 GMT</pubDate>
    <dc:creator>Erick Griffin</dc:creator>
    <dc:date>2005-07-07T09:11:21Z</dc:date>
    <item>
      <title>Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577907#M229304</link>
      <description>I have an HP9000 rp34* server which does not have any graphics card, etc attached to it, only a serial console connection.  I need to reset the root password but I am not sure how I get into single user mode to do so.  I assume I have to use the console to reboot the machine into this mode to reset the root password by editing /etc/passwd?  Does anyone have a procedure to do this for this server?  Thanks.</description>
      <pubDate>Thu, 07 Jul 2005 09:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577907#M229304</guid>
      <dc:creator>Erick Griffin</dc:creator>
      <dc:date>2005-07-07T09:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577908#M229305</link>
      <description>Is the root account locked out?  Is this a trusted system?  For a non-trusted system, if you can log in, you would issue the "shutdown -r -y 0" command, then interrupt the boot process at the "10 second" prompt and enter "hpux -is" at the ISL prompt.  That brings you up in single user mode, logged in as root.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Jul 2005 09:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577908#M229305</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-07T09:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577909#M229306</link>
      <description>You do not need single user mode to reset root passwd. &lt;BR /&gt;&lt;BR /&gt;As the root user, just type in the command 'passwd' It will prompt you along the way for the steps to take. To ensure you are root user, type the command 'id'. The response will tell you that you are root with UID=0.&lt;BR /&gt;&lt;BR /&gt;Do not edit the /etc/passwd to change a passwd as the value is encrypted.&lt;BR /&gt;&lt;BR /&gt;You can reboot from any terminal in which you have root access. Do be careful of this capability.</description>
      <pubDate>Thu, 07 Jul 2005 09:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577909#M229306</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-07T09:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577910#M229307</link>
      <description>Hi Erik,&lt;BR /&gt;you have to boot from a HP-UX CDROM (OS core) - it's bootable, and follow this:&lt;BR /&gt;&lt;BR /&gt;When  "to discontinue press any key" appears...  press any key&lt;BR /&gt;&lt;BR /&gt;Main Menu: Enter command or menu &amp;gt; sea&lt;BR /&gt;&lt;BR /&gt; Path#  Device Path (dec)  Device Path (mnem)  Device Type&lt;BR /&gt;   -----  -----------------  ------------------  -----------&lt;BR /&gt;   P0     0/0/2/0.2          intscsia.2          Random access media    &lt;BR /&gt;&lt;BR /&gt;Main Menu: Enter command or menu &amp;gt; bo p0&lt;BR /&gt;Interact with IPL (Y, N, or Cancel)?&amp;gt; y&lt;BR /&gt;&lt;BR /&gt;Booting... &lt;BR /&gt;Boot IO Dependent Code (IODC) revision 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HARD Booted.&lt;BR /&gt;&lt;BR /&gt;ISL Revision A.00.38  OCT 26, 1994 &lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -is  &lt;BR /&gt;&lt;BR /&gt;INIT: Overriding default level with level 's'&lt;BR /&gt;&lt;BR /&gt;INIT: SINGLE USER MODE&lt;BR /&gt;&lt;BR /&gt;INIT: Running /sbin/sh&lt;BR /&gt;# &lt;BR /&gt;# &lt;BR /&gt;# fsck&lt;BR /&gt;&lt;BR /&gt;# mount /usr&lt;BR /&gt;&lt;BR /&gt;# mount /var&lt;BR /&gt;&lt;BR /&gt;# passwd&lt;BR /&gt;Changing password for root&lt;BR /&gt;New password: &lt;BR /&gt;Re-enter new password: &lt;BR /&gt;Passwd successfully changed&lt;BR /&gt;&lt;BR /&gt;# init 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;enjoy&lt;BR /&gt;&lt;BR /&gt;Giacomo&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2005 09:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577910#M229307</guid>
      <dc:creator>Giacomo TOTTI</dc:creator>
      <dc:date>2005-07-07T09:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577911#M229308</link>
      <description>Giacomo,  Ok, what you related in your note wasn't perfect but close enough that I was able to figure it out and got my root password changed!  Thanks.!</description>
      <pubDate>Thu, 07 Jul 2005 12:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577911#M229308</guid>
      <dc:creator>Erick Griffin</dc:creator>
      <dc:date>2005-07-07T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577912#M229309</link>
      <description>Well, there's no need to boot off a CD, Erick - just booting into single user mode as I described will do exactly the same thing but each to their own!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Jul 2005 12:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577912#M229309</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-07T12:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577913#M229310</link>
      <description>No need to go into single user mode to reset root passwd. Just issue the passwd command as the root user.&lt;BR /&gt;&lt;BR /&gt;If this was required then everytime the root passwd needs to be changed it would take system downtime.</description>
      <pubDate>Thu, 07 Jul 2005 12:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577913#M229310</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-07T12:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577914#M229311</link>
      <description>Yeah, I know, Rick - I was making the assumption (always dangerous, I know) that the password had been forgotten.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 07 Jul 2005 12:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577914#M229311</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-07T12:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting root password on server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577915#M229312</link>
      <description>I was thinking that myself Pete but the post did not make mention of it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2005 12:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resetting-root-password-on-server/m-p/3577915#M229312</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-07T12:59:24Z</dc:date>
    </item>
  </channel>
</rss>

