Sponsored Content
Full Discussion: AIX errpt
Operating Systems AIX AIX errpt Post 302927201 by blackrageous on Monday 1st of December 2014 01:21:47 PM
Old 12-01-2014
You asked about the difference between using the -j versus -J option...there can be a difference. The key is the system error template database. The following command will list the fields of the system error template database:
Code:
errpt -t    #summary
or
errpt -at  #full

Do these commands to see how many unique identifiers are in your template. I demonstrate by example.
Code:
[josephgr@freezer2 ras] errpt -t | head -1
Id       Label               Type CL Description
[josephgr@freezer2 ras] errpt -t | awk '{print $1}' | wc -l          
     454
[josephgr@freezer2 ras] errpt -t | awk '{print $1}' | sort -u | wc -l
     454

So I have 454 unique error identifiers because when I sort for uniqueness I get the same number without sorting for uniqueness.
Now lets do the same thing for error labels..
Code:
josephgr@freezer2 ras] errpt -t | head -1
Id       Label               Type CL Description]
[josephgr@freezer2 ras] errpt -t | awk '{print $2}' | wc -l
     454
[josephgr@freezer2 ras] errpt -t | awk '{print $2}' | sort -u | wc -l
     450

So some labels map to different identifiers since I only have 450 unique labels.
In my case I did this to find the labels that match to different identifiers...
Code:
[josephgr@freezer2 ras] errpt -t | egrep CPU_FAIL_CAP_REDUCT\|ECH_CANNOT_FAILOVER
080FC4F9 ECH_CANNOT_FAILOVER INFO H  ETHERCHANNEL CANNOT FAIL OVER
0BD8A97C CPU_FAIL_CAP_REDUCT PEND S  SPLPAR: CPU Failure - Capacity Reduction
12E7B75C CPU_FAIL_CAP_REDUCT INFO S  SPLPAR: CPU Failure - Capacity Reduction
41007351 CPU_FAIL_CAP_REDUCT INFO S  SPLPAR: CPU Failure - Capacity Reduction
6E913FBE ECH_CANNOT_FAILOVER INFO H  ETHERCHANNEL CANNOT FAIL OVER
70BDA755 ECH_CANNOT_FAILOVER INFO H  ETHERCHANNEL CANNOT FAIL OVER

Q.E.D.
However, note that they are not really the same message since there differ in type and classification for the most part, but not always.
These 2 Users Gave Thanks to blackrageous For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

errpt on aix entry.

hi, i have an entry in errpt on aix... any help? --------------------------------------------------------------------------- LABEL: AMQFFST3 IDENTIFIER: 8FED25B9 Date/Time: Fri Nov 15 07:20:05 Sequence Number: 2715 Machine Id: 000694DF4C00 Node Id: ... (1 Reply)
Discussion started by: yls177
1 Replies

2. UNIX for Dummies Questions & Answers

errpt

Hello World, When I issue the errpt command 1581762B 0826133303 T H hdisk1 DISK OPERATION ERROR C14C511C 0826133303 T H scsi0 ADAPTER ERROR I found these two unusual errors, wat exactly do these mean ? Im on an aix box. Thanks (3 Replies)
Discussion started by: cubicle^dweller
3 Replies

3. SuSE

ERRPT in aix , replacement in suse linux?

Errpt- Generates an error report from entries in the log. Errpt is a AIX command. we want equivallent suse linux command. If there is no exact replace ment pls give us alternative way. we want to log each n evry system error and generate an error report (2 Replies)
Discussion started by: vrguha
2 Replies

4. AIX

AIX 5.3 errpt full of message: DISK OPERATION ERROR

Hi All, Can anyone explain me the meanning of the following errors: LABEL: SC_DISK_ERR2 IDENTIFIER: B6267342 Description DISK OPERATION ERROR Probable Causes DASD DEVICE Failure Causes DISK DRIVE DISK DRIVE ELECTRONICS Recommended Actions PERFORM PROBLEM DETERMINATION... (1 Reply)
Discussion started by: gianlu
1 Replies

5. Shell Programming and Scripting

errpt script

I am looking for a script out there that can email me when my AIX server throws and error that is picked up by errpt -a Thanks SeaCros (6 Replies)
Discussion started by: seacros
6 Replies

6. AIX

Help required in analyzing errpt in aix 5.3

