- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- single user mode locked
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
01-27-2004 11:33 AM
01-27-2004 11:33 AM
Now I can't login to single user mode, not even with the correct root password.
Does anyone know how to change this back.
Note, we cannot convert to untrusted mode, this is a production systyem.
Thank you.
Donny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 12:19 PM
01-27-2004 12:19 PM
Re: single user mode locked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 12:48 PM
01-27-2004 12:48 PM
Re: single user mode locked
Can you able to login to the machine in normal mode .if not in single userboot where it asking for password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 12:55 PM
01-27-2004 12:55 PM
Re: single user mode locked
when it gets to single user mode it ask for a login, which I assume is root, and then a password. no go. and I am using the same password for root as when its in multiuser mode. i tried all sorts of combo's, even without password.
wierd. often wondered who gave the programmer at hp this wonderfull idea to build this feature. :-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 02:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 03:54 PM
01-27-2004 03:54 PM
Re: single user mode locked
Ermin got it. Through command line it is
/usr/lbin/modprdef -m bootpw=NO
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 02:27 AM
01-28-2004 02:27 AM
Re: single user mode locked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:20 AM
01-29-2004 02:20 AM
Re: single user mode locked
> programmer at hp this wonderfull idea to
> build this feature. :-(
The honest answer is 'repeated requests by several major HP customers.' As mentioned above, it's optional. HP doesn't force anyone to use it.
Imagine you're the sysadmin of university workstations. Would you want every freshman to be able to reboot them and get easy root access, have the ability to plant trojan horse versions of login on the system, change the passwords of the legitimate superusers, ... ?
Imagine your company uses a lot of temporary help, which may include people who have or will work for your competition. Do you want them to have easy root access to steal/corrupt/delete your critical data?
Obviously there are good and bad people everywhere. I'm not trying to stereotype or accuse anyone here. But the reality is that there are plenty of computer users who are less than friendly, and sysadmins need tools to help protect their systems from them. This is one small way to help meet that need. It may or may not be helpful in any given environment, which is why it's optional.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:44 AM
01-29-2004 02:44 AM
Re: single user mode locked
but why does the regular root password not work when this feature is enabled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 04:14 AM
01-29-2004 04:14 AM
Re: single user mode locked
If you have a password longer than 8 characters, traditional UNIX ignores anything beyond the first 8. If you set your password to abcdef12897, you can login with abcdef12993. The remaining characters are effectively thrown away when the 'encrypted password' is initially saved. Once thrown away, those bytes can never be recovered. This is unfortunately a limitation imposed by the historical format of a UNIX password file.
In trusted mode configurations, longer passwords are supported, and the characters beyond 8 ARE meaningful, but only if the password is changed AFTER the conversion to trusted mode. Until that change, you would need to type only the first 8 characters of the password, not the whole password, to get a match.
Another possibility is if the password in question contained special characters like
@ or #. Historically (in the days of paper-based terminals instead of CRTs) these two characters had special meaning as kill or erase characters. (Today, ^U, ^H or 'delete' are typically used instead.)
If your root password contained one or more of these special characters, it might be getting interpreted differently during boot authentication than it is during normal login. This would depend on specifics of the tty modes in effect at the time you typed the password.
My team at HP owns the code in question. I'd be very interested to know if either of the above explains the situation you encountered. (Obviously I'm not asking you to post your password or significant hints about it here.) HP support folks can reach me if there's info you'd like to share through a more private channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 04:25 AM
01-29-2004 04:25 AM
Re: single user mode locked
our password has a few ! and ^ and $ and # signs in and the length is 15 digits.
I will re-enable the switch and test with the first 8 characters only.
will let you know if it works, by tomorrow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 05:59 AM
01-29-2004 05:59 AM
Re: single user mode locked
and delete the entries corresponding to
:u_pwd=:\ ---> after deleting
:u_pwd=JEFuc345.7Uiw:\ --> before deleting
Hope this helps ..
Good luck
Asif