cpqSsRaidSystemStatus
CPQSTSYS-MIB ·
.1.3.6.1.4.1.232.8.4.1.1.3
Object
column mandatory
Enumeration
RAID Storage System Status.
This is the current status of the RAID Storage System.
This value will be one of the following:
other(1)
Indicates that the agent does not recognize the state of the
RAID Storage System. You may need to upgrade the agent.
agentNotRunning(2)
Indicates that the Storage Work agent is not running. You need
to restart the Storage Work agent.
good(3)
Indicates that the system is operating properly.
warning(4)
At least one component of the system failed.
communicationLoss(5)
The RAID Storage System has a cable or communication problem.
Please check all cable connects to the host server.
Context
- MIB
- CPQSTSYS-MIB
- OID
.1.3.6.1.4.1.232.8.4.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSsRaidSystemEntry
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 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTSYS-MIB::cpqSsRaidSystemStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTSYS-MIB::cpqSsRaidSystemStatus.<cpqSsRaidSystemIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSTSYS-MIB::cpqSsRaidSystemStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | agentNotRunning |
3 | good |
4 | warning |
5 | communicationLoss |