I have received errpt like this.Any help will be highly appreciated.Recently my application has been migrated to aix 5.3 and working fine in aix 5.2 with out crashes. LABEL: CORE_DUMP IDENTIFIER: C69F5C9B Date/Time: Thu Apr 23 09:41:29 EDT 2009 Sequence Number: 948... (3 Replies)
Discussion started by: kittu1979
3 Replies

7. AIX

errpt message

Hello I have this message from errpt command IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION BFE4C025 0803155809 P H sysplanar0 UNDETERMINED ERROR BFE4C025 0802155509 P H sysplanar0 UNDETERMINED ERROR BFE4C025 0801155209 P H sysplanar0 UNDETERMINED ERROR BFE4C025 ... (6 Replies)
Discussion started by: lo-lp-kl
6 Replies

8. Emergency UNIX and Linux Support

errpt in AIX

The below is my code in general according to AIX books To display a detailed report of all errors logged in the past 24 hours, enter: errpt -a -s mmddhhmmyy where the mmddhhmmyy string equals the current month, day, hour, minute, and year, minus 24 hours. I have tried the... (2 Replies)
Discussion started by: Sounddappan
2 Replies

9. AIX

Production Issue in AIX Oracle RAC [errpt output : DUPLICATE IP ADDRESS DETECTED IN THE NET]

1)We have 2 node cluster RAC on AIX: ->test1 ->test3 2) After rebooting server both the node sequentailly, we are getting below error from errpt command : # errpt |more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION FE2DEE00 0901223914 P S SYSXAIXIF DUPLICATE IP ADDRESS... (2 Replies)
Discussion started by: manjusharma128
2 Replies

10. UNIX for Beginners Questions & Answers

AIX errpt : ( E7A89C7D Local adapter disabled after unstable singleton for long time )

Medel : 9117-MMC OS: AIX 6.1 Patch level : 6100-07-04-1216 Hacmp version : HACMP v 6.1.0.8 Oracle : 11.2.0.3 RAC Node : 2 node Dear, my one node server has been restarted early this morning, So, i tried to start HA and Oracle database. after that, the follow error appears at the node... (1 Reply)
Discussion started by: tomato00
1 Replies
GLGETOBJECTLABEL(3G)						   OpenGL Manual					      GLGETOBJECTLABEL(3G)

NAME
glGetObjectLabel - retrieve the label of a named object identified within a namespace C SPECIFICATION
void glGetObjectLabel(GLenum identifier, GLuint name, GLsizei bifSize, GLsizei * length, char * label); PARAMETERS
identifier The namespace from which the name of the object is allocated. name The name of the object whose label to retrieve. bufSize The length of the buffer whose address is in label. length The address of a variable to receive the length of the object label. label The address of a string that will receive the object label. DESCRIPTION
glGetObjectLabel retrieves the label of the object identified by name within the namespace given by identifier. identifier must be one of GL_BUFFER, GL_SHADER, GL_PROGRAM, GL_VERTEX_ARRAY, GL_QUERY, GL_PROGRAM_PIPELINE, GL_TRANSFORM_FEEDBACK, GL_SAMPLER, GL_TEXTURE, GL_RENDERBUFFER, GL_FRAMEBUFFER, to indicate the namespace containing the names of buffers, shaders, programs, vertex array objects, query objects, program pipelines, transform feedback objects, samplers, textures, renderbuffers and frame buffers, respectively. label is the address of a string that will be used to store the object label. bufSize specifies the number of characters in the array identified by label. length contains the address of a variable which will receive the the number of characters in the object label. If length is NULL, then it is ignored and no data is written. Likewise, if label is NULL, or if bufSize is zero then no data is written to label. ERRORS
GL_INVALID_ENUM is generated if identifier is not one of the accepted object types. GL_INVALID_OPERATION is generated if name is not the name of an existing object of the type specified by identifier. GL_INVALID_VALUE is generated if bufSize is zero. If not NULL, length and label should be addresses to which the client has write access, otherwise undefined behavior, including process termination may occur. ASSOCIATED GETS
glGet() with argument GL_MAX_LABEL_LENGTH. SEE ALSO
glPushDebugGroup(), glPopDebugGroup(), glObjectLabel(), glGetObjectPtrLabel(). COPYRIGHT
Copyright (C) 2012 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. AUTHORS
opengl.org opengl.org 06/10/2014 GLGETOBJECTLABEL(3G)
All times are GMT -4. The time now is 08:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy