- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to Change User or Root password on trus...
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
06-19-2004 11:59 PM
06-19-2004 11:59 PM
i am having a problem with an HP UX 11i server. Tried to login with a username and it popped up a message (attached below)
*********************************************
HP-UX dove B.11.11 U 9000/800 (tb)
login: ipatrick
Password:
Last successful login for ipatrick: Sun Jun 20 11:16:56 WAT-3 2004 on pts/ta
Last unsuccessful login for ipatrick: Sun Jun 20 12:13:45 WAT-3 2004 on pts/tb
Your password has expired.
Choose a new password.
Changing password for ipatrick
Old password:
Sorry.
Login aborted due to no password.
Wait for login exit: .
****************************************
Am having the same problem even when i try to login a root from the console. This system is trusted.
How do i get out of this. If possible i would like to do this without booting the server.
Please help.
Thanks in advance.
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 01:38 AM
06-20-2004 01:38 AM
Re: Unable to Change User or Root password on trusted system
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=34362
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 02:23 AM
06-20-2004 02:23 AM
SolutionBoot the machine if it doesn't have gsp you will need to use the power switch
At console:
GSP
ctrl-b
log into gsp enter twice if you have never configured it.
rs
answer the question yes.
interupt boot at the 10 second prompt.
hpux -is
mount /usr
cd /tcb/auth/files/r
vi root
null out the root password entry u_passwd
save the file
shutdown -ry now
# boots
passwd to set the root password immediately.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 03:58 AM
06-20-2004 03:58 AM
Re: Unable to Change User or Root password on trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 05:41 AM
06-20-2004 05:41 AM
Re: Unable to Change User or Root password on trusted system
Geoff, your thread is really interesting. Will try the first 8 characters of the password. If that works u deserve 1000 points.
Many thanks to all.
Rgds
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 06:29 AM
06-20-2004 06:29 AM
Re: Unable to Change User or Root password on trusted system
Looks like you just converted your system to trusted. If so, Geoff deserves atleast '8' points.
This is one issue most commonly everyone would run into after converting the systems to trusted.
Non-trusted systems can recognize only upto 8 characters. So, a user with more than 8 chars will effectively have only 8 character encrypted password. On the other hand, trusted systems can handle more than 8 chars, hence the full password supplied by the user will not work. Hence the user will have to supply only first 8 characters in order to match the encrypted password in the /tcb structure. Once the password is changed, then the user can continue to have 'real' more than 8 char passwords.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 05:32 PM
06-20-2004 05:32 PM
Re: Unable to Change User or Root password on trusted system
rgds
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2004 11:52 PM
12-27-2004 11:52 PM
Re: Unable to Change User or Root password on trusted system
In my case, I was getting the error " Password cannot be changed. Reason: Not allowed to execute passwd for the given user " .
I simply copied the /tcb/files/auth/system/default file from a working system to this one and it started working !!
Ashish Jain