CPQIDE-MIB: View SNMP OID List / Download MIB

VENDOR: COMPAQ


 Home MIB: CPQIDE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cpqIde 1.3.6.1.4.1.232.14
       cpqIdeMibRev 1.3.6.1.4.1.232.14.1
           cpqIdeMibRevMajor 1.3.6.1.4.1.232.14.1.1 integer read-only
The Major Revision level. A change in the major revision level represents a major change in the architecture of the MIB. A change in the major revision level may indicate a significant change in the information supported and/or the meaning of the supported information, correct interpretation of data may require a MIB document with the same major revision level.
           cpqIdeMibRevMinor 1.3.6.1.4.1.232.14.1.2 integer read-only
The Minor Revision level. A change in the minor revision level may represent some minor additional support; no changes to any pre-existing information has occurred.
           cpqIdeMibCondition 1.3.6.1.4.1.232.14.1.3 integer read-only
The overall condition. This object represents the overall status of the Ide system represented by this MIB. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
       cpqIdeComponent 1.3.6.1.4.1.232.14.2
           cpqIdeInterface 1.3.6.1.4.1.232.14.2.1
               cpqIdeOsCommon 1.3.6.1.4.1.232.14.2.1.4
                   cpqIdeOsCommonPollFreq 1.3.6.1.4.1.232.14.2.1.4.1 integer read-write
The Insight Agent's polling frequency. The frequency, in seconds, at which the Insight Agent requests information from the device driver. A frequency of zero indicates that the Insight Agent retrieves the information upon request of a management station, it does not poll the device driver at a specific interval. If the poll frequency is zero (0) all attempts to write to this object will fail. If the poll frequency is non-zero, setting this value will change the polling frequency of the Insight Agent. Setting the poll frequency to zero will always fail, an agent may also choose to fail any request to change the poll frequency to a value that would severely impact system performance.
                   cpqIdeOsCommonModuleTable 1.3.6.1.4.1.232.14.2.1.4.2 no-access
A table of software modules that provide an interface to the device this MIB describes.
                       cpqIdeOsCommonModuleEntry 1.3.6.1.4.1.232.14.2.1.4.2.1 no-access
A description of a software modules that provide an interface to the device this MIB describes.
                           cpqIdeOsCommonModuleIndex 1.3.6.1.4.1.232.14.2.1.4.2.1.1 integer read-only
A unique index for this module description.
                           cpqIdeOsCommonModuleName 1.3.6.1.4.1.232.14.2.1.4.2.1.2 displaystring read-only
The module name.
                           cpqIdeOsCommonModuleVersion 1.3.6.1.4.1.232.14.2.1.4.2.1.3 displaystring read-only
The module version in XX.YY format. Where XX is the major version number and YY is the minor version number. This field will be a null (size 0) string if the agent cannot provide the module version.
                           cpqIdeOsCommonModuleDate 1.3.6.1.4.1.232.14.2.1.4.2.1.4 octet string read-only
The module date. field octets contents range ===== ====== ======= ===== 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minute 0..59 6 7 second 0..60 (use 60 for leap-second) This field will be set to year = 0 if the agent cannot provide the module date. The hour, minute, and second field will be set to zero (0) if they are not relevant.
                           cpqIdeOsCommonModulePurpose 1.3.6.1.4.1.232.14.2.1.4.2.1.5 displaystring read-only
The purpose of the module described in this entry.
           cpqIdeIdent 1.3.6.1.4.1.232.14.2.2
               cpqIdeIdentTable 1.3.6.1.4.1.232.14.2.2.1 no-access
IDE Drive Identification Table.
                   cpqIdeIdentEntry 1.3.6.1.4.1.232.14.2.2.1.1 no-access
IDE Identification Table Entry.
                       cpqIdeIdentIndex 1.3.6.1.4.1.232.14.2.2.1.1.1 integer read-only
