Re: errpt entry

From: Adams Kevin J (kevin.adams_at_PHS.COM)
Date: 06/12/03

  • Next message: Bob.Kelley_at_BRINKSINC.COM: "Device Driver in use?"
    Date:         Thu, 12 Jun 2003 10:33:09 -0700
    To: aix-l@Princeton.EDU
    
    

    Bill,

    Here's a way to narrow this down to an adapter and a number of possible
    devices. This usually works, but one time on an M80 it did not work.

    Take the bus number value (yours) "1000 00C2" and run:

    # odmget -q value=0x100000c2 CuAt

    CuAt:
            name = "pci2"
            attribute = "bus_id"
            value = "0x100000c2"
            type = "R"
            generic = ""
            rep = "n"
            nls_index = 0

    Convert the interrupt level (yours) from hex to decimal: "0000 0034" = 52
    and run:

    # lsresource -al pci2 |grep -E "bus_intr_lvl.*52"
    I scsi1 bus_intr_lvl 52 (A1)

    Then get the adapter location code:

    # lsdev -C|grep ^scsi1
    scsi1 Available 30-68 Wide SCSI I/O Controller

    Then get the devices based on the adapter's location code:

    # lsdev -C|grep 30-68
    scsi1 Available 30-68 Wide SCSI I/O Controller
    hdisk0 Available 30-68-00-8,0 16 Bit SCSI Disk Drive
    hdisk1 Available 30-68-00-9,0 16 Bit SCSI Disk Drive
    hdisk2 Available 30-68-00-10,0 16 Bit SCSI Disk Drive
    hdisk3 Available 30-68-00-11,0 16 Bit SCSI Disk Drive
    hdisk4 Available 30-68-00-12,0 16 Bit SCSI Disk Drive
    hdisk5 Available 30-68-00-13,0 16 Bit SCSI Disk Drive
    ses0 Available 30-68-00-15,0 SCSI Enclosure Services Device

    Kevin Adams
    PacifiCare Behavioral Health
    Principal Systems Analyst
    AIX Certified Advanced Technical Expert

    -----Original Message-----
    From: Bill Verzal [mailto:BVerzal@KOMATSUNA.COM]
    Sent: Thursday, June 12, 2003 8:09 AM
    To: aix-l@Princeton.EDU
    Subject: [aix-l] errpt entry

    Anyone offer any suggestions on this ?

    LABEL: INTRPPC_ERR
    IDENTIFIER: DADF69E4

    Date/Time: Thu Jun 12 09:52:11
    Sequence Number: 9957
    Machine Id: 000AF49D4C00
    Node Id: sap80i
    Class: H
    Type: UNKN
    Resource Name: SYSINTR
    Resource Class: NONE
    Resource Type: NONE
    Location: NONE

    Description
    UNDETERMINED ERROR

    Probable Causes
    SYSTEM I/O BUS
    SOFTWARE PROGRAM
    ADAPTER
    DEVICE

                 Recommended Actions
                 PERFORM PROBLEM DETERMINATION PROCEDURES

    Detail Data
    BUS NUMBER
    0000 00C1
    INTERRUPT LEVEL
    0000 0023

    BV
    --------------------------------------------------------

    Bill Verzal
    AIX Administrator, Komatsu America
    (847) 970-3726

    This electronic message transmission, including any attachments, contains information from PacifiCare Health Systems Inc. which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited.

    If you have received this electronic transmission in error, please notify the sender immediately by a "reply to sender only" message and destroy all electronic and hard copies of the communication, including attachments.


  • Next message: Bob.Kelley_at_BRINKSINC.COM: "Device Driver in use?"

    Relevant Pages