Home >

Lunacm Command Reference Guide > LunaCM Commands > audit > audit verify

audit verify

Verify the audit log records. This command displays details for the indicated file, or verifies records in the specified range from the named file.

Syntax

audit verify [start <start record>] [end <end record>] file <fully_qualified_filename>

Parameter Shortcut Description
start s The index of the first record in file to verify. If this parameter is omitted, the first record in file is assumed.
end e The index of the last record in file to verify. If this parameter is omitted, the last record in file is assumed.
file f The fully-qualified name of file containing data to verify. This is the only mandatory parameter.
details d Show details for file. This includes the first and last timestamps, first and last record sequence numbers, and total number of records in the file.

Example

lunacm:>audit verify f test.log s 21 e 56
 
Verified messages 21 to 56
 
Command Result : No Error