XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix E: XMA Host Macros
XYPRO Technology Corporation 211 Proprietary and Confidential
The report is sorted by TIME
All (*) operations
Debug is set to off (0)
all (*) rulenames
all (*) product codes will be included
All alert types (ALL)
All (*) results will be included
All (*) message codes will be included
All (*) message ids will be included
If desired, you can use the TACL ampersand ( & ) to separate command lines for
legibility. Or in a TACL macro, use square brackets to enclose all the selection criteria
and list them one per line as shown in Example 2:
Example 2:
[xma_audit_report
1
2001-07-01 == start date
2
00:00 == start time
3
2001-07-01 == start date
4
23:59 == start time
5
222,* == user
6
* == login name
7
* == terminal
8
* == system
9
USER == object type
10
* == object name
11
FAILURE == outcome
12
$data.xmatbls == audit pool subvol
13
$s.#xygate.xmarep == output location
14
time == sort order
15
* == operation
16
0 == debug
17
* == rulename
18
* == product code
19
ALL == ALERTED (A,N,B)
20
* == result
21
* == Messagecode
22
* == Messageid
]
Note: For your convenience a sample report macro name REPMAC has been placed
in your XMA subvolume.
With the exception of the date range, if you wish to specify multiple values for
any of the selection criteria, you must supply a comma-separated list with no
spaces. For example: USER.FRED,USER.BILL,USER.JOE.
For options that accept the NOT operator, NOT must be followed by a comma (no
spaces). For example: USER.FRED,USER.BILL,NOT,USER.JOE.