- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: trusted or non-trusted
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-06-2003 01:42 AM
06-06-2003 01:42 AM
trusted or non-trusted
The thing is how to determine the HP-UX system is in trusted or non-trusted mode?
Any good idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 01:55 AM
06-06-2003 01:55 AM
Re: trusted or non-trusted
Hi,
There r so many ways to check. some of them
1.The /tcb Directory will be there in Trusted system.
2. When u log on to Trusted system it will display like the "Last successful login for root: Fri Jun 6 05:51:35 SST-8 2003 on pts/tb
Last unsuccessful login for root: NEVER "
HTH
-tamil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 02:00 AM
06-06-2003 02:00 AM
Re: trusted or non-trusted
The easiest way to findout is to see /tcb directory if this directory is not available then it is not in a trusted mode or you can see in /var/adm/syslog/syslog.log the login information.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 02:06 AM
06-06-2003 02:06 AM
Re: trusted or non-trusted
Thanks for reply.
The ways you provided are good to show the system is in trusted mode. But is there any "official" way to achieve this? Maybe using a command, a log file, or something else...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 02:12 AM
06-06-2003 02:12 AM
Re: trusted or non-trusted
If the system isnt trusted it says cant convert.....on non-Trusted system
If the system is trusted it says; At and crontab files converted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 02:19 AM
06-06-2003 02:19 AM
Re: trusted or non-trusted
/usr/lbin/getprpw
If the system isnt trusted it says so.
If it is trusted you get a Usage: [options....] message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 02:39 AM
06-06-2003 02:39 AM
Re: trusted or non-trusted
Check this link
http://docs.hp.com/hpux/onlinedocs/B2355-90121/B2355-90121.html
-Bala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 03:09 AM
06-06-2003 03:09 AM
Re: trusted or non-trusted
just type
/usr/lbin/getprpw
if it is trusted it displays help, it is not trusted it displays
System is not trusted
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 03:38 AM
06-06-2003 03:38 AM
Re: trusted or non-trusted
There isn't an official way that I know of to tell if a system is trusted, other than going into the "Auditing and Security" menu of SAM. From there if you try to enter any of the Audited sections you'll either be prompted to trust the system or you'll be shown the Audited events/users, etc. Unofficially I'd check for /tcb; and especially the presence of /tcb/files/auth/r/root.
In addition the only supported way of trusting/untrusting the system is by using SAM, even though it uses tsconvert itself. The modprpw/getprpw commands are themselves only supposed to be used by SAM, and in fact are only documented at 11i. If you use them, bear in mind that their functionality could change in later releases.
regards,
Darren