EQLRAID-MIB: View SNMP OID List / Download MIB

VENDOR: EQUALLOGIC


 Home MIB: EQLRAID-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
 eqlRAIDModule 1.3.6.1.4.1.12740.10
Equallogic Inc. Storage Array raid mib Copyright (c) 2002-2005 by EqualLogic, Inc. All rights reserved. This software may not be copied, disclosed, transferred, or used except in accordance with a license granted by EqualLogic, Inc. This software embodies proprietary information and trade secrets of EqualLogic, Inc.
       eqlRAIDObjects 1.3.6.1.4.1.12740.10.1
           eqlRAIDDeviceTable 1.3.6.1.4.1.12740.10.1.1 no-access
EqualLogic-Dynamic Table representing a list of all of the RAID devices in a group
               eqlRAIDDeviceEntry 1.3.6.1.4.1.12740.10.1.1.1 no-access
A sequence of attributes pertaining to a single RAID device in a group
                   eqlRAIDDeviceLUNIndex 1.3.6.1.4.1.12740.10.1.1.1.1 integer32 read-only
The LUN number of the RAID device, incremented by one for SNMP compatibility. Valid LUN numbers begin at zero.
                   eqlRAIDDeviceLUN 1.3.6.1.4.1.12740.10.1.1.1.2 integer32 read-only
The LUN of the drive. In all cases the value of this variable will be equal to eqlRAIDDeviceLUNIndex-1.
                   eqlRAIDDeviceOperStatus 1.3.6.1.4.1.12740.10.1.1.1.3 integer read-only
The operational status of the RAID device. Values are as follows: 1 - no device 2 - data loss 3 - nominal 4 - degraded 5 - failed Enumeration: 'failed': 5, 'degraded': 4, 'nominal': 3, 'dataLoss': 2, 'noDevice': 1.
                   eqlRAIDDeviceUUID 1.3.6.1.4.1.12740.10.1.1.1.4 octet string read-only
a 16 byte identifier for the device that is guranteed to be universally unique
                   eqlRAIDDeviceDriveCount 1.3.6.1.4.1.12740.10.1.1.1.5 integer32 read-only
The number of drives used by the RAID device
                   eqlRAIDDeviceLayoutOperStatus 1.3.6.1.4.1.12740.10.1.1.1.6 integer read-only
The status of the currently executing layout operation on the device (if any) 1 - no operation in progress 2 - exp suspended 3 - exp in progress 4 - swap suspended 5 - swap in progress Enumeration: 'expSuspended': 2, 'expInProgress': 3, 'noOp': 1, 'swapSuspended': 4, 'swapInProgress': 5.
                   eqlRAIDDeviceLayoutSectPerSU 1.3.6.1.4.1.12740.10.1.1.1.7 integer32 read-only
The number of sectors per stripe unit in this layout
                   eqlRAIDDeviceLUNCapacity 1.3.6.1.4.1.12740.10.1.1.1.8 counter64 read-only
The current LUN capacity of this layout in sectors, including internal layout operations
                   eqlRAIDDeviceLostBlocks 1.3.6.1.4.1.12740.10.1.1.1.9 integer32 read-only
The count of bad soft sectors
                   eqlRAIDDeviceOutIOOps 1.3.6.1.4.1.12740.10.1.1.1.10 integer32 read-only
Th number of I/O operations currently in progress on the device
                   eqlRAIDDeviceCacheWrites 1.3.6.1.4.1.12740.10.1.1.1.11 integer32 read-only
The count of the number of cache write operations in progress on the device
                   eqlRAIDDeviceCacheReads 1.3.6.1.4.1.12740.10.1.1.1.12 integer32 read-only
The count of the number of cache read operations in progress on the device
                   eqlRAIDDeviceCompCacheWrites 1.3.6.1.4.1.12740.10.1.1.1.13 counter64 read-only
The number of completed cache write operations since the system was started
                   eqlRAIDDeviceCompCacheReads 1.3.6.1.4.1.12740.10.1.1.1.14 counter64 read-only
