SERVICELOG(8) | PowerLinux Diagnostic Tools | SERVICELOG(8) |
servicelog - query the contents of the servicelog
/usr/bin/servicelog [options]
The servicelog command queries and displays the contents of the system servicelog. You can use the --query option to select which events to report.
When run without any command-line arguments, servicelog will report statistics on the types of entries that have been logged to the database.
Servicelog events are stored in a relational database. When you specify --query, query-string is used in an SQL WHERE clause to select the events to report. Here are the column names you can use in query strings.
The following column names can used to select OS-type events: os.version, subsystem, driver, and device (all text).
The following column names can be used to select RTAS-type events: creator_id (text); action_flags, platform_id, subsystem_id, pel_severity, rtas.event_type, event_subtype, kernel_id, and addl_word1 through addl_word8 (all integers).
The following column names can be used to select ENCLOSURE-type events: enclosure_serial, enclosure_model (both text).
The following column names can be used to select BMC-type events: sel_id, sel_type, generator, bmc.version, sensor_type, sensor_number, event_class, bmc.event_type, and direction (all integers).
This man page describes the command syntax accepted by v1.0 and later of servicelog. In v1.1, backward compatibility with v0.2.9 was added. If servicelog recognizes v0.2.9 command-line options, it will exec the v0.2.9 version of the command.
Written by Michael Strosaker (strosake@austin.ibm.com), Nathan Fontenot (nfont@austin.ibm.com), Jim Keniston (jkenisto@us.ibm.com), Brad Peters
servicelog_manage(8) servicelog_notify(8) log_repair_action(8)
February 2012 | Linux |