All MIBs › CPQSINFO-MIB › cpqSiMPHealthStatus
cpqSiMPHealthStatus
Module: CPQSINFO-MIB
OID (symbolic): CPQSINFO-MIB::cpqSiMPHealthStatus
OID (numeric): 1.3.6.1.4.1.232.2.2.16.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The health status of the Management Processor.
What is cpqSiMPHealthStatus?
This read-only integer reports the health status of the Management Processor: unknown, ok, degraded, or failed. It matters because a failed management processor can cut off remote out-of-band management even when the host OS itself is fine. For example, an admin unable to reach a server's remote console checks cpqSiMPHealthStatus and finds it reports failed(4), explaining that the management processor itself, not the network, is the problem.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.2.2.16.2 snmpwalk -v2c -c public <target> CPQSINFO-MIB::cpqSiMPHealthStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.2.2.16.2.1 snmpget -v2c -c public <target> CPQSINFO-MIB::cpqSiMPHealthStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cpqSiMPHealthStatus.1
Start monitoring HP/Compaq ProLiant server (system info) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQSINFO-MIB::cpqSiMPHealthStatus OID value, configure state conditions and alerts, and monitor any HP/Compaq ProLiant server (system info) 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.2 | cpqSystemInfo | CPQSINFO-MIB |
| 1.3.6.1.4.1.232.2.2 | cpqSiComponent | CPQSINFO-MIB |
| 1.3.6.1.4.1.232.2.2.16 | cpqSiMP | CPQSINFO-MIB |
| 1.3.6.1.4.1.232.2.2.16.2 | cpqSiMPHealthStatus | CPQSINFO-MIB |