An index that uniquely specifies each device. For disks, this index value will match the value of the cpqSeFixedDiskIndex in the Standard Equipment MIB (CPQSTDEQ.MIB) when the same disk is being described. Each possible index value indicates a specific drive as shown in the table below: Drive Index IDE Controller Drive Unit =========== ============== ========== 0 Primary 1 1 Primary 2 2 Secondary 1 3 Secondary 2 Any other index value would be implementation specific.
                       cpqIdeIdentModel 1.3.6.1.4.1.232.14.2.2.1.1.2 displaystring read-only
IDE Drive Model. The is the drive model name and can be used for identification purposes.
                       cpqIdeIdentSerNum 1.3.6.1.4.1.232.14.2.2.1.1.3 displaystring read-only
IDE Drive Serial Number. The is the drive serial number and can be used for identification purposes.
                       cpqIdeIdentFWVers 1.3.6.1.4.1.232.14.2.2.1.1.4 displaystring read-only
IDE Firmware Version. This is the version of the firmware on the IDE drive. If the IDE drive firmware version is unavailable, then this string will be of length zero (0).
                       cpqIdeIdentCondition 1.3.6.1.4.1.232.14.2.2.1.1.5 integer read-only
IDE Drive Condition. This is the overall condition of the IDE drive. The following values are defined: other(1) The drive does not support drive condition monitoring. ok(2) The drive is operating normally. No user action is required. degraded(3) The drive is degraded. The drive may need to be replaced. failed(4) The drive has failed. The drive should be replaced. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                       cpqIdeIdentErrorNumber 1.3.6.1.4.1.232.14.2.2.1.1.6 displaystring read-only
IDE Error Number. This value represents the error code associated with a failing IDE drive.
                       cpqIdeIdentType 1.3.6.1.4.1.232.14.2.2.1.1.7 integer read-only
IDE Device Type. This is the type of ATAPI device. The following types are defined: other(1) The Insight agent does not recognize this type. You may need to upgrade your software. disk(2) This is a direct-access device like a disk drive. tape(3) This is a sequential-access device like a tape drive. printer(4) This is a printer device. processor(5) This is a processor device. worm(6) This is a write-once, read-many times device. cd-rom(7) This is a CD or DVD device. scanner(8) This is a scanner device. optical(9) This is an optical memory device. jukeBox(10) This is a media changer device like a jukebox. commDev(11) This is a communications device like a LAN bridge. Enumeration: 'wormDrive': 6, 'printer': 4, 'commDev': 11, 'scanner': 8, 'cd-rom': 7, 'jukeBox': 10, 'other': 1, 'tape': 3, 'optical': 9, 'disk': 2, 'processor': 5.
                       cpqIdeIdentTypeExtended 1.3.6.1.4.1.232.14.2.2.1.1.8 integer read-only
IDE Extended Device Type. This is additional information about the type of IDE device. The following types are defined: other(1) This target does not have any extended type information. pdcd(2) This is a power-drive CD-ROM. removableDisk(3) This is a removable media disk device like a floppy drive. Enumeration: 'removableDisk': 3, 'other': 1, 'pdcd': 2.
                       cpqIdeIdentCondition2 1.3.6.1.4.1.232.14.2.2.1.1.9 integer read-only
IDE Drive Condition. This is the overall condition of the IDE drive. The following values are defined: other(1) The drive does not support drive condition monitoring. ok(2) The drive is operating normally. No user action is required. degraded(3) The drive is degraded. See cpqIdeIdentStatus for the appropriate action. failed(4) The drive has failed. See cpqIdeIdentStatus for the appropriate action. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                       cpqIdeIdentStatus 1.3.6.1.4.1.232.14.2.2.1.1.10 integer read-only
IDE Drive Satus. This indicates the status of the IDE drive. The following values are defined: other(1) The drive does not support drive status monitoring. ok(2) The drive is operating normally. No user action is required. preFailureDegraded(3) The drive has detected that at least one pre-failure SMART attribute has gone out of range. The drive may need to be replaced. ultraAtaDegraded(4) The Ultra ATA Integrity Monitor has detected data transmission errors between the hard drive and processor. For best performance, move Ultra ATA devices to the primary controller and non Ultra ATA devices to the secondary controller. If errors still persist, consider replacing the standard 40-conductor cable with and 80-conductor cable. Enumeration: 'ultraAtaDegraded': 4, 'preFailureDegraded': 3, 'other': 1, 'ok': 2.
                       cpqIdeIdentUltraAtaAvailability 1.3.6.1.4.1.232.14.2.2.1.1.11 integer read-only
