- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ROOT ACCOUNT EXPIRED
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-21-2007 11:12 AM
05-21-2007 11:12 AM
We have a server that's not been used for a long time, and the root account has been disabled:
$ su
Password:
Account is disabled - see Account Administrator
su: Sorry
How can I enable root? It's a HP-UX 11.11.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 11:24 AM
05-21-2007 11:24 AM
Re: ROOT ACCOUNT EXPIRED
There is a very simple resolution:
Log in at the console. It will let
you log in as root even though the
account is disabled.
Ahh, how many times I have done it
for various customers :)
Best wishes,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 11:40 AM
05-21-2007 11:40 AM
SolutionIf you don't have console access, or don't have the root password, but you do have some sort of other root escalation capability (you can become root in some way, shape, or fashion), then become root, and run '/usr/lbin/modprpw -k root'. Then find out who or what has disabled the root account for you, and correct the problem so that it doesn't happen again.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 12:33 PM
05-21-2007 12:33 PM
Re: ROOT ACCOUNT EXPIRED
This server has a CDE console, I reset the system, but I couldn't stop the boot sequence since no messages appeared on the screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2007 01:08 PM
05-21-2007 01:08 PM
Re: ROOT ACCOUNT EXPIRED
/usr/lbin/modprpw -k root
to re-enable the root user. This cannot be done remotely -- it must be done at the workstation's keyboard.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 10:45 AM
05-22-2007 10:45 AM
Re: ROOT ACCOUNT EXPIRED
Bye.