IbmFaultMgmt-MIB

File: IbmFaultMgmt-MIB.mib (57022 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises Counter DisplayString
OBJECT-TYPE

Defined Types

HwProductEntry  
SEQUENCE    
  productClassificationHW INTEGER
  formatType INTEGER
  machineType DisplayString
  modelNum DisplayString
  plantOfManufacture DisplayString
  seqNum DisplayString
  microcodeECLevel DisplayString
  hardwareProdCommonName DisplayString
  vendorIDhw DisplayString

SwProductEntry  
SEQUENCE    
  productClassificationSW INTEGER 0..15
  commonVerID DisplayString Size(0..2)
  commonRelID DisplayString Size(0..2)
  commonModID DisplayString Size(0..2)
  softwareProdCommonName DisplayString Size(1..30)
  softwareProdProgNmbr DisplayString Size(0..7)
  vendorIDsw DisplayString Size(1..16)

DetailedDataSDEntry  
SEQUENCE    
  productIDCodeSD INTEGER
  dataIDCodeSD INTEGER
  dataEncodingSD INTEGER
  dataSD OCTET STRING

ProbableCausesEntry  
SEQUENCE    
  probableCause INTEGER

UserCausesEntry  
SEQUENCE    
  userCause INTEGER

RecommendedActionsUCEntry  
SEQUENCE    
  recommendedActionUC INTEGER

DetailedDataUCEntry  
SEQUENCE    
  productIDCodeUC INTEGER
  dataIDCodeUC INTEGER
  dataEncodingUC INTEGER
  dataUC OCTET STRING

ProductSetIDIndexUCEntry  
SEQUENCE    
  productSetIDIndexUC INTEGER

InstallCausesEntry  
SEQUENCE    
  installCause INTEGER

RecommendedActionsICEntry  
SEQUENCE    
  recommendedActionIC INTEGER

DetailedDataICEntry  
SEQUENCE    
  productIDCodeIC INTEGER
  dataIDCodeIC INTEGER
  dataEncodingIC INTEGER
  dataIC OCTET STRING

ProductSetIDIndexICEntry  
SEQUENCE    
  productSetIDIndexIC INTEGER

FailureCausesEntry  
SEQUENCE    
  failureCause INTEGER

RecommendedActionsFCEntry  
SEQUENCE    
  recommendedActionFC INTEGER

DetailedDataFCEntry  
SEQUENCE    
  productIDCodeFC INTEGER
  dataIDCodeFC INTEGER
  dataEncodingFC INTEGER
  dataFC OCTET STRING

ProductSetIDIndexFCEntry  
SEQUENCE    
  productSetIDIndexFC INTEGER

DetailedDataDDEntry  
SEQUENCE    
  productIDCodeDD INTEGER
  dataIDCodeDD INTEGER
  dataEncodingDD INTEGER
  dataDD OCTET STRING

Defined Values

ibm 1.3.6.1.4.1.2
OBJECT IDENTIFIER    

ibmArchitecture 1.3.6.1.4.1.2.5
OBJECT IDENTIFIER    

alert 1.3.6.1.4.1.2.5.1
OBJECT IDENTIFIER    

product-Set-ID 1.3.6.1.4.1.2.5.1.3
OBJECT IDENTIFIER    

supporting-Data-Correl 1.3.6.1.4.1.2.5.1.7
OBJECT IDENTIFIER    

generic-Alert-Data 1.3.6.1.4.1.2.5.1.11
OBJECT IDENTIFIER    

probable-Causes 1.3.6.1.4.1.2.5.1.12
OBJECT IDENTIFIER    

user-Causes 1.3.6.1.4.1.2.5.1.13
OBJECT IDENTIFIER    

install-Causes 1.3.6.1.4.1.2.5.1.14
OBJECT IDENTIFIER    

failure-Causes 1.3.6.1.4.1.2.5.1.15
OBJECT IDENTIFIER    

detailed-Data-SV 1.3.6.1.4.1.2.5.1.17
OBJECT IDENTIFIER    

hwProductInstallSpecificInfoTable 1.3.6.1.4.1.2.5.1.3.1
A table containing information to identify hardware or microcode products. One or more entries in this table will be present in a trap.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwProductEntry

hwProductEntry 1.3.6.1.4.1.2.5.1.3.1.1
The information required to identify a single hardware product. The index is the product being reported. The first entry identifies the product sending the trap. A second entry will be present in those traps reporting a condition in a product other than the trap sender.
Status: optional Access: not-accessible
OBJECT-TYPE    
  HwProductEntry  

productClassificationHW 1.3.6.1.4.1.2.5.1.3.1.1.1
A code identifying the general classification of a product.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER hwIBM(1), hwIBM-NonIBM(3), hwNonIBM(9)  

formatType 1.3.6.1.4.1.2.5.1.3.1.1.2
A code identifying the format type of a product instance.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER form11(17)  

machineType 1.3.6.1.4.1.2.5.1.3.1.1.3
The machine type.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(4)  

modelNum 1.3.6.1.4.1.2.5.1.3.1.1.4
Machine model number.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(3)  

plantOfManufacture 1.3.6.1.4.1.2.5.1.3.1.1.5
Plant of manufacture.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

seqNum 1.3.6.1.4.1.2.5.1.3.1.1.6
Sequence number: right justified, with ASCII 0's fill on left.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(7)  

microcodeECLevel 1.3.6.1.4.1.2.5.1.3.1.1.7
The Engineering Change (EC) level of the failing microcode component. This object is included in a trap only when the reported problem is most probably caused by a microcode failure. This object continues to exist in the MIB even at times when it is not included in a trap, but a get will result in the object being returned with a length of 0.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

hardwareProdCommonName 1.3.6.1.4.1.2.5.1.3.1.1.8
The name commonly used to identify the product.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..15)  

