clearlog command
This command is used to clear the IMM event log.
Use the clearlog command to clear the event log of the IMM. You must have the authority to clear event logs to use this command.
Note
This command is intended only for support personnel use.
Syntax:
clearlog [-options]
Option | Description | Values |
---|---|---|
-t | Event type, choose which type of event to clear. If not specified, all event types will be selected. | all, platform, audit
|
Example:
system> clearlog
All event log cleared successfully
system>
system> clearlog -t all
All event log cleared successfully
system>
system> clearlog -t platform
Platform event log cleared successfully
system>
system> clearlog -t audit
Audit event log cleared successfully
system>
Give documentation feedback