The number of completed cache read operations since the system was started
                   eqlRAIDDeviceSectWritten 1.3.6.1.4.1.12740.10.1.1.1.15 counter64 read-only
The number of sectors written since the system was started
                   eqlRAIDDeviceSectRead 1.3.6.1.4.1.12740.10.1.1.1.16 counter64 read-only
The number of sectors read since the system was started
                   eqlRAIDDeviceStoragePoolIndex 1.3.6.1.4.1.12740.10.1.1.1.17 unsigned32 no-access
This field specifies a unique index for identifying a storage pool.
                   eqlRAIDDeviceDriveGroupIndex 1.3.6.1.4.1.12740.10.1.1.1.18 unsigned32 no-access
This field specifies a unique index for identifying a drive group.
           eqlRAIDLayoutTable 1.3.6.1.4.1.12740.10.1.2 no-access
EqualLogic-Dynamic Table listing the layouts in existence in a RAID device. Typically, there will only be a single entry for each device. When layout operations are in progress, there will be two layouts. The layout represents a set of drives and a parity configuration for the drives.
               eqlRAIDLayoutEntry 1.3.6.1.4.1.12740.10.1.2.1 no-access
a sequence of attributes belonging to a single layout group
                   eqlRAIDLayoutIndex 1.3.6.1.4.1.12740.10.1.2.1.1 integer read-only
An identifier for this instance of a layout. The layouts are 1-indexed where the primary is index 1, and the secindary (if any) is index 2 Enumeration: 'second': 2, 'first': 1.
                   eqlRAIDLayoutOperStatus 1.3.6.1.4.1.12740.10.1.2.1.2 integer read-only
Operational status of the layout as follows: 1 - no device 2 - no layout 3 - failed 4 - nominal 5 - degraded Enumeration: 'failed': 3, 'degraded': 5, 'noLayout': 2, 'nominal': 4, 'noDevice': 1.
                   eqlRAIDLayoutNumParityGrp 1.3.6.1.4.1.12740.10.1.2.1.3 integer32 read-only
The number of parity groups in this layout
                   eqlRAIDLayoutParityType 1.3.6.1.4.1.12740.10.1.2.1.4 integer read-only
The parity type of this layout: 0 - stripe 1 - raid1 mirror 10- raid10 multi raid1 parity groups 5 - raid5 50- multi raid5 parity groups Enumeration: 'raid5': 5, 'raid50': 50, 'raid1': 1, 'stripe': 0, 'raid10': 10.
                   eqlRAIDLayoutBeginLBA 1.3.6.1.4.1.12740.10.1.2.1.5 counter64 read-only
The beginning RAID LBA of this layout
                   eqlRAIDLayoutLength 1.3.6.1.4.1.12740.10.1.2.1.6 counter64 read-only
Length in sectors of this layout. This value can be used to determine the progress of layout operations.
           eqlRAIDParityGroupTable 1.3.6.1.4.1.12740.10.1.3 no-access
EqualLogic-Dynamic Table. Each layout on a RAID device has one or more parity groups. The groups are indexed starting at 1. Each group represents a set of drives consisting of one stripe and one parity drive with one or more data drives. Each groups is reconstructed and verified as a whole and can be done so independently of other partity groups in the set. RAID 0, 1, and 5 have only one parity grouping per layout. RAID 10 and 50 have multiple parity groups per layout.
               eqlRAIDParityGroupEntry 1.3.6.1.4.1.12740.10.1.3.1 no-access
a sequence of attributes belonging to a single parity group
                   eqlParityGrpIndex 1.3.6.1.4.1.12740.10.1.3.1.1 integer32 read-only
A numeric index describing the instance of this parity group
                   eqlParityGrpOperStatus 1.3.6.1.4.1.12740.10.1.3.1.2 integer read-only
The operational status of the parity group: 1 - no device 2 - no layout 3 - no group 4 - degraded 4 - failed 5 - nominal Enumeration: 'noGroup': 3, 'noLayout': 2, 'failed': 5, 'nominal': 6, 'degraded': 4, 'noDevice': 1.
                   eqlParityGrpDriveCount 1.3.6.1.4.1.12740.10.1.3.1.3 integer32 read-only