vendorIDhw 1.3.6.1.4.1.2.5.1.3.1.1.9
The name of the product vendor. This object is included in a trap only when the productClassificationHW object is set to 'hwNonIBM' or 'hwIBM-NonIBM'. This object continues to exist in the MIB even at times when it is not included in a trap, but a get will result in the object being returned with a length of 0.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

swProductInstallSpecificInfoTable 1.3.6.1.4.1.2.5.1.3.2
A table containing information to identify software products. This table is present in a trap when the condition being reported is in a software product or set of software products.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwProductEntry

swProductEntry 1.3.6.1.4.1.2.5.1.3.2.1
The information required to identify a single software product. The index is the instnce of product being identified.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SwProductEntry  

productClassificationSW 1.3.6.1.4.1.2.5.1.3.2.1.1
A code identifying the general classification of a product.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER swIBM(4), swNonIBM(12), swIBM-NonIBM(14)  

commonVerID 1.3.6.1.4.1.2.5.1.3.2.1.2
Common version ID: right justified, with ASCII 0 fill on left.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..2)  

commonRelID 1.3.6.1.4.1.2.5.1.3.2.1.3
Common release ID: right justified, with ASCII 0 fill on left.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..2)  

commonModID 1.3.6.1.4.1.2.5.1.3.2.1.4
Common modification ID: right justified, with ASCII 0 fill on left.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..2)  

softwareProdCommonName 1.3.6.1.4.1.2.5.1.3.2.1.5
The name commonly used to identify the product.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..30)  

softwareProdProgNmbr 1.3.6.1.4.1.2.5.1.3.2.1.6
The program product number as assigned by distribution personnel, or a substitute value supplied by a user-written software program.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..7)  

vendorIDsw 1.3.6.1.4.1.2.5.1.3.2.1.7
The name of the product vendor. This object is included in a trap only when the productClassificationSW object is set to 'swNonIBM' or 'swIBM-NonIBM'. This object continues to exist in the MIB even at times when it is not included in a trap, but a get will result in the object being returned with a length of 0.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

detailedDataSDTable 1.3.6.1.4.1.2.5.1.7.2
A table of information correlation data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DetailedDataSDEntry

detailedDataSDEntry 1.3.6.1.4.1.2.5.1.7.2.1
The information required by the trap receiver to correlate/retrieve additional data. All objects in this entry will be provided. The index is the instance/number of the correlator. Multiple entries will be provided when multiple sets of data are available.
Status: optional Access: not-accessible
OBJECT-TYPE    
  DetailedDataSDEntry  

productIDCodeSD 1.3.6.1.4.1.2.5.1.7.2.1.1
A code indicating what product identification, if any is to displayed in conjunction with the data-type and data. displayNone - Do not display any product identification data in conjunction with the data-type and data. displayFirstHW - display machine type or product common name from the first entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displaySecondHW - display machine type or product common name from the second entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displayFirstSW - display software product common name from the first entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable. displaySecondSW - display software product common name from the second entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER displayNone(0), displayFirstHW(41), displaySecondHW(42), displayFirstSW(153), displaySecondSW(154)  

