1825704 Members
3172 Online
109686 Solutions
New Discussion

Trusted System

 
SOLVED
Go to solution
Pedro Luis Estraño
Contributor

Trusted System

How to configured Trusted System in my System.
hpux 10.20

Thank
Hello everyone
3 REPLIES 3
Paula J Frazer-Campbell
Honored Contributor
Solution

Re: Trusted System

Hi
Use SAM - select Auditing and Security ->
s ..(go up)
SAM Audited Events
SAM Audited System Calls
SAM Audited Users
SAM System Security Policies

And SAM will present:-

You need to convert to a Trusted System before proceeding. The
conversion process does the following things:

1. Creates a protected database on the system for storing security
information.
2. Moves user passwords in "/etc/passwd" to this database.
3. Replaces all password fields in "/etc/passwd" with "*".

For more details, refer to the "System Security" chapter of the
"System Administration Tasks" manual.

Do you want to convert to a Trusted System now?

[ Yes ] [[No ]]


Select yes and follow the instructions.

HTH

Paula
If you can spell SysAdmin then you is one - anon
James R. Ferguson
Acclaimed Contributor

Re: Trusted System

Pedro:

Here's a document you might find useful:

http://docs.hp.com/hpux/onlinedocs/B2355-90121/B2355-90121.html

...JRF...

Andreas Klaer
Valued Contributor

Re: Trusted System

Hello,

here's a even faster method.

To convert a system to trusted mode:
/usr/lbin/tsconvert -c

To convert it back to non-trusted mode:
/usr/lbin/tsconvert -r

Cheers,

Andreas.
Andreas Klaer