TMF Management Programming Manual (G06.24+)

Commands and Responses
HP NonStop TMF Management Programming Manual522420-002
5-10
ADD AUDITTRAIL
ZTMF-TKN-RESTOREVOLUME
specifies the volume used when restoring audit dumps. If audit dumping is
configured for the audit trail, you must specify at least one volume for this purpose.
This token can occur from 1 to 16 times. You cannot specify the same restore-
audit volume twice in the same command. Restore-audit volumes can be the
same volumes as the active-audit volumes; they can also be data volumes or any
volumes not configured for other TMF purposes.
ZTMF-MAP-ADD-AUDITTRAIL
is an extensible structured token that contains fields for adding an audit trail to the
TMF configuration. This token is required; only one occurrence is allowed. This
token contains the following fields:
ZFILESPERVOLUME
specifies the number of files in the audit trail that reside on each active-audit
volume configured. The audit trail’s capacity is determined by the number of
audit trail files per volume, the number of active-audit volumes, and the file
sizes. TMF pre-allocates these files when the ADD AUDITTRAIL command is
executed. If the subsystem cannot allocate all the files, this command fails.
The minimum value is 1 and the maximum value is 100. The default is 5.
ZFILESIZE
specifies the size of each audit trail file, in megabytes (1024 x 1024 bytes).
The ZFILESIZE value, once assigned through the ADD AUDITTRAIL
command, cannot be changed through the ALTER AUDITTRAIL command. To
change this value, you must purge the existing TMF configuration with the
DELETE TMF command and then create an entirely new configuration.
The minimum value is 1 and the maximum is either 2047 or the maximum disk
size (if less than 2047 megabytes). The default is 100 megabytes (100 x 1024
x1024 bytes).
ZAUDITDUMP
specifies whether or not audit dumping is performed for the audit trail. During
audit dumping, TMF automatically copies to tape or disk an audit trail file that
has become full. The following values are valid:
The default is ZSPI-VAL-TRUE.
Caution. The number of active-audit volumes multiplied by the value of ZFILESPERVOLUME
must be 2 or greater.
ZSPI-VAL-TRUE Audit dumping is enabled.
ZSPI-VAL-FALSE Audit dumping is prevented.