cpqHeResMem2ModuleStatus
OBS ✓
CPQHLTH-MIB ·
.1.3.6.1.4.1.232.6.2.14.13.1.19
Object
column mandatory
Enumeration
This provides the current status of the correctable memory
errors for this memory module.
The following status values are supported:
other(1):
The status is unknown or could not be determined.
notPresent(2):
The memory module is not present or is un-initialized.
present(3):
The memory module is present but not in use.
good(4):
The memory module is present and in use. The corrected
error threshold has not been exceeded.
add(5):
The memory module has been added, but is not yet in use.
upgraded(6):
The memory module has been upgraded, but the memory is not
yet in use.
missing(7):
An expected memory module is missing.
doesNotMatch(8):
The memory module does not match the other memory modules
within the bank.
notSupported(9):
The memory module is not supported.
badConfig(10):
The memory module violates the add/upgrade configuration
rules.
degraded(11):
The memory module's correctable error count has exceeded
threshold.
spare(12):
The memory module is configured as a spare.
partial(13):
The memory module is present and is partially in use.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Sensors
Explore Observium network monitoring
Context
- MIB
- CPQHLTH-MIB
- OID
.1.3.6.1.4.1.232.6.2.14.13.1.19- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqHeResMem2ModuleEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQHLTH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQHLTH-MIB::cpqHeResMem2ModuleStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQHLTH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQHLTH-MIB::cpqHeResMem2ModuleStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQHLTH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQHLTH-MIB::cpqHeResMem2ModuleStatus'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.