dataIDCodeSD 1.3.6.1.4.1.2.5.1.7.2.1.2
A Detailed Data Code Point (Data ID code point) (described in IBM document GA27-3136) indicating the type of data provided. The English text associated with each code point or its national language equivalent is displayed with the correlation data.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

dataEncodingSD 1.3.6.1.4.1.2.5.1.7.2.1.3
A code indicating how the accompanying correlation data is encoded, and thus how it is to be decoded and displayed.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER hex(0), binary(1), ascii(17)  

dataSD 1.3.6.1.4.1.2.5.1.7.2.1.4
Correlation data encoded as specified by the dataEncodingSD object.
Status: optional Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..44)  

flags 1.3.6.1.4.1.2.5.1.11.1
This object is always set to the value 0. It may be used in the future to further indicate why/when the trap was sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

alertType 1.3.6.1.4.1.2.5.1.11.2
A code indicating the severity of the condition being reported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER perm(1), temp(2), perf(3), pend(17), unkn(18)  

alertDescriptionCode 1.3.6.1.4.1.2.5.1.11.3
An Alert Description Code Point (described in IBM document GA27-3136) denoting the problem being reported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

probableCausesTable 1.3.6.1.4.1.2.5.1.12.1
A table of probable cause data.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProbableCausesEntry

probableCausesEntry 1.3.6.1.4.1.2.5.1.12.1.1
An entry of probable cause data. The index is the number/instance of the probable cause.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProbableCausesEntry  

probableCause 1.3.6.1.4.1.2.5.1.12.1.1.1
A Probable Cause Code Point (described in IBM document GA27-3136) denoting the probable cause of the reported problem. From one to four instances of this object (in order of decreasing probability) are provided in a trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

userCausesTable 1.3.6.1.4.1.2.5.1.13.1
A table of user cause data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UserCausesEntry

userCausesEntry 1.3.6.1.4.1.2.5.1.13.1.1
An entry of user cause data. The index is the number/instance of the user cause.
Status: optional Access: not-accessible
OBJECT-TYPE    
  UserCausesEntry  

userCause 1.3.6.1.4.1.2.5.1.13.1.1.1
A User Cause Code Point (described in IBM document GA27-3136) denoting the probable user cause of the reported problem. From From 0 to 4 instances of this object (in order of decreasing probability) are provided in a trap.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

recommendedActionsUCTable 1.3.6.1.4.1.2.5.1.13.2
A table of recommended action data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RecommendedActionsUCEntry

recommendedActionsUCEntry 1.3.6.1.4.1.2.5.1.13.2.1
An entry of recommended action data. The index is the number/instance of the recommended action.
Status: optional Access: not-accessible
OBJECT-TYPE    
  RecommendedActionsUCEntry  

recommendedActionUC 1.3.6.1.4.1.2.5.1.13.2.1.1
A Recommended Action Code Point (described in IBM document GA27-3136) denoting the recommended action to take to resolve the problem. From 0 to 4 instances of this object (in order of decreasing probability) are provided in a trap. If an instance of the userCause object is present, at least one instance of this object will be present.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

detailedDataUCTable 1.3.6.1.4.1.2.5.1.13.3
A table of data to be inserted into the text indexed by the user cause and/or recommended action code points.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DetailedDataUCEntry

detailedDataUCEntry 1.3.6.1.4.1.2.5.1.13.3.1
The information required to display product identification, data type, and detailed data. The index is the instance/number of the detailed data. The following rules are used for providing entries: * An entry is provided for each instance of the userCause object and/or recommendedActionUC object containing a codepoint whose third character is 'A' or 'B'. * Two entries are provided for each instance of the userCause object and/or recommendedActionUC object containing a codepoint whose third character is 'C'. * Three entries are provided for each instance of the userCause object and/or recommendedActionUC object containing a codepoint whose third character is 'D'. Entries are provided in the order of the occurrance of the code points requiring them.
Status: optional Access: not-accessible
OBJECT-TYPE    
  DetailedDataUCEntry  

productIDCodeUC 1.3.6.1.4.1.2.5.1.13.3.1.1
A code indicating what product identification, if any is to displayed in conjunction with the data-type and data. displayNone - Do not display any product identification data in conjunction with the data-type and data. displayFirstHW - display machine type or product common name from the first entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displaySecondHW - display machine type or product common name from the second entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displayFirstSW - display software product common name from the first entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable. displaySecondSW - display software product common name from the second entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER displayNone(0), displayFirstHW(41), displaySecondHW(42), displayFirstSW(153), displaySecondSW(154)  

