coolingUnitRedundancyStatus
INTEL-SERVER-BASEBOARD7 ·
.1.3.6.1.4.1.343.2.10.3.5.600.10.1.6
Object
column IntelRedundancyStatus
Gives the redundancy status of the Cooling Unit. 'Fully Redundan ' means that all of the configured redundancy is still available; 'Degraded Redundancy' means that some failures have been experienced but some reduced amount of redundancy is still available; 'Redundancy Lost' means that a sufficie t number of failures have been experienced that no redundancy is available and the next failure experienced within the Cooling Unit will cause overall Cooling Unit failure.
Context
- MIB
- INTEL-SERVER-BASEBOARD7
- OID
.1.3.6.1.4.1.343.2.10.3.5.600.10.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- coolingUnitTableEntry
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 'INTEL-SERVER-BASEBOARD7' -M '/opt/observium/mibs/intel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INTEL-SERVER-BASEBOARD7::coolingUnitRedundancyStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'INTEL-SERVER-BASEBOARD7' -M '/opt/observium/mibs/intel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INTEL-SERVER-BASEBOARD7::coolingUnitRedundancyStatus.<coolingUnitIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'INTEL-SERVER-BASEBOARD7' -M '/opt/observium/mibs/intel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'INTEL-SERVER-BASEBOARD7::coolingUnitRedundancyStatus'
Syntax
- Source
- IntelRedundancyStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | other |
2 | unknown |
3 | full |
4 | degraded |
5 | lost |
6 | notRedundant |
7 | redundancyOffline |
8 | notApplicable |