Operating System - HP-UX
1833294 Members
3129 Online
110051 Solutions
New Discussion

trusted or non trusted system

 
MD.IMTEYAZUL HASSAN
Contributor

trusted or non trusted system

How to check my system is trusted or non trusted.
5 REPLIES 5
R.K. #
Honored Contributor

Re: trusted or non trusted system

Hi Imteyazul..

>>How to check my system is trusted or non trusted.

1. Execute following command:
# /usr/lbin/modprpw root
System is not trusted.

2.
You have a trusted system if you have files in '/tcb/files/auth/*/*'


Don't fix what ain't broke
Sunny Jaisinghani
Trusted Contributor

Re: trusted or non trusted system

Check if you have a directory /tcb. If present your system is trusted.

execute a command
#getprpw root

If your server is not trusted then it will give you an error message..

Matti_Kurkela
Honored Contributor

Re: trusted or non trusted system

If the file /tcb/files/auth/system/default exists, your system is trusted.

If it doesn't exist, it isn't.

This is the same test that the system itself uses. Reference: see "man 2 iscomsec".

MK
MK
Johnson Punniyalingam
Honored Contributor

Re: trusted or non trusted system

>>How to check my system is trusted or non trusted.<<<<<<

ll -ld /tcb "if "tcb" file /folder exits"

Its trusted :) if not :( NO
Problems are common to all, but attitude makes the difference
Vishu
Trusted Contributor

Re: trusted or non trusted system

hey,
simply check for /tcb directory. If it is there, then it is trusted else it is not.