dataIDCodeUC 1.3.6.1.4.1.2.5.1.13.3.1.2
A Detailed Data Code Point (Data ID code point) (described in IBM document GA27-3136) indicating the type of data provided. The English text associated with each code point or its national language equivalent is displayed with the detailed data.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

dataEncodingUC 1.3.6.1.4.1.2.5.1.13.3.1.3
A code indicating how the accompanying detailed data is encoded, and thus how it is to be decoded and displayed.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER hex(0), binary(1), ascii(17)  

dataUC 1.3.6.1.4.1.2.5.1.13.3.1.4
Detailed data encoded as specified by the dataEncodingUC object.
Status: optional Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..44)  

productSetIDIndexUCTable 1.3.6.1.4.1.2.5.1.13.4
A table a describing how product identification data will be inserted into the text indexed by the user cause or recommended action code points.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProductSetIDIndexUCEntry

productSetIDIndexUCEntry 1.3.6.1.4.1.2.5.1.13.4.1
An instance of information required to display product identification data. The index is the instance of the Product Set ID Index. An entry is provided for each instance of the userCause object and/or recommendedActionUC object containing a codepoint whose third character is 'E'. Entries are provided in the order of the occurrance of the code points requiring them.
Status: optional Access: not-accessible
OBJECT-TYPE    
  ProductSetIDIndexUCEntry  

productSetIDIndexUC 1.3.6.1.4.1.2.5.1.13.4.1.1
This object provides a code indicating how product identification data is to be inserted into the text indexed by the user cause and/or recommended action code points. displayFirstHW - display machine type or product common name from the first instance of the machineType or hardwareProdCommonName objects. displaySecondHW - display machine type or product common name from the second instance of the machineType or hardwareProdCommonName objects. displayFirstSW - display software product common name from the first entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable. displaySecondSW - display software product common name from the second entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER displayFirstHW(41), displaySecondHW(42), displayFirstSW(153), displaySecondSW(154)  

installCausesTable 1.3.6.1.4.1.2.5.1.14.1
A table of install cause data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InstallCausesEntry

installCausesEntry 1.3.6.1.4.1.2.5.1.14.1.1
An entry of install cause data. The index is the number/instance of the install cause.
Status: optional Access: not-accessible
OBJECT-TYPE    
  InstallCausesEntry  

installCause 1.3.6.1.4.1.2.5.1.14.1.1.1
An Install Cause Code Point (described in IBM document GA27-3136) denoting the probable install cause of the reported problem. From From 0 to 4 instances of this object (in order of decreasing probability) are provided in a trap.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

recommendedActionsICTable 1.3.6.1.4.1.2.5.1.14.2
A table of recommended action data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RecommendedActionsICEntry

recommendedActionsICEntry 1.3.6.1.4.1.2.5.1.14.2.1
An entry of recommended action data. The index is the number/instance of the recommended action.
Status: optional Access: not-accessible
OBJECT-TYPE    
  RecommendedActionsICEntry  

recommendedActionIC 1.3.6.1.4.1.2.5.1.14.2.1.1
A Recommended Action Code Point (described in IBM document GA27-3136) denoting the recommended action to take to resolve the problem. From 0 to 4 instances of this object (in order of decreasing probability) are provided in a trap. If an instance of the installCause object is present, at least one instance of this object will be present.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

detailedDataICTable 1.3.6.1.4.1.2.5.1.14.3
A table of data to be inserted into the text indexed by the install cause and/or recommended action code points.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DetailedDataICEntry

detailedDataICEntry 1.3.6.1.4.1.2.5.1.14.3.1
The information required to display product identification, data type, and detailed data. The index is the instance/number of the detailed data. The following rules are used for providing entries: * An entry is provided for each instance of the installCause object and/or recommendedActionIC object containing a codepoint whose third character is 'A' or 'B'. * Two entries are provided for each instance of the installCause object and/or recommendedActionIC object containing a codepoint whose third character is 'C'. * Three entries are provided for each instance of the installCause object and/or recommendedActionIC object containing a codepoint whose third character is 'D'. Entries are provided in the order of the occurrance of the code points requiring them.
Status: optional Access: not-accessible
OBJECT-TYPE    
  DetailedDataICEntry  

