All MIBs › CPQSM2-MIB › cpqSm2CntlrSelfTestErrors
cpqSm2CntlrSelfTestErrors
Module: CPQSM2-MIB
OID (symbolic): CPQSM2-MIB::cpqSm2CntlrSelfTestErrors
OID (numeric): 1.3.6.1.4.1.232.9.2.2.9
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Remote Insight/ Integrated Lights-Out Self Test Errors.
This is a collection of post error flags. Each bit has the following meaning when it is on (1):
Bit 17-31: RESERVED: Always 0. Bit 16: I2C error. Bit 15: EEPROM error. Bit 14: SRAM error. Bit 13: CPLD error. Bit 12: Mouse interface error. Bit 11: NIC Error Bit 10: PCMCIA Error Bit 9: Video Error Bit 8: NVRAM write / read / verify error. Bit 7: NVRAM interface error. Bit 6: Battery interface error. Bit 5: Keyboard interface error. Bit 4: Serial port UART error. Bit 3: Modem UART error. Bit 2: Modem firmware error. Bit 1: Memory test error. Bit 0: Busmaster I/O read error.
NOTE: bit 31 is the most significant bit, bit 0 is the least significant.
A value of 0 means no errors have occurred.
What is cpqSm2CntlrSelfTestErrors?
This read-only integer is a bitmap of POST error flags for the Remote Insight/Integrated Lights-Out controller, where each set bit flags a specific internal fault such as an I2C error, EEPROM error, or SRAM error. It matters for pinpointing exactly which internal subsystem of the management card failed its self-test. For example, an admin decodes cpqSm2CntlrSelfTestErrors and finds bit 15 set, indicating an EEPROM error on the Remote Insight card that explains its intermittent configuration loss.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.9.2.2.9 snmpwalk -v2c -c public <target> CPQSM2-MIB::cpqSm2CntlrSelfTestErrors
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.9.2.2.9.1 snmpget -v2c -c public <target> CPQSM2-MIB::cpqSm2CntlrSelfTestErrors.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cpqSm2CntlrSelfTestErrors.1
Start monitoring Compaq/HP ProLiant server (iLO management board) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQSM2-MIB::cpqSm2CntlrSelfTestErrors OID value, configure state conditions and alerts, and monitor any Compaq/HP ProLiant server (iLO management board) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.232.9 | cpqSm2 | CPQSM2-MIB |
| 1.3.6.1.4.1.232.9.2 | cpqSm2Component | CPQSM2-MIB |
| 1.3.6.1.4.1.232.9.2.2 | cpqSm2Cntlr | CPQSM2-MIB |
| 1.3.6.1.4.1.232.9.2.2.9 | cpqSm2CntlrSelfTestErrors | CPQSM2-MIB |