Previous Topic Next topic Print topic


To dump and generate a report for an audit file

Syntax:

mfauditadm -r [-date date] [-time time] -d [-o report-file-name] -f audit-file-name

Parameters:

-f audit-file-name The audit file to be dumped and for which a report is to be generated.
-d Mark the file as dumped.
-r Generate a report.
-time time Only include events with the given time in the report file. The time should be specified with the format hh.mm[.ss[.nnn]].

NOT YET IMPLEMENTED

-date date Only include events with the given date in the report file. The date should be specified with the format yyyy/mm/dd.

NOT YET IMPLEMENTED

-o report-file-name Name of the report file to be created.

If this option is not specified, the report file will be derived from the audit-file-name, where the extension will be replaced by .txt. For example, if the audit-file-name was specified as mfaudit.DOCTEST.aud_3, the report file created would be named mfaudit.DOCTEST.txt

Example:

mfauditadm -r -d -o auditdata.txt -f mfaudit.DOCTEST.aud_5
Note:

To dump or generate a report for the active audit file, you must first make it available for dumping (see To make the active audit file available for dumping). Once an audit file has been dumped, you cannot generate a report for it, nor can you dump it again, until it has been reused by the audit consolidator process.

For more on dumping audit files, see Dumping Audit Files.

Previous Topic Next topic Print topic