productIDCodeIC 1.3.6.1.4.1.2.5.1.14.3.1.1
A code indicating what product identification, if any is to displayed in conjunction with the data-type and data. displayNone - Do not display any product identification data in conjunction with the data-type and data. displayFirstHW - display machine type or product common name from the first entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displaySecondHW - display machine type or product common name from the second entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displayFirstSW - display software product common name from the first entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable. displaySecondSW - display software product common name from the second entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER displayNone(0), displayFirstHW(41), displaySecondHW(42), displayFirstSW(153), displaySecondSW(154)  

dataIDCodeIC 1.3.6.1.4.1.2.5.1.14.3.1.2
A Detailed Data Code Point (Data ID code point) (described in IBM document GA27-3136) indicating the type of data provided. The English text associated with each code point or its national language equivalent is displayed with the detailed data.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

dataEncodingIC 1.3.6.1.4.1.2.5.1.14.3.1.3
A code indicating how the accompanying detailed data is encoded, and thus how it is to be decoded and displayed.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER hex(0), binary(1), ascii(17)  

dataIC 1.3.6.1.4.1.2.5.1.14.3.1.4
Detailed data encoded as specified by the dataEncodingIC object.
Status: optional Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..44)  

productSetIDIndexICTable 1.3.6.1.4.1.2.5.1.14.4
A table a describing how product identification data will be inserted into the text indexed by the install cause or recommended action code points.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProductSetIDIndexICEntry

productSetIDIndexICEntry 1.3.6.1.4.1.2.5.1.14.4.1
An instance of information required to display product identification data. The index is the instance of the Product Set ID Index. An entry is provided for each instance of the installCause object and/or recommendedActionIC object containing a codepoint whose third character is 'E'. Entries are provided in the order of the occurrance of the code points requiring them.
Status: optional Access: not-accessible
OBJECT-TYPE    
  ProductSetIDIndexICEntry  

productSetIDIndexIC 1.3.6.1.4.1.2.5.1.14.4.1.1
This object provides a code indicating how product identification data is to be inserted into the text indexed by the install cause and/or recommended action code points. displayFirstHW - display machine type or product common name from the first instance of the machineType or hardwareProdCommonName objects. displaySecondHW - display machine type or product common name from the second instance of the machineType or hardwareProdCommonName objects. displayFirstSW - display software product common name from the first entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable. displaySecondSW - display software product common name from the second entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER displayFirstHW(41), displaySecondHW(42), displayFirstSW(153), displaySecondSW(154)  

failureCausesTable 1.3.6.1.4.1.2.5.1.15.1
A table of failure cause data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FailureCausesEntry

failureCausesEntry 1.3.6.1.4.1.2.5.1.15.1.1
An entry of failure cause data. The index is the number/instance of the failure cause.
Status: optional Access: not-accessible
OBJECT-TYPE    
  FailureCausesEntry  

failureCause 1.3.6.1.4.1.2.5.1.15.1.1.1
A Failure Cause Code Point (described in IBM document GA27-3136) denoting the probable failure cause of the reported problem. From 0 to 4 instances of this object (in order of decreasing probability) are provided in a trap.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

recommendedActionsFCTable 1.3.6.1.4.1.2.5.1.15.2
A table of recommended action data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RecommendedActionsFCEntry

recommendedActionsFCEntry 1.3.6.1.4.1.2.5.1.15.2.1
An entry of recommended action data. The index is the number/instance of the recommended action.
Status: optional Access: not-accessible
OBJECT-TYPE    
  RecommendedActionsFCEntry  

recommendedActionFC 1.3.6.1.4.1.2.5.1.15.2.1.1
A Recommended Action Code Point (described in IBM document GA27-3136) denoting the recommended action to take to resolve the problem. From 0 to 4 instances of this object (in order of decreasing probability) are provided in a trap. If an instance of the failureCause object is present, at least one instance of this object will be present.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

detailedDataFCTable 1.3.6.1.4.1.2.5.1.15.3
A table of data to be inserted into the text indexed by the failure cause and/or recommended action code points.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DetailedDataFCEntry

detailedDataFCEntry 1.3.6.1.4.1.2.5.1.15.3.1
The information required to display product identification, data type, and detailed data. The index is the instance/number of the detailed data. The following rules are used for providing entries: * An entry is provided for each instance of the failureCause object and/or recommendedActionFC object containing a codepoint whose third character is 'A' or 'B'. * Two entries are provided for each instance of the failureCause object and/or recommendedActionFC object containing a codepoint whose third character is 'C'. * Three entries are provided for each instance of the failureCause object and/or recommendedActionFC object containing a codepoint whose third character is 'D'. Entries are provided in the order of the occurrance of the code points requiring them.
Status: optional Access: not-accessible
OBJECT-TYPE    
  DetailedDataFCEntry  

