- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to Change root password on trusted system?
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
03-18-2002 11:10 AM
03-18-2002 11:10 AM
-Piyush.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 11:19 AM
03-18-2002 11:19 AM
Re: How to Change root password on trusted system?
If not, vi the /tcb/auth/files/r/root file
remove the hash code between = and : , i.e..
:u_pwd=fBX819fJCbb2w::u_pwd=:
Then use the passwd command.
Becareful editing that file, be very careful.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 11:25 AM
03-18-2002 11:25 AM
Re: How to Change root password on trusted system?
try #set_parms root_passwd
HTH
-Rusty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 12:39 PM
03-18-2002 12:39 PM
SolutionYou change the root password on a trusted system just as you would on a non-trusted system. The hashed password just happens to be stored in /tcb/auth/files/r/root instead of in /etc/passwd.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 09:56 PM
03-18-2002 09:56 PM
Re: How to Change root password on trusted system?
you can change it using SAM the behavior differs on how the hardening was implemented.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:06 PM
03-19-2002 12:06 PM
Re: How to Change root password on trusted system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 01:34 PM
03-20-2002 01:34 PM
Re: How to Change root password on trusted system?
You can also do the other way from the console logging a single user
# /usr/bin/modprpw - k root
this 'll reset the passwd or
# /usr/sam/lbin/usermod.sam -f -P "" root
this 'll reset the passwd to plain passwd
or the other way is to convert the trusted system to an untrested system
# tsconvert -r
0r # /usr/lbin/tsconvert -r
hope this 'll solve your prblms
Thanx