- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Wont Except my root password on HP-UX 11.0
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-20-2004 05:52 PM
05-20-2004 05:52 PM
Wont Except my root password on HP-UX 11.0
and was playing around in Xwindows and changed the system to a trusted system.
I changed my root password as the guy who sold it to me was using hp712 so changed it to a new one.
I rebooted (hard) and presto cant login.
I rebooted into single user mode and did a passwd root and put in a new one ( thank god I didnt select need password in single mode) anyways rebooted again and tried the password I just changed it to and STILL I cant get in.
Any help PLEASE I dont have a cdrom drive for the box so cant just re-install the OS.
*NOTE* strange thing is when I did do a passwd root in single user mode it asked for the old password and I tried it and it worked.
Thanks for any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:33 AM
05-21-2004 02:33 AM
Re: Wont Except my root password on HP-UX 11.0
What you can do is boot into single user mode . Mount your /usr and /var/ filesystems.
THen cd to /tcb/file/auth/r
then open the file call root and delete the entries on the second line between
:u_pwd=some_jibberish:\
Delete only some jibbersih leavin :u_pwd=:\intact .
Then save the file . run passwd to set a new passwd . and boot into multiuser mode .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 10:56 PM
05-25-2004 10:56 PM
Re: Wont Except my root password on HP-UX 11.0
Criteria of a Good Password from http://www.docs.hp.com/hpux/onlinedocs/5187-2216/00/00/73-con.html
"A password must have at least six characters and can have up to 80. Special characters can include control characters and symbols such as asterisks and slashes. In standard mode, only the first eight characters are used. In trusted mode, all 80 are significant.
After a conversion to a Trusted System, only the first eight characters of a converted password will be acceptable. Users who had a longer password on the standard system must log in for the first time on the Trusted System with only the first eight characters. Then they may choose a longer password, if they desire. If a system is converted back to standard mode, the passwords are truncated to the first eight characters. "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 11:03 PM
05-25-2004 11:03 PM
Re: Wont Except my root password on HP-UX 11.0
do the following in single user mode:
# mount /var
# mount /usr
# vi /tcb/files/auth/r/root
from :u_pwd=
to :u_pwd=:\
# passwd -f root
depending on the choices you have set in the password policies, key in the password.
boot to multi-user mode or
# init 3
hope it works. by the way, what happens when u do this:
# /usr/lbin/getprpw root
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 11:07 PM
05-25-2004 11:07 PM
Re: Wont Except my root password on HP-UX 11.0
Best regards,
Kent M. Ostby