This describes the availability of Ultra ATA transfers between this device and the controller. The following values are defined: other(1) The agents do not support reporting this variable or the agent need to be upgraded. noNotSupportedByDeviceAndController(2), The device and the controller do not support Ultra ATA. noNotSupportedByDevice(3), The device does not support Ultra ATA but the controller does support Ultra ATA. noNotSupportedByController(4), The controller does not support Ultra ATA but the device does support Ultra ATA. NoDisabledInSetup(5), The device and the controller do support Ultra ATA but it has been disabled in F10 Setup. yesEnabledInSetup(6), The device and the controller do support Ultra ATA and it is enabled in F10 Setup. Enumeration: 'noNotSupportedByDeviceAndController': 2, 'noNotSupportedByDevice': 3, 'noNotSupportedByController': 4, 'yesEnabledInSetup': 6, 'other': 1, 'noDisabledInSetup': 5.
           cpqIdeController 1.3.6.1.4.1.232.14.2.3
               cpqIdeControllerTable 1.3.6.1.4.1.232.14.2.3.1 no-access
IDE Controller Table.
                   cpqIdeControllerEntry 1.3.6.1.4.1.232.14.2.3.1.1 no-access
IDE Controller Table Entry.
                       cpqIdeControllerIndex 1.3.6.1.4.1.232.14.2.3.1.1.1 integer read-only
An index that uniquely identifies each controller.
                       cpqIdeControllerOverallCondition 1.3.6.1.4.1.232.14.2.3.1.1.2 integer read-only
IDE Controller Overall Condition. This is the overall condition of the IDE controller and any associated devices. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                       cpqIdeControllerModel 1.3.6.1.4.1.232.14.2.3.1.1.3 displaystring read-only
IDE Controller Model. The is the IDE controller model name.
                       cpqIdeControllerFwRev 1.3.6.1.4.1.232.14.2.3.1.1.4 displaystring read-only
IDE Controller Firmware Revision. The is the IDE controller firmware revision.
                       cpqIdeControllerSlot 1.3.6.1.4.1.232.14.2.3.1.1.5 integer read-only
IDE Controller Slot. This identifies the physical slot where the IDE controller resides in the system. For example, if this value is three, the controller is located in slot three of your computer. If the value cannot be determined or is not applicable, the value is set to -1.
                       cpqIdeControllerStatus 1.3.6.1.4.1.232.14.2.3.1.1.6 integer read-only
IDE Channel Host Controller Status. The host controller can be in one of the following states: Other (1) The agent is unable to determine the status of the controller. OK (2) Indicates that the controller is in normal operation mode. Failed (3) Indicates that the host controller has failed and should be replaced. Enumeration: 'failed': 3, 'other': 1, 'ok': 2.
                       cpqIdeControllerCondition 1.3.6.1.4.1.232.14.2.3.1.1.7 integer read-only
IDE Controller Condition. This is the condition of the IDE controller. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                       cpqIdeControllerSerialNumber 1.3.6.1.4.1.232.14.2.3.1.1.8 displaystring read-only
IDE Controller Serial Number. The is the IDE controller serial number. A NULL string indicates that the serial number could not be determined or is irrelevant.
           cpqIdeAtaDisk 1.3.6.1.4.1.232.14.2.4
               cpqIdeAtaDiskTable 1.3.6.1.4.1.232.14.2.4.1 no-access
IDE ATA Disk Table.
                   cpqIdeAtaDiskEntry 1.3.6.1.4.1.232.14.2.4.1.1 no-access
IDE ATA Disk Table Entry.
                       cpqIdeAtaDiskControllerIndex 1.3.6.1.4.1.232.14.2.4.1.1.1 integer read-only
An index that uniquely identifies each controller.
                       cpqIdeAtaDiskIndex 1.3.6.1.4.1.232.14.2.4.1.1.2 integer read-only
An index that uniquely identifies each disk.
                       cpqIdeAtaDiskModel 1.3.6.1.4.1.232.14.2.4.1.1.3 displaystring read-only
