cpqScsiCntlrStatus
CPQSCSI-MIB ·
.1.3.6.1.4.1.232.5.2.2.1.1.7
Object
column mandatory
Enumeration
SCSI Controller Status.
This is the current status of the controller. The following
values are currently defined:
other(1)
The controller is not operational due to reasons other than
hardware failure. The controller may be intentionally disabled.
The controller configuration may be in conflict with the
configuration of other hardware or software in the system.
The controller may have failed initialization. Corrective
action is Operating System dependent. Check for diagnostic
messages which may have occurred at system boot time.
ok(2)
The controller is operating normally.
failed(3)
The controller has failed and is no longer operating.
Please run diagnostics on the computer system to help
identify the problem.
Context
- MIB
- CPQSCSI-MIB
- OID
.1.3.6.1.4.1.232.5.2.2.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqScsiCntlrEntry
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 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSCSI-MIB::cpqScsiCntlrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSCSI-MIB::cpqScsiCntlrStatus.<cpqScsiCntlrIndex>.<cpqScsiCntlrBusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSCSI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSCSI-MIB::cpqScsiCntlrStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | failed |