Operating System - HP-UX
1758330 Members
1749 Online
108868 Solutions
New Discussion юеВ

can one unconvert a system from the command line

 
SOLVED
Go to solution
Boyd Kodama
Frequent Advisor

can one unconvert a system from the command line

HP-UX 10.20.

I am trying to automate the procedure to change
a trusted system with auditing running to a untrusted system with no auditing and with NIS
running. Is there a way to unconvert the system
from the command line or shell script? Or am I
forced to do it though SAM?

thanks,

Boyd
Without Mondays, there weren't be any Fridays
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: can one unconvert a system from the command line

Hi Boyd:

Yes there is. Run /usr/lbin/tsconvert -c to convert to a trusted system and tsconvert -r removes the trust.

Clay
If it ain't broke, I can fix that.
Helen French
Honored Contributor

Re: can one unconvert a system from the command line

Roger Baptiste
Honored Contributor

Re: can one unconvert a system from the command line

hi,

You can use the /usr/lbin/tsconvert -r command to untrust the system.
Make sure you have a copy of the existing /etc/passwd and /tcb before you do it.
Also, it''s preferable to have the users logged out while doing it.

HTH
raj
Take it easy.
Uday_S_Ankolekar
Honored Contributor

Re: can one unconvert a system from the command line

Hi,

tsconvert -r to untrust
tsconvert -c to trusted
Also you can use sam to do this

-USA
Good Luck..
Boyd Kodama
Frequent Advisor

Re: can one unconvert a system from the command line

Thanks!

I did eventually come across
the tsconvert command.

Boyd
Without Mondays, there weren't be any Fridays