Filter Log Entries
Properties for filtering the server SP log entries are available in the CLI and web interface.
Note:
For a description of custom filters supported for each log type (Audit, Event, and System), see the online help in the web interface. To access the help, click the More Details … link at the top of the web page. For example, click System Log then click the More details link located at the top of the web page.To filter log entries for the server SP, 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/logs/ event|audit /list Class== class
- To filter the event or audit log entries by Class and
Type, type:
show /SP/logs/ event|audit /list Class== class Type== type
- To filter the event or audit log entries using all the
filter properties, type:
show /SP/logs/ event|audit /list Class== class Type== type Severity== value
Where:
- subsystem is the subsystem
component name, for example:
System
,Cooling
, orProcessor
. 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
, orAction
. 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
, orSensor
. 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
, orMinor
. - 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.
- To filter the system log entries by Subcomponent or
Event Type, type one of the following:
-
Related Information