Operating System - HP-UX
1826417 Members
3734 Online
109692 Solutions
New Discussion

Unconverting a Trusted System

 
SOLVED
Go to solution
Mike Burk
Advisor

Unconverting a Trusted System

How do I unconvert a Trusted System from single user mode?
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor
Solution

Re: Unconverting a Trusted System

Hi Mike:

Mount /usr and do:

# /usr/lbin/tsconvert -r

Regards!

...JRF...
Pete Randall
Outstanding Contributor

Re: Unconverting a Trusted System

Mike,

You can search the forums by clicking on the search button on the left hand side. The string
"trusted systems" +unconvert
would give you your answer.

Good luck,
Pete

Pete
Victor_5
Trusted Contributor

Re: Unconverting a Trusted System

1. mount /usr

2. /usr/lbin/tsconvert -r

If you need to implement Trusted System again in the near future for some reason, it is good to keep the backup of /tcb.
MANOJ SRIVASTAVA
Honored Contributor

Re: Unconverting a Trusted System

Hi Mike

at the ISL prompt do a

hpux -is
df to see whehter all teh filesystems in vg00 are mounted or not
otherwise do fsck /dev/vg00/rlvol*
and mount -a
then
/usr/lbin/tsconvert -r


Manoj Srivastava
Mike Burk
Advisor

Re: Unconverting a Trusted System

Wow! Thanks to all for the quick response!!

Mike