TMF Reference Manual (G06.24+)
TMFCOM Commands
HP NonStop TMF Reference Manual—522418-002
3-15
ADD AUDITTRAIL
If AUDITDUMP is ON, use the ALTER AUDITDUMP command to modify other
parameters relating to audit dumping. These parameters are explained in the
ALTER AUDITDUMP command description. Their default values are as follows:
BLOCKSIZE, the tape data block length: 28 (x 1024 bytes)
COPIES, the number of copies to be made in series or in parallel of each
dump: 1 parallel
SYSTEM, the node (system) on which tape copies are made: the local node
VERIFYTAPE, the tape-verification selection: OFF
MEDIUM, the medium on which the dump is recorded: TAPE
FILESIZE integer
specifies the size of the audit-trail files, in megabytes (MB). The FILESIZE
attribute value, once assigned with the ADD AUDITTRAIL command, cannot be
changed with the ALTER AUDITTRAIL command. To alter this value, you must
purge the existing TMF configuration with the DELETE TMF command and then
create an entirely new configuration.
The minimum value for FILESIZE is 1 and the maximum is either 2047 or the
maximum disk size (if less than 2047 megabytes). The default is 100, resulting in
files of 100 megabytes (100 x 1,048,576 bytes) each.
ACTIVEVOL[S]
specifies the disk volume that holds the audit-trail files. If ACTIVEVOL[S] was
specified in a previous SET AUDITTRAIL command in this session, this parameter
is optional in the ADD AUDITTRAIL command; otherwise, this parameter is
required.
You must specify at least one volume; up to 16 are allowed. A single volume
cannot be configured as an active volume for more than one audit trail. A volume
configured as an active-audit volume cannot be configured as a data volume. To
Note. An auxiliary audit trail cannot be configured with AUDITDUMP ON unless the
master audit trail is also configured with AUDITDUMP ON. A master audit trail cannot be
configured with AUDITDUMP OFF unless the auxiliary audit trails are also configured with
AUDITDUMP OFF. However, a master audit trail can be configured with AUDITDUMP ON
regardless of whether AUDITDUMP is ON or OFF for the auxiliary audit trails. The
possible combinations are:
MAT AUX Allowed/Disallowed
------ ------ --------------------------
ON ON Allowed
OFF OFF Allowed
ON OFF Allowed
OFF ON Disallowed