<?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 password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054857#M137315</link>
    <description>Bona -- Have you tried using a simple password for root with no special characters.&lt;BR /&gt;&lt;BR /&gt;The special character in the password issue listed above could be bypassed by the su - command.&lt;BR /&gt;&lt;BR /&gt;Kent</description>
    <pubDate>Tue, 26 Aug 2003 14:29:07 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2003-08-26T14:29:07Z</dc:date>
    <item>
      <title>root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054843#M137301</link>
      <description>Hi all, I have forgotten my root password, and whenever I connect via MP, and boot to single user mode, I can change the password, but the password doesn't work when i blow up into full mode. Please assist</description>
      <pubDate>Fri, 22 Aug 2003 11:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054843#M137301</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2003-08-22T11:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054844#M137302</link>
      <description>Are you using Trusted System software ?&lt;BR /&gt;&lt;BR /&gt;How are you changing the password when you login in single user mode ?&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 11:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054844#M137302</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-22T11:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054845#M137303</link>
      <description>While in single user mode, mount /usr if needed and then run the following utils.&lt;BR /&gt;&lt;BR /&gt;# pwck&lt;BR /&gt;&lt;BR /&gt;And if your system is trusted:&lt;BR /&gt;&lt;BR /&gt;# authck -p&lt;BR /&gt;&lt;BR /&gt;Correct any errors the utilities point out.&lt;BR /&gt;&lt;BR /&gt;Then try to change your password again.&lt;BR /&gt;&lt;BR /&gt;If your system is trusted, this command will reset the password for you.&lt;BR /&gt;&lt;BR /&gt;# /usr/lbin/modprpw -x root&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 11:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054845#M137303</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-08-22T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054846#M137304</link>
      <description>I'm not sure what MP is, but if you can get to single user mode and change the password, that password should be retained when you go to multi-user mode.  Is NIS used?  Maybe the change works in single user mode but multi-user mode is using NIS.  If so, you need to fix it so the root password is kept locally in the /etc/passwd file rather than using NIS for it.&lt;BR /&gt;&lt;BR /&gt;Other thoughts would be to change it, copy the /etc/passwd file somewhere, then, after moving to multi-user mode, check the two root entries in /etc/passwd against the copied version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 11:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054846#M137304</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-08-22T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054847#M137305</link>
      <description>Do you get to single user mode(reboot and interrupt the boot sequence to use the 'hpux -is' command)? you should not use init s to go from a higher level to single user mode, verify you are in single user mode with the 'mount' command.&lt;BR /&gt;&lt;BR /&gt;Run vipw and remove the encrpted password. But only do this if there is no /tcb(trusted system). Run pwck after editing /etc/passwd.  &lt;BR /&gt;&lt;BR /&gt;And now try to logon root again.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 12:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054847#M137305</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-22T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054848#M137306</link>
      <description>Add to above reply, to edit /etc/passwd, you need /usr, /tmp and /vasr mounted, on single user mode you must:&lt;BR /&gt;# mount /usr &lt;BR /&gt;# mount /var &lt;BR /&gt;# mount /tmp &lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 12:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054848#M137306</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-22T12:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054849#M137307</link>
      <description>If the system is trusted try this:&lt;BR /&gt;&lt;BR /&gt;cd /tcb/files/auth/r&lt;BR /&gt;&lt;BR /&gt;vi root&lt;BR /&gt;&lt;BR /&gt;null out the password entry, save the file.&lt;BR /&gt;&lt;BR /&gt;You may have to do this in single user mode.&lt;BR /&gt;&lt;BR /&gt;I'm still thinking NIS is involved somehow.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 22 Aug 2003 13:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054849#M137307</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-22T13:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054850#M137308</link>
      <description>Hi all,&lt;BR /&gt;tried all the suggestions. DIdn't work. Let me point put that i am fullt able to change the password in single user mode, it just doesn't work when I return to full mode&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 14:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054850#M137308</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2003-08-22T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054851#M137309</link>
      <description>Are you using NIS?  If so, post your password file (you can blot out any passwords or users you don't want to publicize).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 14:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054851#M137309</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-08-22T14:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054852#M137310</link>
      <description>root:WeALD6aUgxVsk:0:3::/:/sbin/sh&lt;BR /&gt;daemon:*:1:5::/:/sbin/sh&lt;BR /&gt;bin:*:2:2::/usr/bin:/sbin/sh&lt;BR /&gt;sys:*:3:3::/:&lt;BR /&gt;adm:*:4:4::/var/adm:/sbin/sh&lt;BR /&gt;uucp:*:5:3::/var/spool/uucppublic:/usr/lbin/uucp/uucico&lt;BR /&gt;lp:*:9:7::/var/spool/lp:/sbin/sh&lt;BR /&gt;nuucp:*:11:11::/var/spool/uucppublic:/usr/lbin/uucp/uucico&lt;BR /&gt;hpdb:*:27:1:ALLBASE:/:/sbin/sh&lt;BR /&gt;nobody:*:-2:-2::/:&lt;BR /&gt;www:*:30:1::/:&lt;BR /&gt;smbnull:*:101:101:DO NOT USE OR DELETE - needed by Samba:/home/smbnull:/sbin/sh&lt;BR /&gt;webadmin:*:40:1::/usr/obam/server/nologindir:/usr/bin/false&lt;BR /&gt;shaibu:HSWyVk6qACw9Y:0:3:Shaibu Ali,Lagos,,:/home/shaibu:/usr/bin/sh&lt;BR /&gt;test:pRJWfrOpsD6UQ:102:20::/home/test:/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;It's a new server, I have no problems letting you have the password file. Cheers</description>
      <pubDate>Fri, 22 Aug 2003 14:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054852#M137310</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2003-08-22T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054853#M137311</link>
      <description>Just a thought.&lt;BR /&gt;&lt;BR /&gt;What character are you using ?&lt;BR /&gt;only letters and numbers or also some '#@|!" char?&lt;BR /&gt;No caps-lock in use? No numeric pad ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I read some thread ago, for example, that if toy type in the login name in capital letter, then all the input is interpreted in capital, irregarding of original size, due to the fact that the terminal thinks that you are on an old tty.....&lt;BR /&gt;&lt;BR /&gt;    Massimo</description>
      <pubDate>Fri, 22 Aug 2003 14:27:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054853#M137311</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-08-22T14:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054854#M137312</link>
      <description>OK, I see no entries to indicate you're using NIS.  When you change the password in single user mode, does the encrypted password in the /etc/passwd file change?  When you boot into multi-user mode, does the encrypted password change back?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 14:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054854#M137312</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-08-22T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054855#M137313</link>
      <description>Massimo raises a great point.&lt;BR /&gt;&lt;BR /&gt;Just for a test, try a nice insecure password that has only letters.  like "pepsi" (my personal favorite drink but not password).&lt;BR /&gt;&lt;BR /&gt;See if this works on the way up.&lt;BR /&gt;&lt;BR /&gt;Some special characters (especially @ ) can be SET as password but not entered as password.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 14:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054855#M137313</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-22T14:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054856#M137314</link>
      <description>I have finally been able to get it, I use another user, then I su into root. I however cannot get in directly with the root user. Any ideas? Thanks</description>
      <pubDate>Tue, 26 Aug 2003 14:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054856#M137314</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2003-08-26T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054857#M137315</link>
      <description>Bona -- Have you tried using a simple password for root with no special characters.&lt;BR /&gt;&lt;BR /&gt;The special character in the password issue listed above could be bypassed by the su - command.&lt;BR /&gt;&lt;BR /&gt;Kent</description>
      <pubDate>Tue, 26 Aug 2003 14:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054857#M137315</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-26T14:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054858#M137316</link>
      <description>Bona,&lt;BR /&gt;  Is /etc/securetty file there?  If, then you can only su to root. login security is in effect.&lt;BR /&gt;  Check man login for details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 14:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054858#M137316</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-08-26T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054859#M137317</link>
      <description>I have actually, I tried pepsi as was suggested, no luck. I did notice though that everytime I re-typed the password (I used the same "pepsi" as the password) the encrypted details in the password file changed, I don't know if this is usual.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 26 Aug 2003 14:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054859#M137317</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2003-08-26T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054860#M137318</link>
      <description>Umpathy! That was it. How cd I forget?</description>
      <pubDate>Tue, 26 Aug 2003 14:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054860#M137318</guid>
      <dc:creator>Bona_1</dc:creator>
      <dc:date>2003-08-26T14:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054861#M137319</link>
      <description>Bona,&lt;BR /&gt;  I was able to nail down the problem after all the questions and answers.  I started closely watching this thread halfway only. &lt;BR /&gt;  Some of the questions and thoughts were great and they deserve more than me.  The problem was obvious at the end to solve which is nothing compared to the previous responses.&lt;BR /&gt;  Please give credit to all.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Umapathy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 15:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/3054861#M137319</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-08-26T15:09:42Z</dc:date>
    </item>
  </channel>
</rss>

