Safeguard Audit Service Manual (G06.24+, H06.03+)
Audit Service Command Syntax
Safeguard Audit Service Manual—520480-014
4-2
ADD AUDIT POOL Command
•
The format for the command listing or report (for commands that produce displays
or listings)
•
Considerations for the use of the command
•
Examples of command usage
ADD AUDIT POOL Command
ADD AUDIT POOL defines a new audit pool, adds it to the collection of available audit
pools, and allocates disk space for the audit files. This command does not select the
specified audit pool as the current audit pool.
Members of either security group can execute this command.
$vol.subvol
specifies the volume and subvolume on which the new audit pool is to be defined.
file-spec
specifies the disk allocation parameters for the disk files that make up this audit
pool. The parameters are:
EXTENTSIZE ( primary-ext [ , secondary-ext ] )
MAXEXTENTS n
MAXFILES n
EXTENTSIZE ( primary-ext [ , secondary-ext ] )
specifies the primary and secondary extents, in 2048-byte disk pages, for each
audit file in the audit pool being added. Both primary-ext and
secondary-ext are decimal integer values. The default value for each is 128
disk pages. The smallest extent allowed is two pages.
MAXEXTENTS n
specifies the maximum number of disk file extents for each audit file. n is a
decimal integer value from 16 through 978. The default value is 16 extents.
MAXFILES n
specifies the maximum number of files that can be allocated in this audit pool.
n is a decimal integer value from 2 through 10,000. The default value is two
files.
ADD AUDIT POOL $vol.subvol [ , ]
[[ file-spec [ , file-spec ]...] | [ LIKE $vol.subvol ]]