Operating System - HP-UX
1834169 Members
2037 Online
110064 Solutions
New Discussion

How to come back from trusted system to untrusted system ?

 
SOLVED
Go to solution
Herve BRANGIER
Respected Contributor

How to come back from trusted system to untrusted system ?

Hi,

One of our system (HPUX 10.20 D230) was
converted by error as a trusted system. We
need to come back to the old configuration.

Do you know if it's possible and how to do that ?

Thanks,

Herve

4 REPLIES 4
Wieslaw Krajewski
Honored Contributor
Solution

Re: How to come back from trusted system to untrusted system ?

Hi,

The simplest way is to use sam

sam

Auditing and Security -> Audited Users -> Actions -> Unconvert system

Rgds
Permanent training makes master
eran maor
Honored Contributor

Re: How to come back from trusted system to untrusted system ?

Hi

i agree with Wieslaw .

you can disable the trusted system with sam ( it is the best way )

you can disable it after choosing the Security
tab in the sam and in any action of the itemes you can disable the trusted system .
love computers
Stefan Farrelly
Honored Contributor

Re: How to come back from trusted system to untrusted system ?


use the command;

/usr/lbin/tsconvert -r

to revert back from trusted. Check your /etc/passwd file after running this command, to be safe you may need a backup of your old passwd file from before you converted to trusted, tsconvert has been known to screw up the passwd file when reverting back.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Herve BRANGIER
Respected Contributor

Re: How to come back from trusted system to untrusted system ?

Thanks for all your responses to my stupid
question :-)

Herve