- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root login getting locked out
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
07-28-2004 08:44 PM
07-28-2004 08:44 PM
root login getting locked out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 09:03 PM
07-28-2004 09:03 PM
Re: root login getting locked out
1)Is the box trusted
2)Exactly what message do you see
Try to login as root then show the /var/adm/syslog/syslog.log from that period
3)How is your patch level
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 09:15 PM
07-28-2004 09:15 PM
Re: root login getting locked out
I've not seen this message before except in something like a system that had something like 'Etrust' loaded. So, other than what Steve has asked for, please also provide, if you can an 'swlist -a revision' output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 10:27 PM
07-28-2004 10:27 PM
Re: root login getting locked out
# /usr/lbin/modprpw -k root ==> resets root passwd
# passwd root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:01 PM
07-28-2004 11:01 PM
Re: root login getting locked out
Can we revert to normalcy and if so how?
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:06 PM
07-28-2004 11:06 PM
Re: root login getting locked out
A Trusted System can be easily changed back to a standard HP-UX
system by using the Actions menu in any of the SAM Auditing subareas
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:59 PM
07-28-2004 11:59 PM
Re: root login getting locked out
Although it's not a supported tool, getprpw has a man page at 11.11. It will be able to show you the reason for the lockout (expired password, too many attempts, etc.)
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 12:00 AM
07-29-2004 12:00 AM
Re: root login getting locked out
passwd -s
# passwd -s root
PS =passworded; LK =locked; and NP =no password.
If you get LK then it is locked.
unconvert the system using SAM.
Then unlock it using,
passwd -d root
See passwd man page more
It will do the trick. Then convert into trusted as usual.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 01:45 AM
07-29-2004 01:45 AM
Re: root login getting locked out
Rgds