AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

Missing entries in errpt

  • 1.  Missing entries in errpt

    Posted Fri December 18, 2015 10:33 AM

    Originally posted by: ppereira


    Hi; I have a script which periodicaly lists the content of the errpt. 

    In one of the runs the script listed this content:

    A6DF45AA   1114195115 I O RMCdaemon      The daemon is started.
    E136EAFA   1114195015 I H ent12          BECOME PRIMARY
    E136EAFA   1114195015 I H ent18          BECOME PRIMARY
    5A7598C3   1114194815 I O fscsi8         Additional FC SCSI Protocol Driver Infor
    5A7598C3   1114194815 I O fscsi2         Additional FC SCSI Protocol Driver Infor
    5A7598C3   1114194715 I O fscsi8         Additional FC SCSI Protocol Driver Infor
    5A7598C3   1114194715 I O fscsi2         Additional FC SCSI Protocol Driver Infor
    2BFA76F6   1114194715 T S SYSPROC        SYSTEM SHUTDOWN BY USER
    9DBCFDEE   1114195015 T O errdemon       ERROR LOGGING TURNED ON

     

    On a later run, even if you list the content today the output is the following:

    E136EAFA   1114195015 I H ent12          BECOME PRIMARY
    E136EAFA   1114195015 I H ent18          BECOME PRIMARY
    40D97644   1114194315 I H ent18          BECOME BACKUP
    40D97644   1114194315 I H ent12          BECOME BACKUP
    40D97644   1114194315 I H ent12          BECOME BACKUP
    0C10BB8C   1114193515 I H hdisk11        ARRAY CONFIGURATION CHANGED
    54E8A127   1107073815 T H sissas0        DEVICE OR MEDIA ERROR
    0C10BB8C   1019041515 I H hdisk172       ARRAY CONFIGURATION CHANGED
    0C10BB8C   1019041515 I H hdisk172       ARRAY CONFIGURATION CHANGED

     

    I haven't been able to figure out where the following entries went:

    A6DF45AA   1114195115 I O RMCdaemon      The daemon is started.

    5A7598C3   1114194815 I O fscsi8         Additional FC SCSI Protocol Driver Infor
    5A7598C3   1114194815 I O fscsi2         Additional FC SCSI Protocol Driver Infor
    5A7598C3   1114194715 I O fscsi8         Additional FC SCSI Protocol Driver Infor
    5A7598C3   1114194715 I O fscsi2         Additional FC SCSI Protocol Driver Infor
    2BFA76F6   1114194715 T S SYSPROC        SYSTEM SHUTDOWN BY USER
    9DBCFDEE   1114195015 T O errdemon       ERROR LOGGING TURNED ON

     

    Any clue will be apreciated!!

    Regards and thanks in advance!.

    Pablo.

     



  • 2.  Re: Missing entries in errpt

    Posted Mon December 21, 2015 12:52 PM

    Originally posted by: pacynka


    By default crontab includes entries as below:

    0 11 * * * /usr/bin/errclear -d S,O 30
    0 12 * * * /usr/bin/errclear -d H 90

    causing errpt content to be cleared after 30 days (class S and O) and 90 days ( class H)

    It seems that all S and O entries were cleared after 30 days: 14.11.2015 -> 18.12.2015