- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Audited system -- Not able to login
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
05-01-2006 03:02 AM
05-01-2006 03:02 AM
login:
login: loginname
Password:
Last successful login for loginname: Thu Apr 27 08:00:09 EST5EDT 2006 on pts/tb
Last unsuccessful login for loginname: NEVER
Wait for login exit:
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 03:19 AM
05-01-2006 03:19 AM
Re: Audited system -- Not able to login
The account has probably been deactivated.
If you can log on as root, run the following command
/usr/lbin/modprpw -k loginname
to reactivate the account
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 03:26 AM
05-01-2006 03:26 AM
Re: Audited system -- Not able to login
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 03:38 AM
05-01-2006 03:38 AM
Re: Audited system -- Not able to login
The account root seems to have been locked, other way would be logon on someone else and then su to root on the console and then use to unlock root using modprpr
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 03:44 AM
05-01-2006 03:44 AM
Re: Audited system -- Not able to login
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 04:11 AM
05-01-2006 04:11 AM
SolutionUnfortunately, you will have to reboot the server and come up in single user mode.
from the console do a control-B to get to the GSP, do a RS to cycle the system.
Interrupt the boot process when prompted, and enter bo pri
enter y to interact with the ISL
enter hpux -is
to bring up the system in single user mode.
You should now be able to change root's password.
you can either run the modprpw against the other login ids (do a mount -a first), or you can cycle the system and then run the modprpw against the remaining id's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 04:39 AM
05-01-2006 04:39 AM
Re: Audited system -- Not able to login
Run
getprpw - m lockout loginname
If anything other than 0000000 comes up - it's locked out. You'll need to run modprpw on it to unlock it.
The other thing to consider is PW length - if it was over 8 chars then enter *just* the first 8 chars & then change it so that it's *only* 8 chars.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 01:20 AM
05-02-2006 01:20 AM
Re: Audited system -- Not able to login
i did change the location to a filesystem var that would not crash the system. Had to login in single user mode, clear the audfile and that enabled all users to login.
As always thank you.