Operating System - HP-UX
1832609 Members
2371 Online
110043 Solutions
New Discussion

Re: How to enable Audit on HP-UX?

 
Asser Sherif_2
New Member

How to enable Audit on HP-UX?

I'm trying to enable Audit using SAM on HP-UX 11 system , i get a msg " The NIS+ trusted table does not exist " . I'm running NIS+ server on Sun machine.Any ideas??
xXx
2 REPLIES 2
Shannon Petry
Honored Contributor

Re: How to enable Audit on HP-UX?

Audit requires a trusted mode system if Im not mistaken. Trusted mode I think can work with NIS+, but you will have to dig into the docs to figure out how to do this.

Is the system converted to trusted mode?

Regards,
Shannon
Microsoft. When do you want a virus today?
Timoh
New Member

Re: How to enable Audit on HP-UX?

Abou asser
As far as i know this seems to be impossible on SAM. But you can do it by using the commands:
audsys -n (to enable it)
and then you can use:
audctl AUD_SET (to specify the auditing files)
then
audusr
audevent
for auditing the users and the event arears!
users here must be the same as NIS+ users, and then it will work, and sure it must be a trusted system by the sun NIS+ controller.