<?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 Root account disabled in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438579#M206922</link>
    <description>The root cause of the problem was that one of our systems administrators needed to increase security by logging on the UNIX box telnet sessions. In SAM the admin went into Auditing and Security – Audited Events – and then answered yes to convert to a trusted system. The outcome was an error message indicating that it cannot access rootmod file. Since then we cannot access the UNIX box as root with a message that the root account has been disabled. All other users can access the system but are being asked to change passwords. THX</description>
    <pubDate>Tue, 07 Dec 2004 19:01:57 GMT</pubDate>
    <dc:creator>Otto Folprecht</dc:creator>
    <dc:date>2004-12-07T19:01:57Z</dc:date>
    <item>
      <title>Root account disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438579#M206922</link>
      <description>The root cause of the problem was that one of our systems administrators needed to increase security by logging on the UNIX box telnet sessions. In SAM the admin went into Auditing and Security – Audited Events – and then answered yes to convert to a trusted system. The outcome was an error message indicating that it cannot access rootmod file. Since then we cannot access the UNIX box as root with a message that the root account has been disabled. All other users can access the system but are being asked to change passwords. THX</description>
      <pubDate>Tue, 07 Dec 2004 19:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438579#M206922</guid>
      <dc:creator>Otto Folprecht</dc:creator>
      <dc:date>2004-12-07T19:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Root account disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438580#M206923</link>
      <description>At the console&lt;BR /&gt;&lt;BR /&gt;log on as root&lt;BR /&gt;&lt;BR /&gt;If you have the password, that alone will reset the disabled root account. If you don't know the password proceed further.&lt;BR /&gt;&lt;BR /&gt;Boot the system&lt;BR /&gt;&lt;BR /&gt;interupt at the 10 second prompt.&lt;BR /&gt;&lt;BR /&gt;bo &lt;ENTER&gt;&lt;BR /&gt;Answer Y &lt;ENTER&gt; to the Interact question.&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;mount /var&lt;BR /&gt;mount /usr&lt;BR /&gt;&lt;BR /&gt;vi /tcb/files/auth/r/root&lt;BR /&gt;&lt;BR /&gt;change:&lt;BR /&gt;:u_pwd=YcVZTmswL7o/.:\&lt;BR /&gt;to&lt;BR /&gt;:u_pwd=:\&lt;BR /&gt;&lt;BR /&gt;Your intial entry will be different because its encrypted.&lt;BR /&gt;&lt;BR /&gt;passwd&lt;BR /&gt;&lt;BR /&gt;Set the root password.&lt;BR /&gt;&lt;BR /&gt;You have now reset the root password.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 07 Dec 2004 19:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438580#M206923</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-07T19:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Root account disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438581#M206924</link>
      <description>Hi Otto&lt;BR /&gt;&lt;BR /&gt;If you are already logged in as root (or else login in single user as Steven says) then you can also use:&lt;BR /&gt;# /usr/sam/lbin/usermod.sam -F -p "" root&lt;BR /&gt;&lt;BR /&gt;This will set a null password for root and you should be able to login as root and then set a new password.&lt;BR /&gt;&lt;BR /&gt;Also check root account using:&lt;BR /&gt;# /usr/lbin/getprpw root&lt;BR /&gt;&lt;BR /&gt;Converting to a trusted system will expires all accounts.&lt;BR /&gt;You can avoid this using:&lt;BR /&gt;# /usr/lbin/modprpw -V&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Dec 2004 20:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438581#M206924</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2004-12-07T20:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Root account disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438582#M206925</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try to first login as 'root' from the console. If successful, then unlock the account, &lt;BR /&gt;run:# /usr/lbin/modprpw -k root&lt;BR /&gt;&lt;BR /&gt;If can not, reboot server into single-user mode:&lt;BR /&gt;Stop the boot process when it says "Press any key to stop in 10 seconds". It will be on "Main Menu &amp;gt;" prompt.&lt;BR /&gt;&lt;BR /&gt;Type "bo pri" hit Enter.&lt;BR /&gt;&amp;lt; Interact with IPL ? &amp;gt;&lt;BR /&gt;Say Y ( for yes)&lt;BR /&gt;You will be at "ISL&amp;gt;" prompt.&lt;BR /&gt;Type "hpux -is" hit Enter.&lt;BR /&gt;System will be booted in single user mode and it will be logged in as "root".&lt;BR /&gt;At the end of this you'll be able to change root password &lt;BR /&gt;&lt;BR /&gt;Regard,&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 07 Dec 2004 21:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438582#M206925</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2004-12-07T21:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Root account disabled</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438583#M206926</link>
      <description>Otto. &lt;BR /&gt;Let take care that In single mode,passwd command only run when you already mounted /var and /usr (as S.E.P saying).&lt;BR /&gt;mount /var&lt;BR /&gt;mount /usr&lt;BR /&gt;tienna</description>
      <pubDate>Wed, 08 Dec 2004 06:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account-disabled/m-p/3438583#M206926</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-08T06:46:12Z</dc:date>
    </item>
  </channel>
</rss>