ATA Disk Model. The is the model name of the ATA disk.
                       cpqIdeAtaDiskFwRev 1.3.6.1.4.1.232.14.2.4.1.1.4 displaystring read-only
ATA Disk Firmware Revision. The is the firmware revision of the ATA disk.
                       cpqIdeAtaDiskSerialNumber 1.3.6.1.4.1.232.14.2.4.1.1.5 displaystring read-only
ATA Disk Serial Number. The is the serial number of the ATA disk.
                       cpqIdeAtaDiskStatus 1.3.6.1.4.1.232.14.2.4.1.1.6 integer read-only
ATA Disk Status. This is the status of the ATA disk. Enumeration: 'failed': 4, 'other': 1, 'ok': 2, 'smartError': 3.
                       cpqIdeAtaDiskCondition 1.3.6.1.4.1.232.14.2.4.1.1.7 integer read-only
ATA Disk Condition. This is the condition of the ATA disk. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                       cpqIdeAtaDiskCapacity 1.3.6.1.4.1.232.14.2.4.1.1.8 integer read-only
ATA Disk Capacity. This is the capacity of the ATA disk in megabytes.
                       cpqIdeAtaDiskSmartEnabled 1.3.6.1.4.1.232.14.2.4.1.1.9 integer read-only
ATA Disk S.M.A.R.T Enabled? other(1) The agent cannot determine the state of S.M.A.R.T. monitoring on this ATA disk. true(2) The ATA disk has S.M.A.R.T motitoring enabled. false(3) The ATA disk does not have S.M.A.R.T motitoring enabled. Enumeration: 'false': 3, 'other': 1, 'true': 2.
                       cpqIdeAtaDiskTransferMode 1.3.6.1.4.1.232.14.2.4.1.1.10 integer read-only
ATA Disk Transfer Mode. other(1) The agent cannot determine the transfer mode on this ATA disk. pioMode0(2) The ATA disk is using PIO mode 0. pioMode1(3) The ATA disk is using PIO mode 1. pioMode2(4) The ATA disk is using PIO mode 2. pioMode3(5) The ATA disk is using PIO mode 3. pioMode4(6) The ATA disk is using PIO mode 4. dmaMode0(7) The ATA disk is using DMA mode 0. dmaMode1(8) The ATA disk is using DMA mode 1. dmaMode2(9) The ATA disk is using DMA mode 2. ultraDmaMode0(10) The ATA disk is using Ultra DMA mode 0. ultraDmaMode1(11) The ATA disk is using Ultra DMA mode 1. ultraDmaMode2(12) The ATA disk is using Ultra DMA mode 2. ultraDmaMode3(13) The ATA disk is using Ultra DMA mode 3. ultraDmaMode4(14) The ATA disk is using Ultra DMA mode 4. ultraDmaMode5(15) The ATA disk is using Ultra DMA mode 5. Enumeration: 'ultraDmaMode1': 11, 'ultraDmaMode4': 14, 'dmaMode2': 9, 'ultraDmaMode2': 12, 'ultraDmaMode3': 13, 'ultraDmaMode0': 10, 'pioMode4': 6, 'pioMode3': 5, 'pioMode2': 4, 'pioMode1': 3, 'pioMode0': 2, 'dmaMode1': 8, 'ultraDmaMode5': 15, 'other': 1, 'dmaMode0': 7.
                       cpqIdeAtaDiskChannel 1.3.6.1.4.1.232.14.2.4.1.1.11 integer read-only
ATA Disk Channel. other(1) The agent cannot determine the channel to which the ATA disk is attached. channel0(2) The ATA disk is attached to the primary channel. channel1(3) The ATA disk is attached to the secondary channel. serial(4) The disk is attached to the serial interface and channel no longer applies. Enumeration: 'channel0': 2, 'other': 1, 'channel1': 3, 'serial': 4.
                       cpqIdeAtaDiskNumber 1.3.6.1.4.1.232.14.2.4.1.1.12 integer read-only
