1850431 Members
2215 Online
104054 Solutions
New Discussion

Re: root was disabled

 
SOLVED
Go to solution
j773303
Super Advisor

root was disabled

When I login to root, the "root was disable" would shows, but the console still can login root. In my envirionment it has trusted system.
But it could be login root after for a while. Does anyone has experience about this problems?
Thanks.
Hero
5 REPLIES 5
Sergejs Svitnevs
Honored Contributor
Solution

Re: root was disabled

You (or someone) have tried to access the system with user root and incorrect password. The default number of attempts in trusted system is 3. Try to re-activate the user via SAM.

Regards,
Sergejs.
KCS_1
Respected Contributor

Re: root was disabled

Hi,

I think that you have accessed wrong password so it was locked.

Have a look at the man page of 'getprpw' and 'modprpw' it says more how to solve the problem.

# modprpw -k root

reactivatation of the root.

Easy going at all.
Michael Tully
Honored Contributor

Re: root was disabled

This shows one of the better reasons to install the 'sudo' product.

To unlock use:

# /usr/lbin/modprpw -k root
Anyone for a Mutiny ?
KCS_1
Respected Contributor

Re: root was disabled

This is another thread of this problem.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=61801




Easy going at all.
F Verschuren
Esteemed Contributor

Re: root was disabled

/usr/lbin/modprpw -k root
is indeed for the 3 times wrong login,
do not forget the
/usr/lbin/modprpw -v root
is if you passwd change time has to be set to 0,