1hpiel(1)                            OpenHPI                           hpiel(1)
2
3
4

NAME

6       hpiel - An openhpi sample application that displays HPI event log
7       entries.
8

SYNOPSIS

10       hpiel [ -d -e -c -p -r -x -v -h ]
11

DESCRIPTION

13       hpiel searches the RPT (Resource Present Table) for resources with
14       SAHPI_CAPABILITY_EVENT_LOG and displays event log entries for resources
15       found.
16

OPTIONS

18        --del, -d                              display domain event log entries
19        --entitypath="<arg>", -e "<arg>"       display resource event log entries
20                                               (e.g. -e "{SYSTEM_CHASSIS,2}{SBC_BLADE,5}")
21        --clear, -c    clear log before reading event log entries
22        --resource, -p pull resource info along with log entry
23        --rdr, -r      pull RDR info along with log entry
24        --xml, -x      print output in xml format (not implemented)
25        --verbose, -v  print debug messages
26        --help, -h     print this usage message
27
28        If neither -d or -e "<arg>" are specified, event log entries will be shown
29       for all supporting resources by default.
30

HPI APIs uniquely used in this application

32         SaErrorT SAHPI_API saHpiEventLogInfoGet (
33             SAHPI_IN  SaHpiSessionIdT     SessionId,
34             SAHPI_IN  SaHpiResourceIdT    ResourceId,
35             SAHPI_OUT SaHpiEventLogInfoT  *Info );
36
37         SaErrorT SAHPI_API saHpiEventLogEntryGet (
38             SAHPI_IN    SaHpiSessionIdT          SessionId,
39             SAHPI_IN    SaHpiResourceIdT         ResourceId,
40             SAHPI_IN    SaHpiEventLogEntryIdT    EntryId,
41             SAHPI_OUT   SaHpiEventLogEntryIdT    *PrevEntryId,
42             SAHPI_OUT   SaHpiEventLogEntryIdT    *NextEntryId,
43             SAHPI_OUT   SaHpiEventLogEntryT      *EventLogEntry,
44             SAHPI_INOUT SaHpiRdrT                *Rdr,
45             SAHPI_INOUT SaHpiRptEntryT           *RptEntry );
46
47         SaErrorT SAHPI_API saHpiEventLogClear (
48             SAHPI_IN  SaHpiSessionIdT     SessionId,
49             SAHPI_IN  SaHpiResourceIdT    ResourceId );
50

SEE ALSO

AUTHORS

53       Authors of this man page:
54
55        Peter D Phan (pdphan@users.sourceforge.net)
56
57
58
592.14.1                            2009-11-23                          hpiel(1)
Impressum