productIDCodeFC 1.3.6.1.4.1.2.5.1.15.3.1.1
A code indicating what product identification, if any is to displayed in conjunction with the data-type and data. displayNone - Do not display any product identification data in conjunction with the data-type and data. displayFirstHW - display machine type or product common name from the first entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displaySecondHW - display machine type or product common name from the second entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displayFirstSW - display software product common name from the first entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable. displaySecondSW - display software product common name from the second entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER displayNone(0), displayFirstHW(41), displaySecondHW(42), displayFirstSW(153), displaySecondSW(154)  

dataIDCodeFC 1.3.6.1.4.1.2.5.1.15.3.1.2
A Detailed Data Code Point (Data ID code point) (described in IBM document GA27-3136) indicating the type of data provided. The English text associated with each code point or its national language equivalent is displayed with the detailed data.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

dataEncodingFC 1.3.6.1.4.1.2.5.1.15.3.1.3
A code indicating how the accompanying detailed data is encoded, and thus how it is to be decoded and displayed.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER hex(0), binary(1), ascii(17)  

dataFC 1.3.6.1.4.1.2.5.1.15.3.1.4
Detailed data encoded as specified by the dataEncodingFC object.
Status: optional Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..44)  

productSetIDIndexFCTable 1.3.6.1.4.1.2.5.1.15.4
A table a describing how product identification data will be inserted into the text indexed by the failure cause or recommended action code points.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProductSetIDIndexFCEntry

productSetIDIndexFCEntry 1.3.6.1.4.1.2.5.1.15.4.1
An instance of information required to display product identification data. The index is the instance of the Product Set ID Index. An entry is provided for each instance of the failureCause object and/or recommendedActionFC object containing a codepoint whose third character is 'E'. Entries are provided in the order of the occurrance of the code points requiring them.
Status: optional Access: not-accessible
OBJECT-TYPE    
  ProductSetIDIndexFCEntry  

productSetIDIndexFC 1.3.6.1.4.1.2.5.1.15.4.1.1
This object provides a code indicating how product identification data is to be inserted into the text indexed by the failure cause and/or recommended action code points. displayFirstHW - display machine type or product common name from the first instance of the machineType or hardwareProdCommonName objects. displaySecondHW - display machine type or product common name from the second instance of the machineType or hardwareProdCommonName objects. displayFirstSW - display software product common name from the first entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable. displaySecondSW - display software product common name from the second entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER displayFirstHW(41), displaySecondHW(42), displayFirstSW(153), displaySecondSW(154)  

detailedDataDDTable 1.3.6.1.4.1.2.5.1.17.1
A table of product-specific detailed data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DetailedDataDDEntry

detailedDataDDEntry 1.3.6.1.4.1.2.5.1.17.1.1
The information required to display product identification, data type, and detailed data. The index is the instance/number of the detailed data.
Status: optional Access: not-accessible
OBJECT-TYPE    
  DetailedDataDDEntry  

productIDCodeDD 1.3.6.1.4.1.2.5.1.17.1.1.1
A code indicating what product identification, if any is to displayed in conjunction with the data-type and data. displayNone - Do not display any product identification data in conjunction with the data-type and data. displayFirstHW - display machine type or product common name from the first entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displaySecondHW - display machine type or product common name from the second entry of the machineType or hardwareProdCommonName objects in the hwProductInstallSpecificInfoTable. displayFirstSW - display software product common name from the first entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable. displaySecondSW - display software product common name from the second entry of the softwareProdCommonName object in the swProductInstallSpecificInfoTable.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER displayNone(0), displayFirstHW(41), displaySecondHW(42), displayFirstSW(153), displaySecondSW(154)  

dataIDCodeDD 1.3.6.1.4.1.2.5.1.17.1.1.2
A Detailed Data Code Point (Data ID code point) (described in IBM document GA27-3136) indicating the type of data provided. The English text associated with each code point or its national language equivalent is displayed with the detailed data.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

dataEncodingDD 1.3.6.1.4.1.2.5.1.17.1.1.3
A code indicating how the accompanying detailed data is encoded, and thus how it is to be decoded and displayed.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER hex(0), binary(1), ascii(17)  

dataDD 1.3.6.1.4.1.2.5.1.17.1.1.4
Detailed data encoded as specified by the dataEncodingUC object.
Status: optional Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..44)