Go to main content

Oracle® ILOM User's Guide for System Monitoring and Diagnostics Firmware Release 3.2.x

Exit Print View

Updated: April 2018
 
 

View and Clear Log Entries (CLI)

Oracle ILOM log entries for a host server or blade system chassis are viewable from the server SP CLI.

Before You Begin

  • Admin (a) role privileges are required to clear log entries.

To view and clear log entries using the server SP or CMM CLI, follow these steps:

  1. To view a tabular list of log entries, do one of the following:
    • For the system log, type:

      show /System/Log/list

    • For the event log, type either:

      show /SP/Logs/event/list

      or

      show /CMM/Logs/event/list

    • For the audit log, type either:

      show /SP/Logs/audit/list

      or

      show /CMM/Logs/audit/list

    To scroll through the list, press any key except the q key.

  2. To clear log entries shown, type set target clear=true command, and then type y at the prompt.

    For example:

    • set /System/Log clear=true

    • set /SP/logs/event/ clear=true

    • set /CMM/logs/event clear=true

    • set /SP/logs/audit clear=true

    • set /CMM/logs/audit clear=true

Related Information