solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : AUDIT STATUS
  
AUDIT STATUS
ADMIN COMMAND 'audit status'
Abbreviation: audit
Returns the status of the AuditInfo feature. For more information, see Configuring the AuditInfo Log feature.
The following return values are possible:
Audit is active: Audit is active and the collection of audit files is in progress. Since the feature cannot be dynamically turned off, Audit has been active since the startup of the server. To turn off the feature, modify the solid.ini file and restart the server.
Audit not active: Audit is not active and has not been active since last startup.
Audit error, errno #: Audit was initially activated but has failed at some point. The error number is the error generated by the file system when an attempt to write an audit entry failed.
Audit log file open failed, errno #: The first audit write operation failed. The error number is the error that was generated by the file system when the attempt to write the audit entry failed.
Go up to
solidDB ADMIN COMMAND syntax