Top Secret SAF Trace Commands
search cancel

Top Secret SAF Trace Commands

book

Article ID: 198737

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

 SAF Sectrace commands to trace SAF calls.

Environment

Release : 16.0

Component : CA Top Secret for z/OS

Resolution

The following will trace security events from the z/OS SAF facility that match the specified trace operands:


TSS ADD(acid) TRACE
TSS REFRESH(acid) JOBNAME(*)
TSS MODI(SECTRACE(ACT,WTL))
ST SET,ID=TSS2,TYPE=SAF,FUNC=ALL, FORMAT=DUMP,USER=acid,DEST=SYSLOG,END (issued on the console)
This will route all trace records to the MVS syslog....
Recreate the problem.
TSS MODI(SECTRACE(OFF))
ST DEL,ID=TSS2 (issued on the console)
TSS REM(acid) TRACE

Additional Information

More information and SAF Sectrace options are discussed in the Top Secret r16 documentation in section SAF SECTRACE SET and MODIFY Operands.