All MIBs › EQLSTORAGEPOOL-MIB
Organization: EqualLogic Inc.
Last Updated: 2014-03-12
Category: Domain: Storage, Vendor: Dell/DNOS, Vendor: EqualLogic/Dell
Description:
Dell EqualLogic storage pool MIB providing objects for creating and managing pools of storage capacity within a group.
Imported Objects
From EQLGROUP-MIB
| UTFString | |
| eqlGroupId | OBJECT-TYPE |
| eqlLdapLoginAccessName | OBJECT-TYPE |
| eqlLdapLoginAccessType | OBJECT-TYPE |
| eqlStorageGroupAdminAccountIndex | OBJECT-TYPE |
| eqlStorageGroupAdminAccountName | OBJECT-TYPE |
From EQUALLOGIC-SMI
| equalLogic | MODULE-IDENTITY |
From SNMPv2-SMI
| Counter64 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| TimeTicks | |
| Unsigned32 | |
| enterprises |
From SNMPv2-TC
| DateAndTime | |
| DisplayString | |
| RowPointer | |
| RowStatus | |
| TruthValue |
What Is EQLSTORAGEPOOL-MIB?
EQLSTORAGEPOOL-MIB is a Dell EqualLogic MIB that manages storage pools—logical groupings of disk capacity within a PS Series SAN group—covering pool creation, naming, RAID configuration, and load-balancing state, with every object registered under the EQLSTORAGEPOOL-MIB OID branch of Dell's enterprise tree. It exposes configuration and status objects such as pool identity, default-pool flag, lead member array, and universally unique identifiers, alongside operational flags for RAID configuration waiting and rebalancing evaluation. Its monitoring value is centered on storage capacity and health management: administrators track eqlStoragePoolRAIDConfigWaitFlag to see if a pool is waiting on RAID reconfiguration, eqlStoragePoolLastBalance to confirm capacity rebalancing is occurring, and eqlStoragePoolLeadMemberId to identify which array is coordinating the pool—all indicative of underlying storage array health and capacity status rather than generic interface counters. It is used alongside other EqualLogic MIBs (e.g., member/array and volume MIBs) that reference the same pool identifiers for a complete SAN management picture. It is deployed in data centers running Dell EqualLogic PS Series iSCSI SAN groups.
IPNetwork Monitor allows you to monitor SNMP objects defined in EQLSTORAGEPOOL-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- storage pool name and identity
- default pool designation
- RAID configuration wait status
- capacity rebalance status/timestamp
- lead member array for the pool
- pool UUID
Supported Devices
- Dell EqualLogic PS Series iSCSI SAN storage array
Monitoring Examples
An administrator would poll eqlStoragePoolTable/eqlStoragePoolEntry using eqlStoragePoolIndex and eqlStoragePoolName to enumerate storage pools in a group, then check eqlStoragePoolRAIDConfigWaitFlag to see if a pool is stalled awaiting RAID reconfiguration—a sign of a pending or stuck maintenance operation. eqlStoragePoolLastBalance indicates when capacity was last rebalanced across pool members, and a stale timestamp alongside a high eqlStoragePoolShouldEvalMask could reveal a pool that needs rebalancing but hasn't completed it. eqlStoragePoolLeadMemberId identifies the coordinating array member for the pool, useful when troubleshooting which physical array to check first for pool-level issues.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| eqlStoragePoolModule | 1.3.6.1.4.1.12740.16 | Equallogic Inc. Storage Array volume information Copyright (c) 2002-2011 by Dell, Inc. All rights reserved. This software may not be copied, disclosed, transferred, or used except in accordance with a license granted by Dell, Inc. This software embodies proprietary information and trade secrets of Dell, Inc. | ||
| eqlStoragePoolObjects | 1.3.6.1.4.1.12740.16.1 | |||
| eqlStoragePoolTable | 1.3.6.1.4.1.12740.16.1.1 | not-accessible | EqualLogic-Persistent Storage Pool Table. This table contains a list of storage pools in a group and their attributes. | |
| eqlStoragePoolEntry | 1.3.6.1.4.1.12740.16.1.1.1 | not-accessible | An entry (row) containing storage pool info. | |
| U32 eqlStoragePoolIndex | 1.3.6.1.4.1.12740.16.1.1.1.1 | Unsigned32 | not-accessible | This field specifies a unique index for identifying a storage pool. |
| ROW eqlStoragePoolRowStatus | 1.3.6.1.4.1.12740.16.1.1.1.2 | RowStatus | read-create | This field is used indicate the status of this entry. |
| STR eqlStoragePoolName | 1.3.6.1.4.1.12740.16.1.1.1.3 | UTFString | read-create | EQL-SECONDARY-KEY This field specifies a user friendly name for a storage pool. The name must be unique within a group. The name must not contain spaces or special characters. The name can be up to 64 characters in length. |
| T/F eqlStoragePoolDefaultFlag | 1.3.6.1.4.1.12740.16.1.1.1.4 | TruthValue | read-create | This field specifies if this storage pool is the default pool. TRUE == default pool. |
| T/F eqlStoragePoolRAIDConfigWaitFlag | 1.3.6.1.4.1.12740.16.1.1.1.5 | TruthValue | read-write | This field specifies if the system should wait for a configured RAID-set before allowing volumes to be created. |
| U32 eqlStoragePoolShouldEvalMask | 1.3.6.1.4.1.12740.16.1.1.1.6 | Unsigned32 | read-only | This field specifies one or more reasons (32-bit mask) the pool should be evaluated. |
| U32 eqlStoragePoolLastBalance | 1.3.6.1.4.1.12740.16.1.1.1.7 | Unsigned32 | read-only | This field specifies a timestamp of the last time the pool was balanced. |
| STR eqlStoragePoolDescription | 1.3.6.1.4.1.12740.16.1.1.1.8 | DisplayString | read-write | This field contains a description of the storage pool. |
| U32 eqlStoragePoolLeadMemberId | 1.3.6.1.4.1.12740.16.1.1.1.9 | Unsigned32 | read-write | This field is deprecated and will be unsupported in the next release. |
| OCT eqlStoragePoolUUID | 1.3.6.1.4.1.12740.16.1.1.1.10 | OCTET STRING | read-only | EQL-SECONDARY-KEY This field is for internal use only. |
| U32 eqlStoragePoolExecMergeTo | 1.3.6.1.4.1.12740.16.1.1.1.11 | Unsigned32 | read-write | This field, when non-zero, specifies the index of the storage pool that this pool is being merged into. |
| STA eqlStoragePoolBorrow | 1.3.6.1.4.1.12740.16.1.1.1.12 | StatusEnabledDefault | read-write | This field specifies if borrowing is enabled for this pool. |
| U32 eqlStoragePoolSnapTrimThreshold | 1.3.6.1.4.1.12740.16.1.1.1.13 | Unsigned32 | read-write | This field specifies the threshold % of the pool capacity that indicates when to begin trimming. |
| C64 eqlStoragePoolSnapTrimBuffer | 1.3.6.1.4.1.12740.16.1.1.1.14 | Counter64 | read-write | This field specifies how far below the SnapTrimThreshold to trim in MB. |
| I32 eqlStoragePoolSnapTrimmerHWMLifeTime | 1.3.6.1.4.1.12740.16.1.1.1.15 | Integer32 | read-write | This field defines the amount of time (in secs) that the trimmer will use Volume In Use HWM to calculate the borrowed space for the thin volume. Default is 10 days |
| I32 eqlStoragePoolSnapTrimmerBorrowInfoRefreshInterval | 1.3.6.1.4.1.12740.16.1.1.1.16 | Integer32 | read-write | This field defines the amount of time (in secs) after which the snap trimmer will attempt to refresh its borrow information |
| INT eqlStoragePoolDefaultCompressionStrategy | 1.3.6.1.4.1.12740.16.1.1.1.17 | INTEGER | read-create | Default value for how compression for snapshots should be set if not specified. |
| I32 eqlStoragePoolDefaultCompressionMinSnapDelay | 1.3.6.1.4.1.12740.16.1.1.1.18 | Integer32 | read-create | The value of this object represents how long to wait prior to marking a snapshot as eligible for automatic compression. Current default is 10 minutes. |
| I32 eqlStoragePoolDefaultCompressionMinSnapAge | 1.3.6.1.4.1.12740.16.1.1.1.19 | Integer32 | read-create | The value of this object represents the minimum amout of time a snapshot is expected to kept around in order to be marked for automatic compression. Current default is 23 hours. |
| C64 eqlStoragePoolSnapMemberTrimThresholdAmount | 1.3.6.1.4.1.12740.16.1.1.1.20 | Counter64 | read-write | This field specifies the per member trimming threshold used by the trimmer in MB. The default value of 204800 MB (200 GB) represents the minimum value for this field. |
| U32 eqlStoragePoolSnapTrimRecheckTimer | 1.3.6.1.4.1.12740.16.1.1.1.21 | Unsigned32 | read-write | This field defines the interval (in seconds) that will be used to determine if trimming needs to occur. |
| eqlStoragePoolStatsTable | 1.3.6.1.4.1.12740.16.1.2 | not-accessible | EqualLogic-Dynamic Storage Pool Statistics Table. This table contains a list of pools in a group and their statistics. | |
| eqlStoragePoolStatsEntry | 1.3.6.1.4.1.12740.16.1.2.1 | not-accessible | An entry (row) containing storage pool stats. | |
| C64 eqlStoragePoolStatsSpace | 1.3.6.1.4.1.12740.16.1.2.1.1 | Counter64 | read-only | This field specifies how many MB of space comprises this storage pool. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsSpaceUsed | 1.3.6.1.4.1.12740.16.1.2.1.2 | Counter64 | read-only | This field specifies the space used by volumes in this pool. The value is represented in MB. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsFreeSpace | 1.3.6.1.4.1.12740.16.1.2.1.3 | Counter64 | read-only | This field specifies how many MB of space is available in this storage pool. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsReplicationSpace | 1.3.6.1.4.1.12740.16.1.2.1.4 | Counter64 | read-only | This field specifies how many MB of space is allocated for replication in this storage pool. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsReplicationSpaceUsed | 1.3.6.1.4.1.12740.16.1.2.1.5 | Counter64 | read-only | This field specifies how many MB of space is currently utilized by replication in this storage pool. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsReplicationFreeSpace | 1.3.6.1.4.1.12740.16.1.2.1.6 | Counter64 | read-only | This field specifies how many MB of space is available to replication in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsMemberNumOnline | 1.3.6.1.4.1.12740.16.1.2.1.7 | Integer32 | read-only | This field indicates how many members are online in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsMemberCount | 1.3.6.1.4.1.12740.16.1.2.1.8 | Integer32 | read-only | This field indicates how many total members are in this storage pool. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsSnapshotReserved | 1.3.6.1.4.1.12740.16.1.2.1.9 | Counter64 | read-only | This field specifies how many MB of snapshot space is reserved in this storage pool. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsSnapshotUsed | 1.3.6.1.4.1.12740.16.1.2.1.10 | Counter64 | read-only | This field specifies how many MB of snapshot space is currently utilized in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsSnapshotNumInUse | 1.3.6.1.4.1.12740.16.1.2.1.11 | Integer32 | read-only | This field indicates how many snapshots are currently in use in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsSnapshotNumOnline | 1.3.6.1.4.1.12740.16.1.2.1.12 | Integer32 | read-only | This field indicates how many snapshots are online in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsSnapshotCount | 1.3.6.1.4.1.12740.16.1.2.1.13 | Integer32 | read-only | This field indicates how many total snapshots are in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsVolumeNumInUse | 1.3.6.1.4.1.12740.16.1.2.1.14 | Integer32 | read-only | This field indicates how many volumes are currently in use in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsVolumeNumOnline | 1.3.6.1.4.1.12740.16.1.2.1.15 | Integer32 | read-only | This field indicates how many volumes are online in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsVolumeCount | 1.3.6.1.4.1.12740.16.1.2.1.16 | Integer32 | read-only | This field indicates how many total volumes are in this storage pool. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsDelegatedSpace | 1.3.6.1.4.1.12740.16.1.2.1.17 | Counter64 | read-only | This field indicates the total delegated space for partners in this pool. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsDelegatedSpaceUsed | 1.3.6.1.4.1.12740.16.1.2.1.18 | Counter64 | read-only | This field indicates the total delegated space used by partners in this pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsMembersInUse | 1.3.6.1.4.1.12740.16.1.2.1.19 | Integer32 | read-only | This field indicates the total members of online+offline members in this group. This is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsVolumeSubscribed | 1.3.6.1.4.1.12740.16.1.2.1.20 | Counter64 | read-only | This field specifies the total subscribed space for all volumes in this pool. For a thin provisioned volume, subscribed space is the advertised space. For a regular volume, subscribed space is the volume size. The value of this field will be equal to sum of eqliscsiVolumeSize field for all volumes in this pool. |
| C64 eqlStoragePoolStatsVolumeSpaceAllocated | 1.3.6.1.4.1.12740.16.1.2.1.21 | Counter64 | read-only | The value of this object represents the sum of actual materialized pages for all volumes in the pool. |
| C64 eqlStoragePoolStatsFailbackSpace | 1.3.6.1.4.1.12740.16.1.2.1.22 | Counter64 | read-only | This field represents the amount of space consumed by fail-back replicasets in this pool. |
| C64 eqlStoragePoolStatsThinProvFreeSpace | 1.3.6.1.4.1.12740.16.1.2.1.23 | Counter64 | read-only | This field represents the amount of space available for Thin Provisioned Volumes in this pool. |
| I32 eqlStoragePoolStatsConnectionCount | 1.3.6.1.4.1.12740.16.1.2.1.24 | Integer32 | read-only | This field gives the number of iSCSI connections that are currently connected to volumes in this pool. |
| C64 eqlStoragePoolStatsSnapshotResvFreeSpace | 1.3.6.1.4.1.12740.16.1.2.1.25 | Counter64 | read-only | This field specifies how many MB of space is available to Snapshots in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsVirtualVolumeNumInUse | 1.3.6.1.4.1.12740.16.1.2.1.26 | Integer32 | read-only | |
| I32 eqlStoragePoolStatsVirtualVolumeNumOnline | 1.3.6.1.4.1.12740.16.1.2.1.27 | Integer32 | read-only | |
| C64 eqlStoragePoolStatsSnapshotResvBorrowing | 1.3.6.1.4.1.12740.16.1.2.1.28 | Counter64 | read-only | This field specifies the amount of free snapshot reserve that is being borrowed against by other volumes for either Recoverable Volumes or snapshots |
| C64 eqlStoragePoolStatsFreeSpaceBorrowing | 1.3.6.1.4.1.12740.16.1.2.1.29 | Counter64 | read-only | This field specifies the amount of free space that is being borrowed against by volumes for either Recoverable Volumes or snapshots |
| C64 eqlStoragePoolStatsAvailableForBorrowing | 1.3.6.1.4.1.12740.16.1.2.1.30 | Counter64 | read-only | This field specifies how many MB of space is still avaiable in this storage pool to borrow against. |
| C64 eqlStoragePoolStatsRecoverableVolBorrowing | 1.3.6.1.4.1.12740.16.1.2.1.31 | Counter64 | read-only | This field specifies the total amount of free space (in MB) that soft-deleted (i.e. recoverable) volumes are consuming in this pool. Recoverable volumes are permanently deleted by the array whenever the free space that they occupy is needed by the system. |
| C64 eqlStoragePoolStatsActualFreeSpace | 1.3.6.1.4.1.12740.16.1.2.1.32 | Counter64 | read-only | This field specifies the actual free space (in MB) that doesn't include soft-deleted (i.e. recoverable) volumes or borrowed space |
| C64 eqlStoragePoolStatsTotalSpaceBorrowing | 1.3.6.1.4.1.12740.16.1.2.1.33 | Counter64 | read-only | This field specifies the total space used for borrowing and includes Recoverable Volumes and Snapshots |
| C64 eqlStoragePoolStatsSnapShotBorrowing | 1.3.6.1.4.1.12740.16.1.2.1.34 | Counter64 | read-only | This field specifies the total amount of borrowing for just snapshots |
| I32 eqlStoragePoolStatsStorageContainerCount | 1.3.6.1.4.1.12740.16.1.2.1.35 | Integer32 | read-only | This field specifies the total amount number of storage containers in the pool |
| C64 eqlStoragePoolStatsStorageContainerSpaceReserved | 1.3.6.1.4.1.12740.16.1.2.1.36 | Counter64 | read-only | This field specifies the total amount of pool space allocated to storage containers. The value is represented in MB. It is a dynamic value, it is not Administrator setable. |
| C64 eqlStoragePoolStatsCompressedSpaceUsed | 1.3.6.1.4.1.12740.16.1.2.1.37 | Counter64 | read-only | This field specifies how many MB of space is currently utilized for compressed pages in this storage pool. This is a dynamic value and cannot be set. |
| C64 eqlStoragePoolStatsVirtualSpaceSize | 1.3.6.1.4.1.12740.16.1.2.1.38 | Counter64 | read-only | This field specifies how many MB of space would be utilized by compressed pages in this pool if there was no compression. |
| I32 eqlStoragePoolStatsStorageContainerVolumeCount | 1.3.6.1.4.1.12740.16.1.2.1.39 | Integer32 | read-only | This field indicates the total volumes in storage containers within this this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsStorageContainerSnapCount | 1.3.6.1.4.1.12740.16.1.2.1.40 | Integer32 | read-only | This field indicates the total snapshots in storage containers within this this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStoragePoolStatsStorageContainerVolumesOnline | 1.3.6.1.4.1.12740.16.1.2.1.41 | Integer32 | read-only | This field indicates the total online volumes in storage containers within this storage pool. This is a dynamic value, it is not Administrator setable. |
| eqlStoragePoolAdminAccountTable | 1.3.6.1.4.1.12740.16.1.3 | not-accessible | EqualLogic-Persistent Admin Account Storage Pool Table. This table contains a list of privilege matchings of administrative accounts and the pools those administrators have access to. | |
| eqlStoragePoolAdminAccountEntry | 1.3.6.1.4.1.12740.16.1.3.1 | not-accessible | An entry (row) containing mapping of administrative accounts and their pool access. | |
| ROW eqlStoragePoolAdminAccountRowStatus | 1.3.6.1.4.1.12740.16.1.3.1.1 | RowStatus | read-create | This field is used indicate the status of this entry. |
| POO eqlStoragePoolAdminAccountQuotaType | 1.3.6.1.4.1.12740.16.1.3.1.2 | PoolQuotaType | read-create | The format of the adminQuota value: 0 - Unlimited quota, 1 - Size in Megabytes. This field applies only to Volume Administrators. |
| U32 eqlStoragePoolAdminAccountQuota | 1.3.6.1.4.1.12740.16.1.3.1.3 | Unsigned32 | read-create | This field specifies the storage space quota (in MB) for a Volume Administrator in the storage pool. This field applies only to Volume Administrators. |
| eqlAdminAccountStoragePoolTable | 1.3.6.1.4.1.12740.16.1.4 | not-accessible | EqualLogic-Dynamic table indicating the access an administrator has to a storage pool. | |
| eqlAdminAccountStoragePoolEntry | 1.3.6.1.4.1.12740.16.1.4.1 | not-accessible | An entry (row) containing the access privilege. | |
| INT eqlAdminAccountStoragePoolAccess | 1.3.6.1.4.1.12740.16.1.4.1.1 | INTEGER | read-only | The administrative permission to a storage pool. |
| eqlStoragePoolOpsTable | 1.3.6.1.4.1.12740.16.1.5 | not-accessible | EqualLogic-Persistent Storage Pool Operations Table. | |
| eqlStoragePoolOpsEntry | 1.3.6.1.4.1.12740.16.1.5.1 | not-accessible | An entry (row) containing storage pool configuration | |
| U32 eqlStoragePoolOpsIndex | 1.3.6.1.4.1.12740.16.1.5.1.1 | Unsigned32 | not-accessible | This field unique identifies an operation withing a storage pool. |
| ROW eqlStoragePoolOpsRowStatus | 1.3.6.1.4.1.12740.16.1.5.1.2 | RowStatus | read-create | This field is used indicate the status of this entry. |
| INT eqlStoragePoolOpsOperation | 1.3.6.1.4.1.12740.16.1.5.1.3 | INTEGER | read-write | The current operation for this drive group 0 - no operation 1 - delete/merge |
| U32 eqlStoragePoolOpsStoragePoolDestinationIndex | 1.3.6.1.4.1.12740.16.1.5.1.4 | Unsigned32 | read-write | This field unique identifies the destination Storage Pool. |
| eqlStoragePoolAdminAccountStatsTable | 1.3.6.1.4.1.12740.16.1.6 | not-accessible | EqualLogic-Dynamic Storage Pool Admin Account Statistics Table. This table contains a list of pools in a group and their statistics. | |
| eqlStoragePoolAdminAccountStatsEntry | 1.3.6.1.4.1.12740.16.1.6.1 | not-accessible | An entry (row) containing storage pool admin account stats. | |
| UNS eqlStorageAdminAccountPoolStatsQuota | 1.3.6.1.4.1.12740.16.1.6.1.1 | Unsigned64 | read-only | This field specifies how many MB of quota comprises this storage pool for this account. This is a dynamic value, it is not Administrator setable. |
| UNS eqlStorageAdminAccountPoolStatsQuotaUsed | 1.3.6.1.4.1.12740.16.1.6.1.2 | Unsigned64 | read-only | This field specifies the number of MB used by volumes in this pool for this account. This is a dynamic value, it is not Administrator setable. |
| UNS eqlStorageAdminAccountPoolStatsQuotaAvailable | 1.3.6.1.4.1.12740.16.1.6.1.3 | Unsigned64 | read-only | This field specifies how many MB of space is available in this storage pool for this account. This is a dynamic value, it is not Administrator setable. |
| UNS eqlStorageAdminAccountPoolStatsSnapshotReserved | 1.3.6.1.4.1.12740.16.1.6.1.4 | Unsigned64 | read-only | This field specifies how many MB of snapshot space is reserved in this storage pool. This is a dynamic value, it is not Administrator setable. |
| UNS eqlStorageAdminAccountPoolStatsSnapshotUsed | 1.3.6.1.4.1.12740.16.1.6.1.5 | Unsigned64 | read-only | This field specifies how many MB of snapshot space is currently utilized in this storage pool. This is a dynamic value, it is not Administrator setable. |
| UNS eqlStorageAdminAccountPoolStatsSnapshotSubscribed | 1.3.6.1.4.1.12740.16.1.6.1.6 | Unsigned64 | read-only | This field specifies the total subscribed space for all snapshots in this pool. For a snapshot of a thin provisioned volume, subscribed space is the advertised space. For a snapshot of a classic volume, subscribed space is the volume size. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStorageAdminAccountPoolStatsSnapshotNumInUse | 1.3.6.1.4.1.12740.16.1.6.1.7 | Integer32 | read-only | This field indicates how many snapshots are currently in use in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStorageAdminAccountPoolStatsSnapshotNumOnline | 1.3.6.1.4.1.12740.16.1.6.1.8 | Integer32 | read-only | This field indicates how many snapshots are online in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStorageAdminAccountPoolStatsSnapshotCount | 1.3.6.1.4.1.12740.16.1.6.1.9 | Integer32 | read-only | This field indicates how many total snapshots are in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStorageAdminAccountPoolStatsVolumeNumInUse | 1.3.6.1.4.1.12740.16.1.6.1.10 | Integer32 | read-only | This field indicates how many volumes are currently in use in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStorageAdminAccountPoolStatsVolumeNumOnline | 1.3.6.1.4.1.12740.16.1.6.1.11 | Integer32 | read-only | This field indicates how many volumes are online in this storage pool. This is a dynamic value, it is not Administrator setable. |
| I32 eqlStorageAdminAccountPoolStatsVolumeCount | 1.3.6.1.4.1.12740.16.1.6.1.12 | Integer32 | read-only | This field indicates how many total volumes are in this storage pool. This is a dynamic value, it is not Administrator setable. |
| UNS eqlStorageAdminAccountPoolStatsVolumeSubscribed | 1.3.6.1.4.1.12740.16.1.6.1.13 | Unsigned64 | read-only | This field specifies the total subscribed space for all volumes in this pool. For a thin provisioned volume, subscribed space is the advertised space. For a regular volume, subscribed space is the volume size. The value of this field will be equal to sum of eqliscsiVolumeSize field for all volumes in this pool. |
| UNS eqlStorageAdminAccountPoolStatsVolumeQuotaUsage | 1.3.6.1.4.1.12740.16.1.6.1.14 | Unsigned64 | read-only | This field specifies the total MB against the quota for all volumes in this pool. The space contributed by a regular volume is its volume size. The sapce contributed by a thin provisioned volume is its max grow size. |
| UNS eqlStorageAdminAccountPoolStatsVolumeSpaceAllocated | 1.3.6.1.4.1.12740.16.1.6.1.15 | Unsigned64 | read-only | The value of this object represents the sum of actual materialized pages for all volumes in the pool. |
| UNS eqlStorageAdminAccountPoolStatsFailbackSpace | 1.3.6.1.4.1.12740.16.1.6.1.16 | Unsigned64 | read-only | This field represents the amount of space consumed by fail-back replicasets in this pool. |
| UNS eqlStorageAdminAccountPoolStatsFailbackSubscribed | 1.3.6.1.4.1.12740.16.1.6.1.17 | Unsigned64 | read-only | This field specifies the total subscribed space for failback for all volumes in this pool. For the failback of a thin provisioned volume, subscribed space is the advertised space. For a failabck of a classic volume, subscribed space is the volume size. This is a dynamic value, it is not Administrator setable. |
| UNS eqlStorageAdminAccountPoolStatsThinProvFreeSpace | 1.3.6.1.4.1.12740.16.1.6.1.18 | Unsigned64 | read-only | This field represents the amount of space available for Thin Provisioned Volumes in this pool. |
| I32 eqlStorageAdminAccountPoolStatsConnectionCount | 1.3.6.1.4.1.12740.16.1.6.1.19 | Integer32 | read-only | This field gives the number of iSCSI connections that are currently connected to volumes in this pool. |
| UNS eqlStorageAdminAccountPoolStatsSnapshotResvFreeSpace | 1.3.6.1.4.1.12740.16.1.6.1.20 | Unsigned64 | read-only | This field specifies how many MB of space is available to Snapshots in this storage pool. This is a dynamic value, it is not Administrator setable. |
| UNS eqlStorageAdminAccountPoolStatsSpaceUsed | 1.3.6.1.4.1.12740.16.1.6.1.21 | Unsigned64 | read-only | This field specifies how many MB of space currently used by this account in this storage pool. This is a dynamic value, it is not Administrator setable. |
| eqlLdapLoginAccessPoolTable | 1.3.6.1.4.1.12740.16.1.7 | not-accessible | EqualLogic-Persistent Group LDAP login access group table. For LDAP login access configured with volume-admin this table stores the pool-quota information. For LDAP login access configured with pool-admin privilege this tables stores the pools that belong to the pool-admin | |
| eqlLdapLoginAccessPoolEntry | 1.3.6.1.4.1.12740.16.1.7.1 | not-accessible | An entry (row) containing the configuration for the LDAP login access pool information. | |
| POO eqlLdapLoginAccessPoolQuotaType | 1.3.6.1.4.1.12740.16.1.7.1.1 | PoolQuotaType | read-create | The format of the adminQuota value: 0 - Unlimited quota, 1 - Size in Megabytes. This field applies only to the LDAP login access that have Volume Admin Privilege. |
| U32 eqlLdapLoginAccessPoolQuota | 1.3.6.1.4.1.12740.16.1.7.1.2 | Unsigned32 | read-create | This field specifies the pool quota (in MB) for a each Volume Administrator using the LDAP login access. This field applies only to Volume Administrators. |
| ROW eqlLdapLoginAccessPoolQuotaRowStatus | 1.3.6.1.4.1.12740.16.1.7.1.3 | RowStatus | read-create | This field is used indicate the status of this entry. |
| eqlStoragePoolOperStatusTable | 1.3.6.1.4.1.12740.16.1.8 | not-accessible | EqualLogic-Dynamic Storage Pool Operational Status Table. This table contains the list of operational status for each pool. | |
| eqlStoragePoolOperStatusEntry | 1.3.6.1.4.1.12740.16.1.8.1 | not-accessible | An entry (row) containing a storage pool operational status. | |
| INT eqlStoragePoolOperStatusCompression | 1.3.6.1.4.1.12740.16.1.8.1.1 | INTEGER | read-only | This field the operational status of data optimization this pool. |
| eqlStoragePoolNotifications | 1.3.6.1.4.1.12740.16.2 | |||
| eqlStoragePoolConformance | 1.3.6.1.4.1.12740.16.3 |
RFC description
EqualLogic storage pool MIB; manages storage pool configuration, member status, and pool performance metrics.
Start monitoring Dell EqualLogic PS-series iSCSI SAN storage array (storage pool) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.