- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is the system running in 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
09-28-2004 06:03 PM
09-28-2004 06:03 PM
I am using HP 11i overhere. How can I check if the system is running under trusted mode or not? What are the characteristics for a trusted system under HP 11i?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 06:14 PM
09-28-2004 06:14 PM
Solution1) check the contents of the /etc/passwd to see if the encrypted password field has been replaced by '*' for all accounts. If so, there will be a /tcb subdirectory and contents
2) Run the 'getprpw' command like this
# /usr/lbin/getprpw -l
System is not trusted.
Not sure what you mean by characteristics. Are you after what is available to you?
This document could be of some assistance.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90121/B2355-90121_top.html&con=/hpux/onlinedocs/B2355-90121/00/00/4-con.html&toc=/hpux/onlinedocs/B2355-90121/00/00/4-toc.html&searchterms=system%7ctrusted&queryid=20040929-001336
and
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&con=/hpux/onlinedocs/B2355-90672/00/01/123-con.html&toc=/hpux/onlinedocs/B2355-90672/00/01/123-toc.html&searchterms=system%7ctrusted&queryid=20040929-001336
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 07:18 PM
09-28-2004 07:18 PM
Re: Is the system running in trusted mode?
easy, just type pwconv - it'll show you if the system is in trusted mode or not
On the other side, if there's a dir named /tcb then the system is a trusted one and vice versa
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 08:00 PM
09-28-2004 08:00 PM
Re: Is the system running in trusted mode?
/tcb/files/auth/system/default available then, it is trusted one else it is untrusted.
Simple /tcb/files/auth/* directory should be there. some times after converting into untrusted system by simply deleting
/tcb/files/auth/system/default file so that,
/tcb/files/auth/ directory will be there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 08:15 PM
09-28-2004 08:15 PM
Re: Is the system running in trusted mode?
iscomsec returns a zero (0) if the system is not a trusted system. If
the system has been converted to a trusted system, iscomsec returns a
one (1).
You can get documents from
http://docs.hp.com
Attachment contains trusted system document. IT is good to read this.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 10:00 PM
10-12-2004 10:00 PM
Re: Is the system running in trusted mode?
1.Unix - in passwd is crypted passwd
2.shadow - in passwd is x instead of cr.pasword
3.trusted mode - in passwd is * instead of pasword
all options are unconvertable. Trusted mode is most recomended if you need to secure you system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 10:04 PM
10-12-2004 10:04 PM
Re: Is the system running in trusted mode?
In addition to this you can go thr' doc which talks about trusted systems.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 10:46 PM
10-12-2004 10:46 PM
Re: Is the system running in trusted mode?
I have attached your same document there in prev. reply :)
Have a nice day.
Regards
Muthu