ATA Disk Number. other(1) The agent cannot determine the number of the ATA disk. device0(2) The ATA disk is device 0 (master). device1(3) The ATA disk is device 1 (slave). sataDevice0(4) The SATA disk is device 0. sataDevice1(5) The SATA disk is device 1. sataDevice2(6) The SATA disk is device 2. sataDevice3(7) The SATA disk is device 3. sataDevice4(8) The SATA disk is device 4. sataDevice5(9) The SATA disk is device 5. sataDevice6(10) The SATA disk is device 6. sataDevice7(11) The SATA disk is device 7. bay1(21) The disk is in bay 1. bay2(22) The disk is in bay 2. bay3(23) The disk is in bay 3. bay4(24) The disk is in bay 4. bay5(25) The disk is in bay 5. bay6(26) The disk is in bay 6. bay7(27) The disk is in bay 7. bay8(28) The disk is in bay 8. Enumeration: 'bay3': 23, 'device1': 3, 'device0': 2, 'bay8': 28, 'bay1': 21, 'bay2': 22, 'other': 1, 'bay4': 24, 'bay5': 25, 'bay6': 26, 'bay7': 27, 'sataDevice6': 10, 'sataDevice7': 11, 'sataDevice4': 8, 'sataDevice5': 9, 'sataDevice2': 6, 'sataDevice3': 7, 'sataDevice0': 4, 'sataDevice1': 5.
                       cpqIdeAtaDiskLogicalDriveMember 1.3.6.1.4.1.232.14.2.4.1.1.13 integer read-only
Logical Drive Membership? other(1) The agent cannot determine if the ATA disk is part of a logical drive. true(2) The ATA disk is part of a logical drive. false(3) The ATA disk is not part of a logical drive. Enumeration: 'false': 3, 'other': 1, 'true': 2.
                       cpqIdeAtaDiskIsSpare 1.3.6.1.4.1.232.14.2.4.1.1.14 integer read-only
ATA Disk Spare? other(1) The agent cannot determine if the ATA disk is a spare. true(2) The ATA disk is a spare disk. false(3) The ATA disk is not a spare disk. Enumeration: 'false': 3, 'other': 1, 'true': 2.
                       cpqIdeAtaDiskOsName 1.3.6.1.4.1.232.14.2.4.1.1.15 displaystring read-only
ATA Disk OS Name. The OS name for this ATA disk. This field will be a null (size 0) string if the agent does not support OS name or if the ATA disk is part of a logical drive.
                       cpqIdeAtaDiskType 1.3.6.1.4.1.232.14.2.4.1.1.16 integer read-only
ATA Disk Type other(1) The agent cannot determine the disk type. ata(2) The disk type is parallel ATA. sata(3) The disk type is Serial ATA. Enumeration: 'sata': 3, 'other': 1, 'ata': 2.
                       cpqIdeAtaDiskSataVersion 1.3.6.1.4.1.232.14.2.4.1.1.17 integer read-only
Physical Drive SATA Version. The following values are defined: other(1) The agent is unable to determine the SATA version for this disk or it is not a SATA disk. sataOne(2) The disk is SATA version one. sataTwo(3) The disk is SATA version two. Enumeration: 'sataOne': 2, 'sataTwo': 3, 'other': 1.
           cpqIdeAtapiDevice 1.3.6.1.4.1.232.14.2.5
               cpqIdeAtapiDeviceTable 1.3.6.1.4.1.232.14.2.5.1 no-access
IDE ATAPI Device Table.
                   cpqIdeAtapiDeviceEntry 1.3.6.1.4.1.232.14.2.5.1.1 no-access
IDE ATAPI Device Table Entry.
                       cpqIdeAtapiDeviceControllerIndex 1.3.6.1.4.1.232.14.2.5.1.1.1 integer read-only
An index that uniquely identifies each controller.
                       cpqIdeAtapiDeviceIndex 1.3.6.1.4.1.232.14.2.5.1.1.2 integer read-only
An index that uniquely identifies each ATAPI device.
                       cpqIdeAtapiDeviceModel 1.3.6.1.4.1.232.14.2.5.1.1.3 displaystring read-only
