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.
The following table shows the arguments for the options.
Option | Description |
---|---|
-t <all | platform | audit> | Event type, choose which type of event to clear. If not specified, all event types will be selected. |
Event type descriptions
- all: All event type, including platform event and audit event.
- platform: Platform event type.
- audit: Audit event type.
Example:
system> clearlog
All event log cleared successfully
system> clearlog -t all
All event log cleared successfully
system> clearlog -t platform
Platform event log cleared successfully
system> clearlog -t audit
Audit event log cleared successfully
Give documentation feedback