Safeguard Audit Service Manual (G06.24+, H06.03+)
Audit Service Command Syntax
Safeguard Audit Service Manual—520480-014
4-14
Considerations
Only members of the SYSTEM-OPERATOR security group can execute this
command.
afile
specifies the number of the audit file to be released. It can be expressed in either
of these forms:
file-num
file-num : file-num
file-num is expressed as the file's alphabetic prefix and the least significant
digits of the audit file name that uniquely identify the file. For example, enter A5 for
audit file A0000005 or A270 for audit file A0000270.
The form file-num : file-num specifies that a range of audit files is to be
released, where the file-num variables designate the beginning and end of the
range.
IN $vol.subvol
specifies the location of the audit pool whose files are to be released. If IN
$vol.subvol is omitted, the current audit pool is assumed.
Considerations
•
You cannot release the current audit file.
•
RELEASE aborts if you specify duplicate or nonexistent file names.
•
All attempts to execute this command are audited.
Examples
1. This command releases audit file A0000001 in the current audit pool:
=RELEASE A1
2. This command releases audit files A0000004, A0000010, and A0000012 in the
audit pool on $SYSOP.SECURE:
=RELEASE A4, A10, A12 IN $sysop.secure
3. This command releases audit files A0000141 through A0000146 and file
A0000150 in the current audit pool:
=RELEASE A141:A146, A150
RELEASE afile [ , afile ] ... [ IN $vol.subvol ]