TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-11
ADD AUDITTRAIL
configured with ZAuditDump set to ZSPI-VAL-True regardless of the
ZAuditDump value for the auxiliary audit trails. The possible combinations are:
ZOverflowThreshold
specifies the percentage of audit trail capacity that can be consumed before
TMF begins overflow copying. This field is optional. The minimum value is 50
(percent) and the maximum value is 100 (percent). The default is 80 (percent).
ZBeginTransDisable
specifies the percentage of audit-trail capacity that can be consumed before
TMF disables new transactions. When the consumed capacity falls below this
threshold, new transactions are no longer disabled by audit-trail usage.
(However, new transactions can be disabled for other reasons, as explained in
the ALTER BEGINTRANS command.) The minimum value is 50 (percent) and
the maximum value is 100 (percent). The default is 90 (percent).
ZFileSize32
specifies the size of the audit-trail files, in megabytes (MB). The minimum
value is 1 and the maximum depends on the format of the audit-trail files, as
follows:
For format 1 files: 2047 or the maximum disk size (if less than 2047 MB).
For format 2 files: 1048575 or the maximum disk size (if less than 1048575
MB). (This maximum value equals 1 terabyte (TB) minus 1 megabyte
(MB).)
For format 1 files, the default file size is 100, resulting in files of 100 MB (100 x
1024 x 1024 bytes) each. For format 2 files, the default file size is 1024,
resulting in files of 1024 MB (1024 x 1024 x 1024 bytes) each.
At any point after the FileSize attribute value is set, you can change that value
by using the ALTER AUDITTRAIL command.
ZAuditDump Value for
MAT
ZAuditDump Value for
AUX Allowed/Disallowed
ZSPI-VAL-True ZSPI-VAL-True Allowed
ZSPI-VAL-False ZSPI-VAL-False Allowed
ZSPI-VAL-True ZSPI-VAL-False Allowed
ZSPI-VAL-False ZSPI-VAL-True Disallowed