TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-10
ADD AUDITTRAIL
ZTMF-TKN-RestoreVolume
specifies the disk 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
must be set to the same value as ZFileSize32, unless the file size exceeds
2047. If the file size exceeds 2047, you must set ZFileSize to ZSPI^Null and
ZFileSize32 to the desired file size.
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.
An auxiliary audit trail cannot be configured with ZAuditDump set to ZSPI-VAL-
True unless the master audit trail is also configured with ZAuditDump set to
ZSPI-VAL-True. A master audit trail cannot be configured with ZAuditDump set
to ZSPI-VAL-False unless the auxiliary audit trails are also configured with
ZAuditDump set to ZSPI-VAL-False. However, a master audit trail can be
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.