ERRPT, ERRPD(8,C) AIX Commands Reference ERRPT, ERRPD(8,C)
-------------------------------------------------------------------------------
errpt, errpd
PURPOSE
Processes a report of logged errors.
SYNTAX
+-------------+ +------------+
errpt ---| +---------+ |---| |---|
+-| -s date |-+ +--- file ---+
^| -e date || ^ |
|| -a || +--------+
|| -d list ||
|+---------+|
+-----------+
/usr/lib/errpd ---|
DESCRIPTION
The errpt command reads a specified error file or files, processes the data,
and writes a report of that data to standard output. These error files are
named file.0 or file.1, but do not include the .0 or .1 extension when you
specify the file name argument. The errpt command adds the extension. If you
do not specify a file name, the errpt command uses the file listed in the file
/etc/rasconf, adding the .0 and .1 extensions (these are usually
/usr/adm/ras/errfile.0 and /usr/adm/ras/errfile.1). The default report is a
summary of all errors posted in the named file, as well as system information
events, such as time changes, system starts, and so on.
The errpt command pipes error entries through the program /usr/lib/errpd, which
adds probable cause information to certain entries. If no probable cause
information is added, the errpt command logs records exactly as it receives
them.
FLAGS
-a Produces a detailed report. This report contains specific error
information for every event that the errpt command formats.
-d list Limits the report to certain types of error records as defined
by list. The list items can either be separated by commas or
enclosed in double quotation marks and separated by commas or
blanks. See "Error Identifiers" for the valid list values.
Processed November 8, 1990 ERRPT, ERRPD(8,C) 1
ERRPT, ERRPD(8,C) AIX Commands Reference ERRPT, ERRPD(8,C)
-e date Includes all records posted earlier than date, where date has
the form MMddhhmmyy (month, day, hour, minute and year).
-s date Includes all records posted later than date, where date has the
form MMddhhmmyy.
ERROR IDENTIFIERS
In the following error identifiers, 0 acts as a wildcard character, such that,
for example, H00 gives you all hardware errors (H11 to HFF), and H10 gives you
all errors from H11 to H1F, and so on.
The following identifiers can be used in conjunction with the -d option to
report only those errors for a given class. For example:
errpt -d s00
generates a report containing only software errors.
1. Class
H00 = Hardware (01)
S00 = Software (02)
I00 = IPL/Shutdown (03)
G00 = General System Condition (04)
U00 = User Defined, Non-Hardware
2. Class/Subclass
H20 = Hardware/Fixed Disk Drive and Adapter
H30 = Hardware/Diskette Drive and Adapter
H40 = Hardware/Tape and Adapter
H50 = Hardware/Display Station
H70 = Hardware/Keyboard/Mouse
H80 = Hardware/Communication Adapters
H81 = Hardware/RS232 Multi-port
H84 = Hardware/Serial or Serial/Parallel
H85 = Hardware/IBM PC Network Adapter
H86 = Hardware/RS422 Multi-port
H90 = Hardware/Parallel Printer and Adapter
H91 = Hardware/Parallel or Serial/Parallel
HA0 = Hardware/Printers
HF0
.
.
.
HFF = User Defined Hardware
S30 = Software/Program Error AIX
S33 = Software/Program Error AIX Kernel
S40 = Software/Program Error AIX Device Driver
S80 = Software/Program Error Application
Processed November 8, 1990 ERRPT, ERRPD(8,C) 2
ERRPT, ERRPD(8,C) AIX Commands Reference ERRPT, ERRPD(8,C)
S80 = Software/Program Error Application - Error Log Analysis
S80 = Software/Program Error Application - Interactive Workstation
S90 = Software/Program Error Application
SA0 = Software/Program Error Application
SB0 = Software/Program Error Application
SC0 = Software/Program Error Application
SD0 = Software/Program Error Application
SE0 = Software/Program Error Application
SF0 = Software/Program Error Application
I10 = IPL/Shutdown/Manual IPL
I20 = IPL/Shutdown/Soft IPL
I30 = IPL/Shutdown/Auto IPL
I40 = IPL/Shutdown/Shutdown
I50 = IPL/Shutdown/Maintenance Shutdown
G10 = General System Condition/Degraded Config
G20 = General System Condition/Set Date/ Time
G40 = General System Condition/Error Reporting
G50 = General System Condition/POST
G41 = General System Condition/Cause Codes
G42 = General System Condition/Device Information
G43 = General System Condition/Counters
U10
.
.
.
UFF = User Defined, Non-Hardware
errpd
The error log analysis program, /usr/lib/errpd, analyzes the error log data.
This program processes error data to determine if the error is a hardware error
and if the error is a temporary or permanent error.
FILES
/usr/adm/ras/errfile? Error file.
RELATED INFORMATION
See the following command: "errdemon."
See the errfile file in AIX Operating System Technical Reference.
Processed November 8, 1990 ERRPT, ERRPD(8,C) 3