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
 
 

Filter Log Entries

Properties for filtering the server SP or CMM log entries are available in the CLI and web interface.

To filter log entries for the server SP or CMM, follow these steps:

  • To filter log entries, perform one of the following:
    • From the web interface, select either a standard filter or a custom filter from the Filter list box.

      For further details about filtering log entries shown in the web interface, click the More Details link on the log page.

    • From the CLI, issue the show command followed by one or more supported log filter properties.

      For example:

      • To filter the system log entries by Subcomponent or Event Type, type one of the following:

        show /System/Log/list Subsystem==subsystem

        show /System/Log/list Type==type

      • To filter the event or audit log entries by Class, type:

        show /SP|CMM/logs/event|audit/list Class==class

      • To filter the event or audit log entries by Class and Type, type:

        show /SP|CMM/logs/event|audit/list Class==class Type==type

      • To filter the event or audit log entries using all the filter properties, type:

        show /SP|CMM/logs/event|audit/list Class==class Type==type Severity==value

      Where:

      • subsystem is the subsystem component name, for example: System, Cooling, or Processor. For other examples, see the Subsystem examples listed in the Log Properties.

      • type is the event name or the component name where the event occurred, for example: OK, Warning, Service Required, Fann, Processorn, DCUn, DIMMn, UI, Product, Log, Update, or Action. For other examples, see the Component or Event Type examples listed in the Log Properties.

      • class is the class event name, for example: System, Fault, Chassis, Software, Audit, BIOS, or Sensor. For further information about the Class log property, see Class in the Log Properties.

      • severity is the event severity, for example: Debug, Down, Critical, Major, or Minor.

      • SP|CMM indicates a choice between the server SP or CMM. Type SP or CMM.

      • event|audit indicates a choice between the event and audit log. Type event to filter the event log, or type audit to filter the audit log.

Related Information