- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root login 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
02-23-2007 05:15 AM
02-23-2007 05:15 AM
Thanks
brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 05:17 AM
02-23-2007 05:17 AM
Re: root login disabled
I think, you can still login from the console with the password.
Rgd s/ James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 05:20 AM
02-23-2007 05:20 AM
Re: root login disabled
If you have an id with with sudo root authrity, reset the password
/usr/lbin/modprpw -k root to reactivate
If that is not an option, try logging on the console that is attached to the system and issuing the modprpw command
If that does not work, you will have to reboot the system and come up in single user mode.
If you are prompted for a password in single user mode, then you will have to boot from the install/recovery CD, and go in to the recovery utilities to reset the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 06:09 AM
02-23-2007 06:09 AM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1092202
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 06:11 AM
02-23-2007 06:11 AM
Re: root login disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2007 01:45 PM
02-25-2007 01:45 PM
Re: root login disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2007 01:45 PM
02-25-2007 01:45 PM
Re: root login disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 12:57 AM
02-26-2007 12:57 AM
Re: root login disabled
Check if someone has sudo (root) access or power broker root access. if not,
you need boot the machine in single user mode and change the root password. now if it is trusted machine, while chaning the password it would ask for old password.
if you know the root password, then..
#/usr/lbin/modprpw -lk root
#/usr/lbin/getprpw root (check the output)
if you want to reset the root password, login through single user mode and reset the password.
#cd /tcb/files/auth/r
#cp -p root root.bak
#vi root
delete the entry from u_pwd=:xxxxx:
save and come out
reset the root password with passwd command.
**if your root password is disable u can't login through LAN console***
Hope above information will help u to resolve ur issue.
Cheers;
Indrajit Roy