1825720 Members
3290 Online
109686 Solutions
New Discussion

Root Account Disabled

 
Steve Rose_4
New Member

Root Account Disabled

When I enter root password, system responds that account is disabled. This may
be a secure system, because I cannot change password from single-user mode.
Can anyone suggest how to change secure system status and re-enable the root
account? System is an HP DCE/9000 file server.
4 REPLIES 4
Stephen White_3
New Member

Re: Root Account Disabled

Hi Steve,

I would get that system into single user mode. Then type mount -a, this will
give you access to all the utilities you need. The next thing is to vi
/etc/passwd and remove whatever is between the first two ::. That stuff is your
password stored in an encrypted format. This should work unless you have set
that server to run in the trusted environment. If it was set up to run as
trusted there is a shadow password and sorry but I forget how to change it.
Martien Korenblom_1
New Member

Re: Root Account Disabled

Hi,

If I'm correct passwords in a trusted system are stored in the /etc/shadow
file. So you could kick out your encrypted rootpassword there.

Good luck,
martien
Chris Anoruo_1
Frequent Advisor

Re: Root Account Disabled

Howdy Steve,

Please boot to single user mode and do "mount -a",
then try the passwd change. If this does not work
on the trusted system, restore the these files (/etc/passwd; /tcb/files/auth)
from last root system file backup before this problem.

Regards

Chris
Chris Anoruo_1
Frequent Advisor

Re: Root Account Disabled

Howdy Steve,

Please boot to single user mode and do "mount -a",
then try the passwd change. You can then use SAM to reactivate or modify the
root passwd as you please. If this does not work on the trusted system, restore
the these files (/etc/passwd; /tcb/files/auth) from last root system file
backup before this problem.

Regards

Chris