- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ROOT account disabled
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
06-27-2007 04:47 AM
06-27-2007 04:47 AM
ROOT account disabled
Iam using hp unix ver 11.11 and the root is locked. On attempt to log through the console,it replies that the account is disabled.
The system was boot to single usermode at ISL prompt using hpux -is but it refuses the password to be change as it replies sorry whenever the requested old password is supplied. When i check /usr i discover there is nothing there after ls. So running /usr/lbin/modprpw -k root fails. An attempt to edit /tcb/files/auth/r/root also fails as the it does not allow for vi or more the file saying not found whereas the file is there if i change to the directory.Attempt also to add a new user with root id also fails as it does not allow useradd.
Pls anybody with another option? Before going back to the support cd 4 installtion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 04:53 AM
06-27-2007 04:53 AM
Re: ROOT account disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 04:54 AM
06-27-2007 04:54 AM
Re: ROOT account disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 04:54 AM
06-27-2007 04:54 AM
Re: ROOT account disabled
/usr is not mounted in single user mode
try mounting /usr then run the modprpw -k root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 04:54 AM
06-27-2007 04:54 AM
Re: ROOT account disabled
Try this:
# vgchange -a y vg00
# mount -a
This will mount all VG00. If you get failure messages because other VG's are not active, you can ignore them.
Once everything is mounted, you can then try reactivating root with modprpw.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 05:09 AM
06-27-2007 05:09 AM
Re: ROOT account disabled
Another option from single user is to edit the /tcb/files/auth/r/root and remove the encrypted password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 06:58 PM
06-27-2007 06:58 PM
Re: ROOT account disabled
# mount -a
# /usr/lbin/modprpw -k root
After root is unlock, change root's password if you can't recall
# passwd root
-->here set new password
After root is unlock and password is reset, reboot to multiuser mode.
# shutdown -ry 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 11:53 PM
07-09-2007 11:53 PM