- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root account locked even on console
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 05:16 AM
02-16-2005 05:16 AM
root account locked even on console
the password for my root has expired. Usually this can be fixed by logging in at the console. But this time I can not log in. If I enter a empty password the system says something like "Account locked, but console login still allowed". If I enter the right password for root I get the standard error message for wrong user and/or password. Are there any other ways to get root reactivated?
BTW this all is on 11i with Support Plus Bundle from December 2004.
Thanks for any pointer.
Thomas Prause
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 05:21 AM
02-16-2005 05:21 AM
Re: root account locked even on console
on reboot, You'll have to answer 'y' on the 'interact with isl' message and at the next prompt issue 'hpux -is', which will take You to single user mode. a simple passwd root should fix it, I think there also is a command to un-expire the account only, but I unfortunately don't know it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 05:27 AM
02-16-2005 05:27 AM
Re: root account locked even on console
Double check that root PW - specifically make sure capslock is OFF. It's been my experience that when it states that, you can still get in on the console.
The other thing that might be in play is if you're using either "#" or "@" in that PW - then the system is interpreting them as tty control chars. They should never be used in a PW & you may have gotten away with it on all other term types but you can't on the console. If this is the case then you'll have no choice but to go single user to change it.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:01 AM
02-16-2005 06:01 AM
Re: root account locked even on console
You can chooe " NOT TO EXPIRE THE root a/c" through SAM..
SAM >> Accounts for Users and Groups > users >> select root > Action > Modify Security policies > Passwd Aging Policies > Disable Passwd Aging. So, your root passswd will not expire.
Good Luck
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:31 AM
02-16-2005 06:31 AM
Re: root account locked even on console
password is #sand
type \#sand
As as the other folks said, if this isn't the case it's off to single-user land.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 07:49 AM
02-16-2005 07:49 AM
Re: root account locked even on console
copy the existing /etc/passwd and modify root's encrypted password value to match yours or remove the values that refer to expiration. this modified file would be backed-up and restored on top of the systems /etc/passwd file.
(I do not have a trusted env, but I would imagine you trusted guys may know which files to tweak).
Hope this helps,
manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:56 PM
02-16-2005 03:56 PM
Re: root account locked even on console
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 08:58 PM
02-16-2005 08:58 PM
Re: root account locked even on console
Some more details about this strange thing:
Entering the right password at the CDE login told me "Account locked in the security database", while a wrong password gave "Logon failed". So I can be quite shure to have the right pwd and I've tried several times. Password contains only upper and lower case letters and numbers. Nothing fancy.
In the Single User mode I could simple do 'passwd root', provide the old pwd and set a new one, so the console seems not to "translate" some characters incorrectly.
Local security rules do not allow non expiring passwords even for root.
Thank you.
Thomas Prause
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 01:56 AM
02-17-2005 01:56 AM
Re: root account locked even on console
I would hope you might be able to implement a schedule where passwds are changed, rather then having the system expire them...especially root.
my .02,
manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 02:06 AM
02-17-2005 02:06 AM
Re: root account locked even on console
Personally I think its very easy to justify a non-expiring root passwd. But thats a battle you have to choose for yourself or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 03:55 AM
02-17-2005 03:55 AM
Re: root account locked even on console
By eny chance do you have a remsh access to this server ?
in that case run remsh server -n " /usr/lbin/modprpw -k root"
or overwrite the tcb file by rcp .
Nothing works ,
then reboot in single user mode .
BL.