- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11 & Trusted Mode
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-05-2002 01:04 AM
06-05-2002 01:04 AM
HPUX 11 & Trusted Mode
Wondered if you could assist me. We installed HP-UX 11.0 on a HP5000 workstation and failed to change the root password prior to convertion to a trusted system.
Following this it is not possible to change the root password either from SAM or by booting into single user mode. I am still able to log into the workstation.
Can anyone please provide information on the best way to resolve this issue i.e. be able to change the root password.
Thanks
Kirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:11 AM
06-05-2002 01:11 AM
Re: HPUX 11 & Trusted Mode
did you boot into a "real" singel user mode? ( at ISL> hpux -i -s ) Do you have restrictions for changing passwords in a specified time?
Please check this out first.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:18 AM
06-05-2002 01:18 AM
Re: HPUX 11 & Trusted Mode
hpux -is (;0)/stand/vmunix
should always allow you in as root without a password, then you can reset it. Or you can boot in lvm maintenance mode (hpux -lm), then activate vg00 and then mount / and reset roots password that way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:27 AM
06-05-2002 01:27 AM
Re: HPUX 11 & Trusted Mode
if you secured your console, and you also don't have that password, it's not so easy to get into system then:
you have to jumper a SCSI- device to the same target as your boot- disk. This causes a SCSI- conflict, which resets the secured console.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 02:10 AM
06-05-2002 02:10 AM
Re: HPUX 11 & Trusted Mode
You must have convert to trusted when your root password was not meeting the trusted password policies (such as minimum number of characters etc).
To fix that, unconvert your system first, change your root password for an okay password (abide by trusted password policies), then convert it to trusted again.
# /etc/tsconvert -r
# passwd
# /etc/tsconvert
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 02:10 AM
06-05-2002 02:10 AM
Re: HPUX 11 & Trusted Mode
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 02:33 AM
06-05-2002 02:33 AM
Re: HPUX 11 & Trusted Mode
Thanks for your replies and suggestions.
Steven, that is what happened. I will give that a go and see if it works.
Regards
Kirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 07:09 AM
06-06-2002 07:09 AM
Re: HPUX 11 & Trusted Mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 10:49 AM
06-06-2002 10:49 AM
Re: HPUX 11 & Trusted Mode
/tcb/files/auth/r/root
If it has a line with u_pwd=password, for example:
":u_pwd=FLxujLI:\"
just delete the line. Root will no longer have a password, so you should be able assign a new password.
Marty