ATAPI Device Model. The is the model name of the ATAPI device.
                       cpqIdeAtapiDeviceFwRev 1.3.6.1.4.1.232.14.2.5.1.1.4 displaystring read-only
ATAPI Device Firmware Revision. The is the firmware revision of the ATAPI device.
                       cpqIdeAtapiDeviceType 1.3.6.1.4.1.232.14.2.5.1.1.5 integer read-only
ATAPI Device Type. This is the type of ATAPI device. The following types are defined: other(1) The agent does not recognize this type. You may need to upgrade your software. disk(2) This is a direct-access device like a disk drive. tape(3) This is a sequential-access device like a tape drive. printer(4) This is a printer device. processor(5) This is a processor device. worm(6) This is a write-once, read-many times device. cd-rom(7) This is a CD or DVD device. scanner(8) This is a scanner device. optical(9) This is an optical memory device. jukeBox(10) This is a media changer device like a jukebox. commDev(11) This is a communications device like a LAN bridge. Enumeration: 'wormDrive': 6, 'printer': 4, 'commDev': 11, 'scanner': 8, 'cd-rom': 7, 'jukeBox': 10, 'other': 1, 'tape': 3, 'optical': 9, 'disk': 2, 'processor': 5.
                       cpqIdeAtapiDeviceTypeExtended 1.3.6.1.4.1.232.14.2.5.1.1.6 integer read-only
ATAPI Extended Device Type. This is additional information about the type of ATAPI device. The following types are defined: other(1) This target does not have any extended type information. pdcd(2) This is a power-drive CD-ROM. removableDisk(3) This is a removable media disk device like a floppy drive. Enumeration: 'removableDisk': 3, 'other': 1, 'pdcd': 2.
                       cpqIdeAtapiDeviceChannel 1.3.6.1.4.1.232.14.2.5.1.1.7 integer read-only
ATAPI Device Channel. other(1) The agent cannot determine the channel to which the ATAPI device is attached. channel0(2) The ATAPI device is attached to the primary channel. channel1(3) The ATAPI device is attached to the secondary channel. Enumeration: 'channel0': 2, 'other': 1, 'channel1': 3.
                       cpqIdeAtapiDeviceNumber 1.3.6.1.4.1.232.14.2.5.1.1.8 integer read-only
ATAPI Device Number. other(1) The agent cannot determine the number of the ATAPI device. device0(2) The ATAPI device is device 0 (master). device1(3) The ATAPI device is device 1 (slave). Enumeration: 'other': 1, 'device1': 3, 'device0': 2.
           cpqIdeLogicalDrive 1.3.6.1.4.1.232.14.2.6
               cpqIdeLogicalDriveTable 1.3.6.1.4.1.232.14.2.6.1 no-access
IDE Logical Drive Table.
                   cpqIdeLogicalDriveEntry 1.3.6.1.4.1.232.14.2.6.1.1 no-access
IDE Logical Drive Table Entry.
                       cpqIdeLogicalDriveControllerIndex 1.3.6.1.4.1.232.14.2.6.1.1.1 integer read-only
An index that uniquely identifies each controller.
                       cpqIdeLogicalDriveIndex 1.3.6.1.4.1.232.14.2.6.1.1.2 integer read-only
An index that uniquely identifies each logical drive.
                       cpqIdeLogicalDriveRaidLevel 1.3.6.1.4.1.232.14.2.6.1.1.3 integer read-only
IDE Logical Drive RAID Level. The following RAID levels are defined: other(1) The agent cannot determine the RAID level of this logical drive. raid0(2) The logical drive is configured with RAID level 0. raid1(3) The logical drive is configured with RAID level 1. raid0plus1(4) The logical drive is configured with RAID level 0 plus 1. raid5(5) The logical drive is configured with RAID level 5. raid15(6) The logical drive is configured with RAID level 1 plus 5. volume(7) The logical drive is configured as a volume set. Enumeration: 'raid15': 6, 'volume': 7, 'raid5': 5, 'other': 1, 'raid1': 3, 'raid0': 2, 'raid0plus1': 4.
                       cpqIdeLogicalDriveCapacity 1.3.6.1.4.1.232.14.2.6.1.1.4 integer read-only
