If several preselection values are set for events (event-driven, user-driven, job-driven), the result is the inclusive-OR operation from the individual preselection values.
The tables below indicate the possible combinations of SAT logging conditions.
Meaning of columns:
EVENT | Event-specific activation of logging |
TAC | Job-specific activation of logging |
USER | User-specific activation of logging |
Result | Result of inclusive-OR operation, i.e. the combination of preselection values. |
If the value OFF is generated for an EVENT (event not logged), the value OFF is transferred as the result.
EVENT | SUCC | |||||||||||||||
USER | SUCC | FAIL | BOTH | NONE | ||||||||||||
TAC | S | F | B | N | S | F | B | N | S | F | B | N | S | F | B | N |
Result | S | B | B | S | B | B | B | B | B | B | B | B | S | B | B | S |
EVENT | FAIL | |||||||||||||||
USER | SUCC | FAIL | BOTH | NONE | ||||||||||||
TAC | S | F | B | N | S | F | B | N | S | F | B | N | S | F | B | N |
Result | B | B | B | B | B | F | B | F | B | B | B | B | B | F | B | F |
EVENT | BOTH | |||||||||||||||
USER | SUCC | FAIL | BOTH | NONE | ||||||||||||
TAC | S | F | B | N | S | F | B | N | S | F | B | N | S | F | B | N |
Result | B | B | B | B | B | B | B | B | B | B | B | B | B | B | B | B |
EVENT | NONE | |||||||||||||||
USER | SUCC | FAIL | BOTH | NONE | ||||||||||||
TAC | S | F | B | N | S | F | B | N | S | F | B | N | S | F | B | N |
Result | S | B | B | S | B | F | B | F | B | B | B | B | S | F | B | N |
Example of linking the preselection values
The following preselection values are generated:
Event-specific:
SATSEL FAIL,EVENT=(SIGN,TLS) SATSEL SUCC,EVENT=(CHANGE-PW,GSSB,ADM-CMD) SATSEL BOTH,EVENT=(START-PU,ULS) SATSEL NONE,EVENT=END-PU
User-specific:
USER BSPUSER,SATSEL=FAIL
Job-specific:
TAC BSPTAC,SATSEL=SUCC
The result is therefore the following preselection values. The preselection values are queried using the UTM SAT administration command KDCISAT.
Event-specific with the KDCISAT command:
SAT | USER | TAC | EVENT | RESULT |
OFF | SIGN | FAIL |
User-specific with the command KDCISAT USER=BSPUSER:
SAT | USER | TAC | EVENT | RESULT |
OFF | BSPUSER | SIGN | FAIL |
Job-specific with the command KDCISAT TAC=BSPTAC:
SAT | USER | TAC | EVENT | RESULT |
OFF | BSPTAC | SIGN | BOTH |