cpqScsiPhyDrvStatsPreserved
CPQSCSI-MIB ·
.1.3.6.1.4.1.232.5.2.4.1.1.29
Object
column mandatory
Enumeration
SCSI Physical Drive Statistics Preservation Method.
This value indicates how all of the objects in this table
are saved over a power cycle. If the objects are not saved
then all of their values will be reset whenever the device
driver is unloaded. The following values are defined:
other(1)
The agent does not recognize the status. You may
need to upgrade your software.
inNVRAM(2)
The objects are saved in non-volatile memory in the
computer system.
onDisk(3)
The objects are saved on the physical drives in reserved
sectors.
noCPUSupport(4)
The objects are not saved across power cycles because
the hardware does not support this operation.
noFreeNVRAM(5)
The objects are not saved across power cycles because
all of the available non-volatile memory is in use.
noDrvSupport(6)
The objects are not saved across power cycles because
the physical drive does not contain a unique identifier to
save it under.
noSoftwareSupport(7)
The objects are not saved across power cycles because
either the device driver or computer system firmware do not
provide support.
statsNotSupported(8)
Drive statistics are not supported.
Context
- MIB
- CPQSCSI-MIB
- OID
.1.3.6.1.4.1.232.5.2.4.1.1.29- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqScsiPhyDrvEntry
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::cpqScsiPhyDrvStatsPreserved'
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::cpqScsiPhyDrvStatsPreserved.<cpqScsiPhyDrvCntlrIndex>.<cpqScsiPhyDrvBusIndex>.<cpqScsiPhyDrvIndex>'
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::cpqScsiPhyDrvStatsPreserved'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | inNVRAM |
3 | onDisk |
4 | noCPUSupport |
5 | noFreeNVRAM |
6 | noDrvSupport |
7 | noSoftwareSupport |
8 | statsNotSupported |