EQLSTORAGECONTAINER-MIB

File: EQLSTORAGECONTAINER-MIB.mib (27210 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC EQUALLOGIC-SMI
EQLGROUP-MIB EQLVOLUME-MIB EQLSTORAGEPOOL-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 Counter32 enterprises
Counter64 DateAndTime RowPointer
TruthValue RowStatus DisplayString
equalLogic UTFString eqliscsiLocalMemberId
EQL2PartRowPointerStr eqlStoragePoolIndex

Defined Types

Unsigned64  
A non-negative 64-bit bit integer, without counter semantics.
TEXTUAL-CONVENTION    
  Counter64  

EqlStorageContainerEntry  
SEQUENCE    
  eqlStorageContainerIndex Unsigned32
  eqlStorageContainerRowStatus RowStatus
  eqlStorageContainerUuid OCTET STRING
  eqlStorageContainerName UTFString
  eqlStorageContainerLookupName UTFString
  eqlStorageContainerDescription UTFString
  eqlStorageContainerLogicalLimit Unsigned64

EqlStorageContainerStatisticsEntry  
SEQUENCE    
  eqlStorageContainerStatisticsLogicalUsed Unsigned64
  eqlStorageContainerStatisticsLogicalFree Unsigned64
  eqlStorageContainerStatisticsPhysicalUsed Unsigned64
  eqlStorageContainerStatisticsPhysicalFree Unsigned64
  eqlStorageContainerStatisticsThinProvFree Unsigned64
  eqlStorageContainerStatisticsVvolsBound Counter32
  eqlStorageContainerStatisticsSVCount Counter32
  eqlStorageContainerStatisticsSVSCount Counter32
  eqlStorageContainerStatisticsThinProvisioned TruthValue
  eqlStorageContainerStatisticsVvolsOnline Counter32

EqlStorageBucketEntry  
SEQUENCE    
  eqlStorageBucketIndex Unsigned32
  eqlStorageBucketRowStatus RowStatus
  eqlStorageBucketName UTFString
  eqlStorageBucketLookupName UTFString
  eqlStorageBucketUuid OCTET STRING
  eqlStorageBucketPhysicalSize Unsigned64
  eqlStorageBucketThinProvision TruthValue
  eqlStorageBucketThinMinReserve Unsigned32
  eqlStorageBucketThinMaxGrow Unsigned32
  eqlStorageBucketFreeWarnPercentage Unsigned32
  eqlParentStorageContainerPointer EQL2PartRowPointerStr
  eqlParentStoragePoolIndex Unsigned32

EqlStorageBucketDynamicConfigEntry  
SEQUENCE    
  eqlStorageBucketDynamicReservePages Counter64
  eqlStorageBucketFreeWarnInUsePageCount Counter64
  eqlStorageBucketMaxResvInUsePageCount Counter64
  eqlStorageBucketFreeWarnThresholdPageCount Counter64

EqlStorageBucketStatisticsEntry  
SEQUENCE    
  eqlStorageBucketStatisticsPhysicalUsed Unsigned64
  eqlStorageBucketStatisticsPhysicalFree Unsigned64
  eqlStorageBucketStatisticsThinProvFree Unsigned64
  eqlStorageBucketStatisticsVvolsBound Counter32
  eqlStorageBucketStatisticsSVCount Counter32
  eqlStorageBucketStatisticsSVSCount Counter32
  eqlStorageBucketStatisticsVvolsOnline Counter32

Defined Values

eqlStorageContainerModule 1.3.6.1.4.1.12740.25
Storage Array Storage Container information Copyright (c) 2012 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.
MODULE-IDENTITY    

eqlStorageContainerObjects 1.3.6.1.4.1.12740.25.1
OBJECT IDENTIFIER    

eqlStorageContainerNotifications 1.3.6.1.4.1.12740.25.2
OBJECT IDENTIFIER    

eqlStorageContainerConformance 1.3.6.1.4.1.12740.25.3
OBJECT IDENTIFIER    

eqlStorageContainerTable 1.3.6.1.4.1.12740.25.1.1
EqualLogic-Persistent StorageContainerTable. This table contains a list of Storage Containers in a group and their attributes. TimeoutCreate:60 TimeoutDelete:60
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlStorageContainerEntry

eqlStorageContainerEntry 1.3.6.1.4.1.12740.25.1.1.1
An entry (row) containing Storage Container info.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlStorageContainerEntry  

eqlStorageContainerIndex 1.3.6.1.4.1.12740.25.1.1.1.1
This field specifies a unique index for identifying a Storage Container.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

eqlStorageContainerRowStatus 1.3.6.1.4.1.12740.25.1.1.1.2
This field is used to indicate the status of the entry i.e. whether the entry is active or not.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

eqlStorageContainerUuid 1.3.6.1.4.1.12740.25.1.1.1.3
EQL-SECONDARY-KEY This field is for internal use only.It stores the UUID for the storage container. The UUID is generated by the system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

eqlStorageContainerName 1.3.6.1.4.1.12740.25.1.1.1.4
This field specifies a user friendly name for a Storage Container. 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. There is no default.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(1..64)  

eqlStorageContainerLookupName 1.3.6.1.4.1.12740.25.1.1.1.5
EQL-SECONDARY-KEY This field specifies a string-prepped version of the Storage Container name, used for lookups. 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. There is no default.
Status: current Access: read-only
OBJECT-TYPE    
  UTFString Size(1..64)  

eqlStorageContainerDescription 1.3.6.1.4.1.12740.25.1.1.1.6
This field specifies a descriptive string that provides details about the storage container. The description can be up to 128 characters. There is no default value.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(0..128)  

eqlStorageContainerLogicalLimit 1.3.6.1.4.1.12740.25.1.1.1.7
This field specifies the Storage Container *logical* limit in MB. There is no default. It should be larger than the physical size, as configured for this Storage Container.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned64  

eqlStorageContainerStatisticsTable 1.3.6.1.4.1.12740.25.1.2
EqualLogic-Dynamic StorageContainerStatisticsTable. This table contains the statistics of the storage containers within an EQL group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlStorageContainerStatisticsEntry

eqlStorageContainerStatisticsEntry 1.3.6.1.4.1.12740.25.1.2.1
An entry (row) containing Storage Container statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlStorageContainerStatisticsEntry  

eqlStorageContainerStatisticsLogicalUsed 1.3.6.1.4.1.12740.25.1.2.1.1
This field specifies how many MB of Logical Space is is allocated from this Storage Container. This is a dynamic value, it is not Administrator settable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

eqlStorageContainerStatisticsLogicalFree 1.3.6.1.4.1.12740.25.1.2.1.2
This field specifies how many MB of Logical Space is free within this Storage Container. This is a dynamic value, it is not Administrator settable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

eqlStorageContainerStatisticsPhysicalUsed 1.3.6.1.4.1.12740.25.1.2.1.3
This field specifies how many MB of Physical Space is allocated from this Storage Container. This is a dynamic value, it is not Administrator settable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

eqlStorageContainerStatisticsPhysicalFree 1.3.6.1.4.1.12740.25.1.2.1.4
This field specifies how many MB of Physical Space is free within this Storage Container. This is a dynamic value, it is not Administrator settable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

eqlStorageContainerStatisticsThinProvFree 1.3.6.1.4.1.12740.25.1.2.1.5
This field specifies how many MB of the Thin Provision Reserved Physical Space is free within this Storage Container. This is a dynamic value, it is not Administrator setable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

eqlStorageContainerStatisticsVvolsBound 1.3.6.1.4.1.12740.25.1.2.1.6
The value of this object represents number of vvols within the storage container that are bound.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eqlStorageContainerStatisticsSVCount 1.3.6.1.4.1.12740.25.1.2.1.7
The value of this object represents number of shared volumes for this storage container.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eqlStorageContainerStatisticsSVSCount 1.3.6.1.4.1.12740.25.1.2.1.8
The value of this object represents number of shared volume sets for this storage container.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eqlStorageContainerStatisticsThinProvisioned 1.3.6.1.4.1.12740.25.1.2.1.9
Are the buckets in this Storage Container thin-provisioned.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

eqlStorageContainerStatisticsVvolsOnline 1.3.6.1.4.1.12740.25.1.2.1.10
The value of this object represents number of vvols within the storage container that are online.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eqlStorageBucketTable 1.3.6.1.4.1.12740.25.1.3
EqualLogic-Persistent StorageBucket Table. This table contains a list of Storage Buckets in a group and their attributes. TimeoutCreate:60 TimeoutDelete:60
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlStorageBucketEntry

eqlStorageBucketEntry 1.3.6.1.4.1.12740.25.1.3.1
An entry (row) containing Storage Bucket info.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlStorageBucketEntry  

eqlStorageBucketIndex 1.3.6.1.4.1.12740.25.1.3.1.1
This field specifies a unique index for identifying a Storage Bucket.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

eqlStorageBucketRowStatus 1.3.6.1.4.1.12740.25.1.3.1.2
This field is used to indicate the status of this entry i.e. whether the entry is active or not.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

eqlStorageBucketName 1.3.6.1.4.1.12740.25.1.3.1.3
This field specifies a user friendly name for a Storage Bucket. 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. There is no default.
Status: current Access: read-create
OBJECT-TYPE    
  UTFString Size(1..64)  

eqlStorageBucketLookupName 1.3.6.1.4.1.12740.25.1.3.1.4
EQL-SECONDARY-KEY This field specifies a string-prepped version of the Storage Bucket name, used for lookups. 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. There is no default.
Status: current Access: read-only
OBJECT-TYPE    
  UTFString Size(1..64)  

eqlStorageBucketUuid 1.3.6.1.4.1.12740.25.1.3.1.5
This is the unique identifier for the Storage Bucket, used in interacting with IOM.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

eqlStorageBucketPhysicalSize 1.3.6.1.4.1.12740.25.1.3.1.6
This field specifies the Storage Bucket *physical* size in MB. There is no default. It will be rounded up to the nearest increment of one page (15MB). It should be smaller than the logical size, as configured for this Storage Bucket.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned64  

eqlStorageBucketThinProvision 1.3.6.1.4.1.12740.25.1.3.1.7
This field specifies if the StorageBucket is enabled for Thin Provisioning.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

eqlStorageBucketThinMinReserve 1.3.6.1.4.1.12740.25.1.3.1.8
This field specifies the amount of pool free space that is currently reserved for this Thin Provisioned StorageBucket configured as a percentage of eqlStorageBucketPhysicalSize.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

eqlStorageBucketThinMaxGrow 1.3.6.1.4.1.12740.25.1.3.1.9
This field specifies the amount of pool space that the storage bucket can grow to within the pool. This field is configured as a percentage of eqlStorageBucketPhysicalSize.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

eqlStorageBucketFreeWarnPercentage 1.3.6.1.4.1.12740.25.1.3.1.10
This field is configured as a percentage of the eqlStorageBucketPhysicalSize for thick provisioned volumes, but as a percentage of eqlStorageBucketThinMaxGrow for thin provisioned volumes. It is expected that IOM will raise a warning when the bucket's free space reaches this value. For thin provisioned volumes, it is expected that if the bucket's containing pool reaches this threshold (in terms of free pages) the warning will also be issued.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

eqlParentStorageContainerPointer 1.3.6.1.4.1.12740.25.1.3.1.11
This field specifies the row in the Storage Container table of the parent Storage Container for this Storage Bucket. If this value is null then the Storage Bucket is unassigned.
Status: current Access: read-create
OBJECT-TYPE    
  EQL2PartRowPointerStr  

eqlParentStoragePoolIndex 1.3.6.1.4.1.12740.25.1.3.1.12
This field specifies the index of the Storage Pool in which the bucket is placed.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

eqlStorageBucketDynamicConfigTable 1.3.6.1.4.1.12740.25.1.4
EqualLogic-Persistent Table for storing in database the Storage Bucket attributes that can independently change. This table is owned by MgmtExec, and is read/written upon request of IOM.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlStorageBucketDynamicConfigEntry

eqlStorageBucketDynamicConfigEntry 1.3.6.1.4.1.12740.25.1.4.1
An entry (row) containing status for Storage Bucket dynamic config. The values in this table are not user configurable.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlStorageBucketDynamicConfigEntry  

eqlStorageBucketDynamicReservePages 1.3.6.1.4.1.12740.25.1.4.1.1
This field specifies the amount of pool space that is currently reserved for this Storage Bucket. It is valid for both thick and thin provisioned buckets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

eqlStorageBucketFreeWarnInUsePageCount 1.3.6.1.4.1.12740.25.1.4.1.2
This field specifies the number of Storage Bucket pages that were in use when the last free-warn event for the bucket was received from IOM. It is valid for both thick and thin provisioned buckets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

eqlStorageBucketMaxResvInUsePageCount 1.3.6.1.4.1.12740.25.1.4.1.3
This field specifies the number of Storage Bucket pages that were in use when the last max-resv event for the bucket was received from IOM. It is valid for both thick and thin provisioned buckets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

eqlStorageBucketFreeWarnThresholdPageCount 1.3.6.1.4.1.12740.25.1.4.1.4
This field holds the value of the free-warn-threshold page count as it was set when the last free-warn event for the bucket was received from IOM. It is valid for both thick and thin provisioned buckets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

eqlStorageBucketStatisticsTable 1.3.6.1.4.1.12740.25.1.5
EqualLogic-Dynamic Storage StorageBucketStatisticsTable. This table contains the statistics of the storage buckets within a group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EqlStorageBucketStatisticsEntry

eqlStorageBucketStatisticsEntry 1.3.6.1.4.1.12740.25.1.5.1
An entry (row) containing Storage Bucket statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  EqlStorageBucketStatisticsEntry  

eqlStorageBucketStatisticsPhysicalUsed 1.3.6.1.4.1.12740.25.1.5.1.1
This field specifies how many MB of Physical Space is allocated from this Storage Bucket. This is a dynamic value, it is not Administrator settable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

eqlStorageBucketStatisticsPhysicalFree 1.3.6.1.4.1.12740.25.1.5.1.2
This field specifies how many MB of Physical Space is free within this Storage Bucket. This is a dynamic value, it is not Administrator settable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

eqlStorageBucketStatisticsThinProvFree 1.3.6.1.4.1.12740.25.1.5.1.3
This field specifies how many MB of the Thin Provision Minimum Reserve Physical Space is free within this Storage Bucket. This is a dynamic value, it is not Administrator settable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned64  

eqlStorageBucketStatisticsVvolsBound 1.3.6.1.4.1.12740.25.1.5.1.4
The value of this object represents number of vvols within the storage container that are bound.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eqlStorageBucketStatisticsSVCount 1.3.6.1.4.1.12740.25.1.5.1.5
The value of this object represents number of shared volumes for this storage bucket.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eqlStorageBucketStatisticsSVSCount 1.3.6.1.4.1.12740.25.1.5.1.6
The value of this object represents number of shared volume sets for this storage bucket.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eqlStorageBucketStatisticsVvolsOnline 1.3.6.1.4.1.12740.25.1.5.1.7
The value of this object represents number of vvols within the storage container that are online.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32