Skip to main content

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.

Table 1. clearlog command.

The following table is a one-row two column table consisting of the option and option descriptions.

OptionDescription
-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