The number of drives in the parity group
                   eqlParityGrpOperation 1.3.6.1.4.1.12740.10.1.3.1.4 integer read-only
The current parity group operation underway on this group (if any): 1 - verify 2 - reconstruct 3 - no operation Enumeration: 'verify': 1, 'noOp': 3, 'reconstruct': 2.
                   eqlParityGrpReconstChkpt 1.3.6.1.4.1.12740.10.1.3.1.5 counter64 read-only
Reconstruction checkpoint: The number of sectors that have been completed during the reconstruction operation. This can be compared to the corresonding value for eqlRAIDLayoutLength and eqlRAIDLayoutBeginLBA to setermine the progress of the operation.
                   eqlParityGrpVerifyChkpt 1.3.6.1.4.1.12740.10.1.3.1.6 counter64 read-only
Verify checkpoint: The number of sectors that have been completed during the verify operation. This can be compared to the corresonding value for eqlRAIDLayoutLength and eqlRAIDLayoutBeginLBA to setermine the progress of the operation.
           eqlRAIDDriveTable 1.3.6.1.4.1.12740.10.1.4 no-access
EqualLogic-Dynamic Table. The RAID Drive Table contains an entry for each drive in the system. The mapping between the enties in this table and the entries in the eqlDisk table is one to one. This table is intended to store the RAID attributes of each drive.
               eqlRAIDDriveEntry 1.3.6.1.4.1.12740.10.1.4.1 no-access
a sequence of RAID attributes for a single drive in the group
                   eqlRAIDDriveDriveLUNIndex 1.3.6.1.4.1.12740.10.1.4.1.1 integer32 read-only
The LUN index of the drive. In all cases the value of the index will be one greater than the value of the LUN ID of this drive. Thus, where LUNs will start at the number 0 and increment, LUN index entries will start at the number one and increment.
                   eqlRAIDDriveDriveLUN 1.3.6.1.4.1.12740.10.1.4.1.2 integer32 read-only
The LUN of the drive. In all cases the value of this variable will be equal to eqlRAIDDriveLUNIndex-1.
                   eqlRAIDDriveOperStatus 1.3.6.1.4.1.12740.10.1.4.1.3 integer read-only
Operational status of the drive: 1 - no drive 2 - active 3 - failed 4 - too small 5 - reconstructing 6 - swapping 7 - spare Enumeration: 'noDrive': 1, 'failed': 3, 'tooSmall': 4, 'spare': 7, 'swap': 6, 'active': 2, 'reconstruct': 5.
                   eqlRAIDDriveUUID 1.3.6.1.4.1.12740.10.1.4.1.4 octet string read-only
A 16 byte univerally unique identifier for the drive. This should be unique throughout the universe of drives in EqualLogic arrays.
                   eqlRAIDDiskIndex 1.3.6.1.4.1.12740.10.1.4.1.5 integer32 read-only
The index value that uniquely identifies the disk. It is equal to the disk slot number plus one. The value of this will correspond to a value of eqlDiskIndex in the eqlDiskTable.
                   eqlRAIDDeviceIndex 1.3.6.1.4.1.12740.10.1.4.1.6 integer32 read-only
The index of the device this disk belongs to. It is equal to a value of eqlRAIDDeviceLUNIndex in the eqlRAIDDeviceTable.
           eqlStoragePoolRAIDLUNTable 1.3.6.1.4.1.12740.10.1.5 no-access
EqualLogic-Dynamic Storage Pool RAID LUN Table
               eqlStoragePoolRAIDLUNEntry 1.3.6.1.4.1.12740.10.1.5.1 no-access
An entry (row) containing a RAID LUN mapping to a storage pool.
                   eqlStoragePoolRAIDLUNfoo 1.3.6.1.4.1.12740.10.1.5.1.1 integer32 read-only
Bogus
       eqlRAIDNotifications 1.3.6.1.4.1.12740.10.2
       eqlRAIDConformance 1.3.6.1.4.1.12740.10.3