1834459 Members
2699 Online
110067 Solutions
New Discussion

Account disabled

 
SOLVED
Go to solution
csreenivas
Frequent Advisor

Account disabled

When i tried to connect our server remotely it is showing the below message.
-------------------
login: root
Password:
Account is disabled - see Account Administrator

Wait for login exit: ..
Connection closed by foreign host.
---------------------
Can anyone of you help me in enabling the account. I am able to login with rootb and other userids.
6 REPLIES 6
Oviwan
Honored Contributor

Re: Account disabled

Hey

Login into the console with root then he should be enabled.

Regards
csreenivas
Frequent Advisor

Re: Account disabled

My server is at remote location and I dont have the access to console.I have rootb account which has root privileges.
Oviwan
Honored Contributor

Re: Account disabled

search in this forum you will find a lot of threads...
Patrick Wallek
Honored Contributor
Solution

Re: Account disabled

OK. So user rootb to reactivate the root account.

# /usr/lbin/modprpw -k root
Court Campbell
Honored Contributor

Re: Account disabled

see if you have an mp/gsp connection, use it to logon as root. Also if you have sudo installed and configured you could try:

# sudo /usr/lbin/modprpw -k root
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
csreenivas
Frequent Advisor

Re: Account disabled

Thank You. enabled my account with the given command.