TMF Supplement for Large Audit Files (G06.24+)

TMF Reference Manual
HP NonStop TMF Supplement for Large Audit-Trail Files527391-001
5-14
ALTER AUDITTRAIL (Pages 3-51 through 3-60)
from tape only. The minimum value is 1, and the maximum is 9999. The originally
assigned default is 0 (no files are retained).
RESET MAXRETAINEDATFILES
resets the MAXRETAINEDATEFILES attribute to the originally assigned default,
which is 0.
BEGINTRANSDISABLE integer
specifies the percentage of audit trail capacity that can be consumed before TMF
disables new transactions. When the consumed capacity exceeds this value, new
transactions are not allowed. When the consumed capacity falls back 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 description).
The minimum value is 50, and the maximum is 100. The originally assigned
default is 90(%).
RESET BEGINTRANSDISABLE
resets the BEGINTRANSDISABLE attribute to the originally assigned default,
which is 90(%).
FILESIZE integer
specifies the size of the audit-trail files, in megabytes (MB). The minimum value
for FILESIZE 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). (Note that 1048575 equals 1 terabyte (TB) minus 1 megabyte (MB).)
The originally assigned default is as follows:
For format 1 files, 100 (resulting in files of 100 MB each).
For format 2 files, 1024 (resulting in files of 1024 MB each).
RESET FILESIZE
resets the FILESIZE attribute to the originally assigned default, which is as follows:
For format 1 files, 100 (resulting in files of 100 MB each).
For format 2 files, 1024 (resulting in files of 1024 MB each).
Caution. FILESIZE values smaller than 300 MB are not recommended. A FILESIZE value of
1 MB should really never be used.