- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disabled the only superuser account ROOT
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-02-2007 04:17 AM
02-02-2007 04:17 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 04:27 AM
02-02-2007 04:27 AM
Re: Disabled the only superuser account ROOT
you should be able to directly log on from the system console.
If that does not work - you should be able to boot into single user mode and log on.
Failing that, boot off of the install recovery cd, and go into recovery mode - which will allow you to recover root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 04:28 AM
02-02-2007 04:28 AM
Re: Disabled the only superuser account ROOT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 04:29 AM
02-02-2007 04:29 AM
Re: Disabled the only superuser account ROOT
Do you have access to the console? Login and enable the root user.
# /usr/lbin/modprpw -k root
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2007 04:29 AM
02-02-2007 04:29 AM
SolutionPower off the server. You may literally have to pull the power cord(s). Next, power on the box and watch the console for the Press
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 05:07 AM
02-05-2007 05:07 AM
Re: Disabled the only superuser account ROOT
Steps:
1. uncorrupt dev as needed, e.g.:
fsck -F vxfs /dev/vg00/rlvol{# corrupted}
2. Mount
/var
/usr
/tmp
3. unlock root
/usr/lbin/getprpw -m lockout, culogin root
provide HP with code to make sure its OK:
0001000 culog = 17
4. unlock PW change:
/usr/lbin/modprpw -k root
5. edit password out of file:
vi /tcb/files/auth/r/root
on line with u_pwd, remove encrypted PW up to the colon; line becomes
u_pwd=:/
6. reset PW:
passwd root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 02:18 AM
02-28-2007 02:18 AM
Re: Disabled the only superuser account ROOT
Everyone else.. your info was valuable too because of my novice experience I was able to cleect some good troubleshooting notes.
THANKS! :)