- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check if a system is trusted or not?
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-01-2006 08:15 AM
09-01-2006 08:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:19 AM
09-01-2006 08:19 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:22 AM
09-01-2006 08:22 AM
Re: How to check if a system is trusted or not?
check /tcb/files/auth/system directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:23 AM
09-01-2006 08:23 AM
Re: How to check if a system is trusted or not?
If the directory /tcb exists, it is probably trusted.
also, the /etc/passwd file will not contain any encrypted passwords.
Finally, SAM auditing asecurity will not work unless the system is trusted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:25 AM
09-01-2006 08:25 AM
Re: How to check if a system is trusted or not?
check /etc/passwd for 2nd field and if it is * then it is trusted
This means nothing. '*' in the passwd hash field of /etc/passwd, by convention, means that the account is locked on an untrusted system. At best '*' means that the system MIGHT be trusted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:42 AM
09-01-2006 08:42 AM
Re: How to check if a system is trusted or not?
has /tcb directory = trusted
does not have /tcb directory NOT trusted
Correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:45 AM
09-01-2006 08:45 AM
Re: How to check if a system is trusted or not?
Again, man 2 iscomsec and READ it this time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:58 AM
09-01-2006 08:58 AM
Re: How to check if a system is trusted or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 09:07 AM
09-01-2006 09:07 AM
Re: How to check if a system is trusted or not?
type
/usr/lbin/getprdef -r
or
Try man iscomsec (to get further information)
sajeer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 09:13 AM
09-01-2006 09:13 AM
Re: How to check if a system is trusted or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 01:28 PM
09-01-2006 01:28 PM
Re: How to check if a system is trusted or not?
[ -f /tcb/files/auth/system/default ] && echo "System is Trusted" || echo "No, system is not Trusted"
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 07:43 AM
09-03-2006 07:43 AM
Re: How to check if a system is trusted or not?
in a not trusted system(11.11),
"System is not trusted."
in a trusted system(11.23),
#/usr/lbin/getprdef -r
NO, 0, 8, 182, 196, -1, 7, YES, YES, NO, NO, NO, YES, 3, 10, 2, 0
i tried man getpredef
no manuals.
1)then how to find out the other options for getpredef??
2.)what information is getprdef returns? what is meant by the above output?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 07:49 AM
09-03-2006 07:49 AM
Re: How to check if a system is trusted or not?
if the system is already converted to trusted one,
# /usr/lbin/tsconvert
System has already been converted.
if the system is not trusted,
# /usr/lbin/tsconvert
this command will convert the system into trusted one. (be careful. it wont ask yes or no before converting)
some method is there to unconvert. i will post that soon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 10:52 PM
09-03-2006 10:52 PM
Re: How to check if a system is trusted or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 11:08 PM
09-03-2006 11:08 PM
Re: How to check if a system is trusted or not?
Regards,
Jaime.