IDE Logical Drive Capacity. This is the capacity of the logical drive in megabytes.
                       cpqIdeLogicalDriveStatus 1.3.6.1.4.1.232.14.2.6.1.1.5 integer read-only
IDE Logical Drive Status. This is the status of the logical drive. other(1) The agent cannot determine the logical drive status. ok(2) Indicates that the logical drive is in normal operation mode. degraded(3) Indicates that at least one physical drive has failed, but the logical drive's RAID level lets the drive continue to operate with no data loss. rebuilding(4) Indicates that the logical drive is rebuilding a physical drive. When complete, the logical drive will return to normal operation. failed(5) Indicates that more physical drives have failed than the RAID level of the logical drive can handle without data loss. Enumeration: 'rebuilding': 4, 'degraded': 3, 'other': 1, 'ok': 2, 'failed': 5.
                       cpqIdeLogicalDriveCondition 1.3.6.1.4.1.232.14.2.6.1.1.6 integer read-only
IDE Logical Drive Condition. This is the condition of the logical drive. Enumeration: 'failed': 4, 'degraded': 3, 'other': 1, 'ok': 2.
                       cpqIdeLogicalDriveDiskIds 1.3.6.1.4.1.232.14.2.6.1.1.7 octet string read-only
IDE Logical Drive Disk ID list. This lists the ATA disks drive IDs which are associated with this logical drive. These are the same IDs which can be used as indices into the ATA disk table (cpqIdeAtaDiskIndex). Each byte of the string is an index.
                       cpqIdeLogicalDriveStripeSize 1.3.6.1.4.1.232.14.2.6.1.1.8 integer read-only
IDE Logical Drive Stripe Size. This is the stripe size in kilobytes.
                       cpqIdeLogicalDriveSpareIds 1.3.6.1.4.1.232.14.2.6.1.1.9 octet string read-only
IDE Logical Drive Spare ID list. This lists the ATA disks drive IDs which are possible spares for this logical drive. These are the same IDs which can be used as indices into the ATA disk table (cpqIdeAtaDiskIndex). Each byte of the string is an index.
                       cpqIdeLogicalDriveRebuildingDisk 1.3.6.1.4.1.232.14.2.6.1.1.10 integer read-only
IDE Logical Drive Rebuilding Disk. This is the ATA disk that is in the process of rebuilding. If no drive is currently rebuilding, a value of -1 will be returned.
                       cpqIdeLogicalDriveOsName 1.3.6.1.4.1.232.14.2.6.1.1.11 displaystring read-only
IDE Logical Drive OS Name. The OS name for this logical drive. This field will be a null (size 0) string if the agent does not support OS name.
   cpqIdeDriveDegraded 1.3.6.1.4.1.2320.14001
An IDE drive status has been set to degraded. User Action: The drive should be scheduled for replacement. Refer to the appropriate Maintenance and Service Guide for detailed information on a component replacement.
   cpqIdeDriveOk 1.3.6.1.4.1.2320.14002
An IDE drive status has been set to ok. User Action: None.
   cpqIdeDriveUltraAtaDegraded 1.3.6.1.4.1.2320.14003
An IDE drive detects an excessive number of Ultra ATA data transmission errors between the hard drive and the processor. User Action: For best performance move Ultra ATA devices to the primary controller and non Ultra ATA devices to the secondary controller. If errors still persist, consider replacing the standard 40-conductor IDE cable with an 80-conductor Ultra ATA cable.
   cpqIdeAtaDiskStatusChange 1.3.6.1.4.1.2320.14004
ATA Disk Status Change. This trap signifies that the agent has detected a change in the status of an ATA disk drive. The variable cpqIdeAtaDiskStatus indicates the current disk drive status. User Action: If the physical drive status is smartError(3) or failed(4), replace the drive.
   cpqIdeLogicalDriveStatusChange 1.3.6.1.4.1.2320.14005
IDE Logical Drive Status Change. This trap signifies that the agent has detected a change in the status of an IDE logical drive. The variable cpqIdeLogicalDriveStatus indicates the current logical drive status. User Action: If the logical drive status is failed(5), examine the array for failed drives that need replacement.