TMF Reference Manual (H06.05+)

TMFCOM Commands
HP NonStop TMF Reference Manual540138-002
3-20
ADD AUDITTRAIL
value becomes effective for all audit-trail files that are subsequently renamed or
created for this audit trail, as follows:
When an existing audit-trail file is renamed forward during audit-trail rollover, and
this file has a different file size or format (format 1 or format 2) than the configured
values for these parameters, TMF creates a new renamed file of the configured
size and format, and purges the existing file.
When an existing audit-trail file is renamed forward during audit-trail rollover, and
this file has the same file size and format as the configured values, TMF simply
renames the file.
When new audit-trail files are preallocated, TMF creates them with the configured
file size for the specified audit trail and the format value currently in effect for the
TMF configuration. (Always remember that while the FILESIZE value applies to a
specific audit trail, the ATFORMAT value entered through the ALTER TMF
command applies to your entire TMF configuration.)
FILESPERVOLUME Option Considerations
TMF uses the FILESPERVOLUME value to pre-allocate the number of files in the
active-audit trail that reside on each volume; if they cannot all be allocated, the ADD
AUDITTRAIL command fails. You can change the FILESPERVOLUME value by using
the ALTER AUDITTRAIL command, whether TMF is started or not.
TMF calculates disk extent size on the basis of 16 extents per file, with all extents (both
primary and secondary) being the same size.
OVERFLOWVOL and OVERFLOWTHRESHOLD Option
Considerations
Overflow-audit volumes are used to store files when the active-audit trail becomes too
full. At this point, the oldest audit-trail files are copied to the overflow volumes so that
the space occupied by these audit-trail files can be reused. In the OVERFLOWVOLS
parameter, you can specify the overflow-audit volumes you want TMF to use for this
purpose. In the OVERFLOWTHRESHOLD parameter, you can specify the capacity
level of the active-audit trail that will trigger overflow copying. For example, if you want
overflow copying to begin when 95% of the available audit trail space has been used,
set OVERFLOWTHRESHOLD to 95. The time it takes to reach the overflow threshold
depends on the audit generation rate and the total audit trail capacity.
Once overflow copying begins, it continues until the capacity used falls below the
threshold, even though space subsequently becomes available on the active-audit
Note. You should ensure that enough disk space exists to accommodate files of the size
specified in FILESIZE and the number specified in FILESPERVOLUME. If the disk has
insufficient space in which to create a new file of the latest configured FILESIZE, TMF simply
renames the existing file even though that file may be of improper size or format, and keeps
the configuration in a transition state; in this state, files of different sizes continue to exist.