controllerC1BatteryState

ArrayManager-MIB · .1.3.6.1.4.1.674.10893.1.1.130.1.1.32

Object

column mandatory Enumeration
Current state of battery on the controller's second port.
Possible values:
 0: Unknown
 1: OK (present and operational)
 2: Failed (cannot hold charge or cannot be recharged)
 7: Reconditioning (PV660 Only)
 9: High
10: Low
12: Charging
21: Missing (Adaptec Only)

Context

MIB
ArrayManager-MIB
OID
.1.3.6.1.4.1.674.10893.1.1.130.1.1.32
Type
column
Access
readonly
Status
mandatory
Parent
controllerEntry

Walk 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 'ArrayManager-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ArrayManager-MIB::controllerC1BatteryState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ArrayManager-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ArrayManager-MIB::controllerC1BatteryState.<controllerNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ArrayManager-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ArrayManager-MIB::controllerC1BatteryState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1ok
2failed
7reconditioning
9high
10low
12charging
21missing