EQLVOLUME-MIB

MIB Reference — IPNetwork Monitor

All MIBsEQLVOLUME-MIB

Organization: EqualLogic Inc.

Last Updated: 2014-03-12

Category: Domain: Storage, Protocol: iSCSI, Vendor: Dell/DNOS, Vendor: EqualLogic/Dell

Description:

Dell EqualLogic iSCSI volume MIB providing comprehensive management of storage volumes, snapshots, and access controls.

Imported Objects

From EQLGROUP-MIB

UTFString
eqlGroupIdOBJECT-TYPE
eqlGroupTaskIndexOBJECT-TYPE
eqlLdapLoginAccessNameOBJECT-TYPE
eqlLdapLoginAccessTypeOBJECT-TYPE
eqlStorageGroupAdminAccountIndexOBJECT-TYPE

From EQLSTORAGEPOOL-MIB

eqlStoragePoolIndexOBJECT-TYPE

From EQUALLOGIC-SMI

equalLogicMODULE-IDENTITY

From INET-ADDRESS-MIB

InetAddress
InetAddressType

From SNMPv2-SMI

Counter32
Counter64
Gauge32
Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE
TimeTicks
Unsigned32
enterprises

From SNMPv2-TC

DateAndTime
DisplayString
RowPointer
RowStatus
TruthValue

What Is EQLVOLUME-MIB?

This is a Dell EqualLogic proprietary MIB providing comprehensive management of iSCSI storage volumes on PS Series arrays, including volumes, snapshots, and access controls. Administrators often load EQLVOLUME-MIB into a MIB Browser to explore its object tree interactively before scripting automated polling of iSCSI volumes. It exposes configuration and status data through an iSCSI volume table covering volume name, description, site, size, access type, administrative status, and reserved percentage, identified by a PSV (pool storage volume) ID. Its monitoring value is centered on storage capacity and volume software/service status, letting administrators track volume administrative state, size, and reserve utilization, which are key indicators for storage capacity planning and volume availability rather than physical disk sensors. No dependency on another standard MIB is stated; it operates alongside Dell's other EqualLogic array MIBs to give a complete storage picture. It is deployed in Dell EqualLogic SAN environments to manage and monitor the iSCSI volumes presented to hosts.

IPNetwork Monitor allows you to monitor SNMP objects defined in EQLVOLUME-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

  • volume administrative status
  • volume size and reserved percentage
  • volume access type
  • volume row/provisioning status

Supported Devices

  • Dell EqualLogic PS Series iSCSI storage arrays

Monitoring Examples

An administrator would poll eqliscsiVolumeTable / eqliscsiVolumeEntry, checking eqliscsiVolumeAdminStatus to confirm a volume is online, and eqliscsiVolumeSize together with eqliscsiVolumeReservedPercentage to track how much of a volume's reserved capacity has been consumed. A volume showing an unexpected eqliscsiVolumeAccessType or a stalled eqliscsiVolumeRowStatus after a provisioning change would indicate an access-control misconfiguration or an incomplete volume creation, both of which eqliscsiNotifications could also flag proactively.

OIDs
OID symbolicOID numericTypeAccessDescription
eqliscsiModule1.3.6.1.4.1.12740.5Storage Array volume information Copyright (c) 2004-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.
eqliscsiObjects1.3.6.1.4.1.12740.5.1
eqliscsiTarget1.3.6.1.4.1.12740.5.1.7
eqliscsiVolumeTable1.3.6.1.4.1.12740.5.1.7.1not-accessibleEqualLogic-Persistent Storage Volume Table. This table contains a list of volumes in a group and their attributes. TimeoutCreate:60 TimeoutDelete:60
eqliscsiVolumeEntry1.3.6.1.4.1.12740.5.1.7.1.1not-accessibleAn entry (row) containing volume info.
U32 eqliscsiVolumeIndex1.3.6.1.4.1.12740.5.1.7.1.1.1Unsigned32not-accessibleThis field specifies a unique index for identifing a volume.
ROW eqliscsiVolumeRowStatus1.3.6.1.4.1.12740.5.1.7.1.1.2RowStatusread-createThis field is used indicate the status of this entry.
OCT eqliscsiVolumePsvId1.3.6.1.4.1.12740.5.1.7.1.1.3OCTET STRINGread-onlyEQL-SECONDARY-KEY This field is for internal use only.
STR eqliscsiVolumeName1.3.6.1.4.1.12740.5.1.7.1.1.4UTFStringread-createEQL-SECONDARY-KEY This field specifies a user friendly name for a volume. 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.
OCT eqliscsiVolumeSite1.3.6.1.4.1.12740.5.1.7.1.1.5OCTET STRINGread-createThis field specifies the site where the volume resides. Sites are defined on a per array basis. Sites are used to define where primary and secondary copies of volume mirror reside. The default is the default site. This means that the location of the volume is unrestricted.
STR eqliscsiVolumeDescription1.3.6.1.4.1.12740.5.1.7.1.1.6UTFStringread-createThis field specifies a descriptive string that provides details about the volume. The description can be up to 128 characters. There is no default value.
INT eqliscsiVolumeAccessType1.3.6.1.4.1.12740.5.1.7.1.1.7INTEGERread-createThis field specifies access rights for the volume. The volume can be either read-write or read-only. The default is read-write.
I32 eqliscsiVolumeSize1.3.6.1.4.1.12740.5.1.7.1.1.8Integer32read-createThis field specifies the volume size in MB. There is no default. Note: Volume size is round to a multiple of 15MB. For thin provisioned volumes this value represents the advertized size of the volume and eqliscsiVolumeMinThinReserve represents the actual reserved size.
INT eqliscsiVolumeAdminStatus1.3.6.1.4.1.12740.5.1.7.1.1.9INTEGERread-createThis field specifies if the volume is set to online or offline by the administrator. If a volume is offline, it cannot be accessed by iscsi initiators. When lost blocks that belong to a particular volume are found, the operational status of the volume is set to not-available-due-to-lost-cached-blocks. When the volume is in this state, If the user chooses to ignore the lost blocks by setting the volume status to online, the admin status is automatically set to online-lost-cached-blocks by the subsystem. The online-lost-cached-blocks state of admin status conveys the fact that user acknowledged and acted up on the lost-blocks state of the volume. Upon reboot, when the subsystem finds a volume with adminstatus as online-lost-cached-blocks , it sets the oper status to online instead of not-available-due-to-lost-cached-blocks as the user already acknowledged the lost-blocks and choose to ignore them.
I32 eqliscsiVolumeReservedPercentage1.3.6.1.4.1.12740.5.1.7.1.1.10Integer32read-createThis field specifies what percentage of the volumesize will be reserved for SnapShots. This space is reserved in addition to the space reserved for the volume. The default is 100 percent.
I32 eqliscsiVolumeSnapWarningLevel1.3.6.1.4.1.12740.5.1.7.1.1.11Integer32read-createThis field specifies when to warn the Administrator that the space reserved for SnapShots. The warning is sent when the SnapShot Space available drops below the specified percentage. The default is 20 percent.
INT eqliscsiVolumeSnapDeletionPolicy1.3.6.1.4.1.12740.5.1.7.1.1.12INTEGERread-createThis field specifies what should happen when the space reserved for SnapShots is exhuasted. The default is delete-oldest SnapShots.
INT eqliscsiVolumeAutoloadBalancing1.3.6.1.4.1.12740.5.1.7.1.1.13INTEGERread-createThis field specifies whether or not the volume should be load balanced across multiple arrays. The default is load balancing is enabled.
OCT eqliscsiVolumeTargetAlias1.3.6.1.4.1.12740.5.1.7.1.1.14OCTET STRINGread-createThis field specifies the iSCSI alias used for the volume. This field defaults to the volume name.
OCT eqliscsiVolumeTargetIscsiName1.3.6.1.4.1.12740.5.1.7.1.1.15OCTET STRINGread-createEQL-SECONDARY-KEY This field specifies the iSCSI target name for the volume. This name is auto-generated, though users can override the name.
U32 eqliscsiVolumeNodeIndex1.3.6.1.4.1.12740.5.1.7.1.1.16Unsigned32read-onlyEQL-SECONDARY-KEY The arbitrary integer used to uniquely identify this particular node within the ISCSI mibs. Instances of objects in those MIBS that are related to this iSCSI target will have this value of iscsiNodeIndex
T/F eqliscsiVolumeHdrDigests1.3.6.1.4.1.12740.5.1.7.1.1.17TruthValueread-writeAn object used by the manager to enable the use of iSCSI header digests for this volume. When set to 'true' the iSCSI implementation will negotiate the use of header digests with initiators. By default this feature will be turned off
T/F eqliscsiVolumeDataDigests1.3.6.1.4.1.12740.5.1.7.1.1.18TruthValueread-writeAn object used by the manager to enable the use of iSCSI data digests for this volume.When set to 'true' the iSCSI implementation will negotiate the use of data digests with initiators. By default this feature will be turned off
OCT eqliscsiVolumeCloneSrcPsvId1.3.6.1.4.1.12740.5.1.7.1.1.19OCTET STRINGread-createIf non-empty, then this volume is a clone of another volume and is waiting for the data to be copied to it. This field is the PsvId of the source volume. If value of this field is the empty string then this volume is not a clone, OR is a clone already populated with the source data.
INT eqliscsiVolumeReplService1.3.6.1.4.1.12740.5.1.7.1.1.20INTEGERread-writeSpecifies the type of replication services that are provisioned on the related volume. A volume may either be a replica, a primary copy, a replication control target, or nothing at all. Regular replicasets on secondary site can be promoted to failover volumes.
INT eqliscsiVolumeMultInitiator1.3.6.1.4.1.12740.5.1.7.1.1.21INTEGERread-writeSpecifies if the access from multiple initiators is allowed for the volume.
U32 eqliscsiVolumeStoragePoolIndex1.3.6.1.4.1.12740.5.1.7.1.1.22Unsigned32read-createThis field specifies a unique index for identifying a storage pool. Thin clones get their pool index from the parent template.
U32 eqliscsiVolumeStoragePoolSourceIndex1.3.6.1.4.1.12740.5.1.7.1.1.23Unsigned32read-writeThis field specifies the source storage pool for the volume. If non-zero, the volume is currently being moved from the indicated source pool to the target pool (eqliscsiVolumeStoragePoolIndex).
U32 eqliscsiVolumeTargetLocalMemberId1.3.6.1.4.1.12740.5.1.7.1.1.24Unsigned32read-writeThis field specifies the first part of a unique index for identifing an iSCSI target.
U32 eqliscsiVolumeTargetIndex1.3.6.1.4.1.12740.5.1.7.1.1.25Unsigned32read-writeThis field specifies the second part of a unique index for identifing an iSCSI target.
T/F eqliscsiVolumeThinProvision1.3.6.1.4.1.12740.5.1.7.1.1.26TruthValueread-createThis field specifies if the Volume is enabled for Thin Provisioning.
U32 eqliscsiVolumeMinThinReserve1.3.6.1.4.1.12740.5.1.7.1.1.27Unsigned32read-createThis field specifies the amount of pool free space that is currently reserved for this Thin Provisioned Volume configured as percentage of eqliscsiVolumeSize.
U32 eqliscsiVolumeThinWarnPercentage1.3.6.1.4.1.12740.5.1.7.1.1.28Unsigned32read-createThis field specifies the percentage of Advertised Size for which we send a WARNING Message when the Allocated Volume Size reaches it. Default value is eqlGroupDefaultThinWarn.
U32 eqliscsiVolumeThinMaxGrowPercentage1.3.6.1.4.1.12740.5.1.7.1.1.29Unsigned32read-createThis field specifies the percentage of Advertised Volume Size for which we take the volume offline when the Allocated Volume Size reaches it. Default value is eqlGroupDefaultThinMaxGrow.
T/F eqliscsiVolumeShrinkAutoAdjust1.3.6.1.4.1.12740.5.1.7.1.1.30TruthValueread-createThis field specifies whether snap-reserve should be adjusted automatically when shrinking or growing a volume. Default value is true. Example 1: If volume size is 1500MB, snap-reserve is 100%(1500MB) and snap-reserve used is 100%(1500MB), when shrinking volume to 750MB, snap-reserve will be automatically adjusted to 200%(1500MB) so that none of the snapshots will be lost. Example 2: If volume size is 1500MB, snap-reserve is 200%(3000MB) and snap-reserve used is 50%(750MB), when shrinking volume to 750MB, snap-reserve will be left at 200%(1500MB) even if auto adjust is set to true because the reserve 200%(1500MB) is greater than snap reserve used 750MB.
C64 eqliscsiVolumeReplRollbackSeqNum1.3.6.1.4.1.12740.5.1.7.1.1.31Counter64read-onlyThis field specifies the seq number of snap from which this volume was rolled back as part of demote or as part of replicaset rollback.
INT eqliscsiVolumeThinWarnMode1.3.6.1.4.1.12740.5.1.7.1.1.32INTEGERread-createSpecifies if the way Thin Provisioning feature will implement the Warning Threasholds. If 'warnWithOffline', the user will receive event warnings as they hit the Warning Threshold. When the user hits the MaxGrow Threshold, the volume will be taken offline. If 'warnWithIscsi', the user will recieve event warnings as they hit the Warning Threshold as well as an iSCSI WARNING on all writes that would cause a page allocation. When the user hits the MaxGrow Threshold, they will receive a Warning Event and an iSCSI WRITE ERROR on all writes that would have cause a page allocation. If 'warnWithOfflineForced' is set, this variable cannot be modified by an initiator. System will have the same behavior as warnWithOffline. This value has been deprecated. If 'warnWithSoftOnly' is set, the user will receive a check condtion when the volume passes the in-use warn limit. If 'warnWithHardOnly' is set, the user will receive no check condition when the volume passes the in-use warn limit, but the volume will reamain online once it passes the MaxGrow threshold.
BIT eqliscsiVolumeFlags1.3.6.1.4.1.12740.5.1.7.1.1.33Bitsread-createThis field defines the common place holder for Volume operational flags.
T/F eqliscsiVolumeTemplate1.3.6.1.4.1.12740.5.1.7.1.1.34TruthValueread-createThis field specifies if the Volume is a Template Volume.
T/F eqliscsiVolumeThinClone1.3.6.1.4.1.12740.5.1.7.1.1.35TruthValueread-createThis field specifies if the Volume is a Thin Clone Volume.
U32 eqliscsiVolumeThinCloneParentMemberId1.3.6.1.4.1.12740.5.1.7.1.1.36Unsigned32read-createIf the entry has indicated that this is a Thin Clone Volume, then this field will specify the Parent Index's MemberId.
U32 eqliscsiVolumeThinCloneParentVolIndex1.3.6.1.4.1.12740.5.1.7.1.1.37Unsigned32read-createIf the entry has indicated that this is a Thin Clone Volume, then this field will specify the Parent Index's VolumeIndex.
OCT eqliscsiVolumeThinCloneParentPsvId1.3.6.1.4.1.12740.5.1.7.1.1.38OCTET STRINGread-createIf non-empty, then this volume is a Thin Clone of a Template Volume. This field is the PsvId of the Template Volume.
U32 eqliscsiVolumeAdminAccountKey1.3.6.1.4.1.12740.5.1.7.1.1.39Unsigned32read-createThis field specifies the unique key for identifying a volume administrator that owns this volume. If no account has this value as its eqlStorageGroupAdminAccountKey, then the volume is unassigned.
INT eqliscsiVolumeSCSIQErr1.3.6.1.4.1.12740.5.1.7.1.1.40INTEGERread-createThis description is from T10/1799D sbc-3 rev 19. The following quote is from section 7.4.6 Control mode page. The queue error management (QERR) field specifies how the device server shall handle other tasks when one task is terminated with CHECK CONDITION status (see SAM-3). The task set type (see the TST field definition in this subclause) defines which other tasks are affected. If the TST field equals 000b, then all tasks from all I_T nexuses are affected. If the TST field equals 001b, then only tasks from the same I_T nexus as the task that is terminated with CHECK CONDITION status are affected. Note that the volume's QErr mask is kept in the lower 4 bits and all snapshots QErr mask is kept in the next 4 bits
STA eqliscsiVolumeBorrow1.3.6.1.4.1.12740.5.1.7.1.1.41StatusAutoDefaultread-createThis field specifies if this Volume is allowed to borrow. All the volumes including replica sets created in V6.0.0 have this MIB variable set to 'enabled' although V6.0.0 doesn't support delegated space borrowing yet.
INT eqliscsiVolumeSectorSize1.3.6.1.4.1.12740.5.1.7.1.1.42INTEGERread-createThis field specifies, in bytes, the sector size of this volume.
eqliscsiSnapshotTable1.3.6.1.4.1.12740.5.1.7.2not-accessibleEqualLogic-Persistent Storage Volume Snap Shot Table TimeoutCreate:60 TimeoutDelete:60
eqliscsiSnapshotEntry1.3.6.1.4.1.12740.5.1.7.2.1not-accessibleAn entry (row) containing snap shot info.
U32 eqliscsiSnapshotIndex1.3.6.1.4.1.12740.5.1.7.2.1.1Unsigned32not-accessibleThis field specifies a unique index which identifies a volume SnapShot.
ROW eqliscsiSnapshotRowStatus1.3.6.1.4.1.12740.5.1.7.2.1.2RowStatusread-createThe rowstatus....
OCT eqliscsiSnapshotPsvId1.3.6.1.4.1.12740.5.1.7.2.1.3OCTET STRINGread-onlyEQL-SECONDARY-KEY This field contains an internal key for identifing a SnapShot.
OCT eqliscsiSnapshotBasePsvId1.3.6.1.4.1.12740.5.1.7.2.1.4OCTET STRINGread-onlyEQL-SECONDARY-KEY This field contains an internal key which identifies the volume the SnapShot is associated with.
OCT eqliscsiSnapshotName1.3.6.1.4.1.12740.5.1.7.2.1.5OCTET STRINGread-createThis field specifies the friendly name used to identify a SnapShot. The name is auto-generated based on the volume name, though it can be overriden by the administrator.
INT eqliscsiSnapshotAccessType1.3.6.1.4.1.12740.5.1.7.2.1.6INTEGERread-createThis field specifies the access type for a SnapShot. The valid access types are read-write and read-only. The default access type is read-write.
I32 eqliscsiSnapshotSize1.3.6.1.4.1.12740.5.1.7.2.1.7Integer32read-onlyThis field specifies the amount of space in MB a SnapShot consumes. Note: Deleting the SnapShot is not guaranteed to return the space specified, since a single block can be associated with multiple SnapShots. This value is dynamic.
INT eqliscsiSnapshotAdminStatus1.3.6.1.4.1.12740.5.1.7.2.1.8INTEGERread-createThis field specifies whether a SnapShot is online or not. In order for an iSCSI initiator to access a snapshot it must be online. The default is offline.
C32 eqliscsiSnapshotTimestamp1.3.6.1.4.1.12740.5.1.7.2.1.9Counter32read-onlyEQL-SECONDARY-KEY This field specifies the creation time for volume. Time is represented as the time in seconds since 00:00:00 UTC, 1970-01-01.
OCT eqliscsiSnapshotScheduleName1.3.6.1.4.1.12740.5.1.7.2.1.10OCTET STRINGread-onlyThis field specifies the schedule used for SnapShots. The SnapShot schedule is configured independently and then applied to individual volumes. The default is no schedule is set.
T/F eqliscsiSnapshotRollBack1.3.6.1.4.1.12740.5.1.7.2.1.11TruthValueread-createThis field specifies whether or not to roll a SnapShot back to a specified SnapShot. This shouldn't be a TruthValue, instead it should be the SnapShot number to roll back to. There is no default.
OCT eqliscsiSnapshotTargetAlias1.3.6.1.4.1.12740.5.1.7.2.1.12OCTET STRINGread-createThis field specifies what iSCSI alias will be used to identify the SnapShot. The alias is autogenerated by default, though it can be overriden.
OCT eqliscsiSnapshotTargetIscsiName1.3.6.1.4.1.12740.5.1.7.2.1.13OCTET STRINGread-createEQL-SECONDARY-KEY This field specifies what iSCSI name will be used to identify the SnapShot. The name is autogenerated by default, though it can be overriden.
I32 eqliscsiSnapshotScheduleIndex1.3.6.1.4.1.12740.5.1.7.2.1.14Integer32read-onlyEQL-SECONDARY-KEY This field specifies the index of the snapshot policy if it is created by a snapshotpolicy, otherwise it will be set to zero. If the policy is deleted after the snapshot is created, this will be reset back to zero by the subsystem.
STR eqliscsiSnapshotDescription1.3.6.1.4.1.12740.5.1.7.2.1.15UTFStringread-createThis field specifies a descriptive string that administrator can add to provide details about the snapshot.
U32 eqliscsiSnapshotNodeIndex1.3.6.1.4.1.12740.5.1.7.2.1.16Unsigned32read-onlyEQL-SECONDARY-KEY The arbitrary integer used to uniquely identify this particular node within the ISCSI mibs. Instances of objects in those MIBS that are related to this iSCSI target will have this value of iscsiNodeIndex
SIT eqliscsiSnapshotReplicated1.3.6.1.4.1.12740.5.1.7.2.1.17SiteIndexOrZeroread-createWhen a row is created with this object set to a non zero value, and a replication relationship has been configured for the base volume, the snapshot will be queued to be replicated to the remote location indicated by the corresponing value of site index in the site table The value for this object cannot be changed to zero once the snapshot is created.
INT eqliscsiSnapshotType1.3.6.1.4.1.12740.5.1.7.2.1.18INTEGERread-onlySpecifies the type of snapshot. Snapshot is of type of replica-site when the parent volume is of type replica-site.
INT eqliscsiSnapshotCollectionIndex1.3.6.1.4.1.12740.5.1.7.2.1.19INTEGERread-onlyThe eqliscsiSnapCollectionIndex if this snap is part of a group. Otherwise the value will be set to zero.
U32 eqliscsiSnapshotStoragePoolIndex1.3.6.1.4.1.12740.5.1.7.2.1.20Unsigned32read-createThis field specifies a unique index for identifying a storage pool.
U32 eqliscsiSnapshotTargetLocalMemberId1.3.6.1.4.1.12740.5.1.7.2.1.21Unsigned32read-writeThis field specifies the first part of a unique index for identifing an iSCSI target.
U32 eqliscsiSnapshotTargetIndex1.3.6.1.4.1.12740.5.1.7.2.1.22Unsigned32read-writeThis field specifies the second part of a unique index for identifing an iSCSI target.
INT eqliscsiSnapshotMultInitiator1.3.6.1.4.1.12740.5.1.7.2.1.23INTEGERread-writeSpecifies if the access from multiple initiators is allowed for the snapshot.
BIT eqliscsiSnapshotFlags1.3.6.1.4.1.12740.5.1.7.2.1.24Bitsread-createThis field defines the common place holder for Snapshot operational flags. The flags must be of type enable(1) or disable(0), and the default will always be disable(0).
U32 eqliscsiSnapshotCompressionDelay1.3.6.1.4.1.12740.5.1.7.2.1.25Unsigned32read-writeThe minimum amount of time (minutes) to wait before allowing this snapshot to be compressed.
U32 eqliscsiSnapshotLifeExpectancy1.3.6.1.4.1.12740.5.1.7.2.1.26Unsigned32read-writeThe amount of time (minutes) this snapshot is estimated to be around.
eqliscsiVolumeMemberTable1.3.6.1.4.1.12740.5.1.7.3not-accessibleEqualLogic-Dynamic Volume Member Table
eqliscsiVolumeMemberEntry1.3.6.1.4.1.12740.5.1.7.3.1not-accessibleAn entry (row) containing volume member info.
I32 eqliscsiVolumeMemberIndex1.3.6.1.4.1.12740.5.1.7.3.1.1Integer32not-accessibleThis field specifies the index for the Member Volume table.
I32 eqliscsiVolumeMemberPssId1.3.6.1.4.1.12740.5.1.7.3.1.2Integer32read-onlyEQL-SECONDARY-KEY This field contains the internal id for the Member which hosts a slice of the volume.
I32 eqliscsiVolumeMemberShareOfVolume1.3.6.1.4.1.12740.5.1.7.3.1.3Integer32read-onlyThis field contains storage allocated to the volume on the specified member. The storage is specified in MBs.
eqliscsiVolumeInitiatorsTable1.3.6.1.4.1.12740.5.1.7.4not-accessibleThis table is used to gather information about the iSCSI Initiators connected to a specified volume.
eqliscsiVolumeInitiatorsEntry1.3.6.1.4.1.12740.5.1.7.4.1not-accessibleAn entry (row) containing Initiator data.
I32 eqliscsiVolumeInitiatorsIndex1.3.6.1.4.1.12740.5.1.7.4.1.1Integer32not-accessibleThis field specifies the index to the Volume Initiator table. The list is created from the iSCSI Initiators connected to a volume.
OCT eqliscsiVolumeInitiatorsName1.3.6.1.4.1.12740.5.1.7.4.1.2OCTET STRINGread-onlyThis field specifies the name of the iSCSI Initiator accessing this volume.
eqliscsiVolumeSnapshotPolicyTable1.3.6.1.4.1.12740.5.1.7.5not-accessibleEqualLogic-Persistent Storage SnapSnot Policy Table.
eqliscsiVolumeSnapshotPolicyEntry1.3.6.1.4.1.12740.5.1.7.5.1not-accessibleAn entry (row) containing snapshot scheduling policy information.The policy determines when to create snapshot(s) of a volume.
I32 eqliscsiVolumeSnapshotPolicyIndex1.3.6.1.4.1.12740.5.1.7.5.1.1Integer32not-accessibleThis value uniquely identifies the snapshot policies for a volume.
ROW eqliscsiVolumeSnapshotPolicyRowStatus1.3.6.1.4.1.12740.5.1.7.5.1.2RowStatusread-createThis value is used to manage the conceptual row.
OCT eqliscsiVolumeSnapshotPolicyName1.3.6.1.4.1.12740.5.1.7.5.1.3OCTET STRINGread-createThis value specifies user friendly name for the policy. It is unique within the context of a volume. Spaces are not allowed.
INT eqliscsiVolumeSnapshotPolicyAccessType1.3.6.1.4.1.12740.5.1.7.5.1.4INTEGERread-createSnapshots created using this policy will have accesstype same as the value of this object.
INT eqliscsiVolumeSnapshotPolicyStatus1.3.6.1.4.1.12740.5.1.7.5.1.5INTEGERread-createSnapshots created using this policy will have status same as the value of this object.
I32 eqliscsiVolumeSnapshotPolicyMaxKeep1.3.6.1.4.1.12740.5.1.7.5.1.6Integer32read-createThe value of this object determines the maximum no of snapshots created by this policy that can exist at a given time. When number of snapshots created by this policy reaches this value, for creating a new snapshot oldest snapshot created using this policy will be deleted. In a set operation, if the new value of this object is less than the old value, required number of oldest snapshots created by this policy will be deleted.
INT eqliscsiVolumeSnapshotPolicyType1.3.6.1.4.1.12740.5.1.7.5.1.7INTEGERread-createThe value of this object determines the basic type of this policy. Except when set to once, the effective repetition period of the policy is determined using the value of this object along with the value of eqliscsiVolumeSnapshotPolicyRepeatFactor. (See description of eqliscsiVolumeSnapshotPolicyRepeatFactor for more information.)
I32 eqliscsiVolumeSnapshotPolicyRepeatFactor1.3.6.1.4.1.12740.5.1.7.5.1.8Integer32read-createThe value of this object along with eqliscsiVolumeSnapshotPolicyType determines the effective repetition interval for this policy. The valid values are PolicyType RepeatFactor once 1 hourly 1 daily 1-2147483647 weekly 1-2147483647 monthly 1-2147483647 If the policy type is daily and the value of this object is 2, snapshots will be taken once in every 2 days.
I32 eqliscsiVolumeSnapshotPolicyStartTime1.3.6.1.4.1.12740.5.1.7.5.1.9Integer32read-createThe value of this object represents the time to start creating snapshot(s) within a day expressed as number of minutes from 12:00AM. The maximum value for this column is 24*60-1 which represents 11:59PM.
I32 eqliscsiVolumeSnapshotPolicyEndTime1.3.6.1.4.1.12740.5.1.7.5.1.10Integer32read-createThe value of this object represents the time to stop creating snapshot(s) within a day expressed as number of minutes from 12:00AM. The maximum value for this column is 24*60-1 which represents 11:59PM. If eqliscsiVolumeSnapshotPolicyType is once, the value of this column doesn't have any significance. If the value of this column is greater than start time, it represents end-time on the same day as start time. If the value is less than or equal to start time, it represents end-time on the next day of start time. This value doesnt have significance when frequency is set to zero. Endtime is exclusive when calculating no of snapshots. Example: StartTime EndTime Frequency NoofSnapshots 1320(10pm) 1380(11pm) 30mins 2 1320(10pm) 240(4am) 60mins 6 1320(10pm) 1320(10pm) 60mins 24 1320(10pm) 1319(9:59pm) 60mins 24 1320(10pm) - 0mins 1
I32 eqliscsiVolumeSnapshotPolicyTimeFrequency1.3.6.1.4.1.12740.5.1.7.5.1.11Integer32read-createThe value of this object determines how frequent snapshots must be taken between start time and end time. This value doesn't have significance when policy type is set to once. For other policytypes, the value of end time is exclusive. For example if starttime is 180 (3:00AM) and endtime is 240(4:00AM), when frequency is set to 30, snapshots will be created at 3:00AM, 3:30AM. If the value is zero, it represents invalid frequency and in such case, end time doesnt have significance.
I32 eqliscsiVolumeSnapshotPolicyStartDate1.3.6.1.4.1.12740.5.1.7.5.1.12Integer32read-createThe value of this object determines the date from which the policy will be active. By default, this is the policy creation date. The value is expressed as number of days since epoch.
I32 eqliscsiVolumeSnapshotPolicyEndDate1.3.6.1.4.1.12740.5.1.7.5.1.13Integer32read-createThe value of this object determines the date after which the policy will be inactive.It doesnt have significance when policy type is once. Default value is the mamixum value allowed. When set to maximum value, the policy will be active until it gets deleted. The value is expressed as number of days since epoch.
I32 eqliscsiVolumeSnapshotPolicyWeekMask1.3.6.1.4.1.12740.5.1.7.5.1.14Integer32read-createThe value of this column is significant only if policytype is set to weekly or monthly. When the value is 0x7fffffff, it represents a special meaning to the value of occurence. See the description for occurence below. The LSB to LSB+6 bits of the mask are significant. Each bit represents a day in the week with LSB being Mon and LSB+6 being Sun. If mask is 0x00000041 - snapshots will be created on Monday and Sunday. If mask is 0x0000007f - snapshots will be created on all weekdays which is effectively a daily policy. If mask is 0x0000001f, it represents week days.If mask is 0x00000060, it represents weekend days.
I32 eqliscsiVolumeSnapshotPolicyMonthMask1.3.6.1.4.1.12740.5.1.7.5.1.15Integer32read-createThe value of this column is currently not being used.
C32 eqliscsiVolumeSnapshotPolicyNextCreate1.3.6.1.4.1.12740.5.1.7.5.1.16Counter32read-onlyEQL-SECONDARY-KEY The value of this column represents number of seconds since epoch at which the next snapshot by this policy is going to be created.
I32 eqliscsiVolumeSnapshotPolicyOccurence1.3.6.1.4.1.12740.5.1.7.5.1.17Integer32read-createThe value of this column is significant only if the policy type is set to monthly. If weekmask is set to 0x7fffffff, the value of this column represents the occurence of a day with in a month. Example:If the value of this column is 5, it represents 5th day of the month. When the week mask is set to a value other than 0x7fffffff, the value of this column defines the occurence of a day as defined by weekmask. Example: When weekmask is set to 0x00000001 (Monday) and value of this column represents the following. Value Meaning 0x1 First monday of the month 0x2 Second monday of the month 0x3 Third monday of the month 0x4 Fourth monday of the month 0x7fffffff Last monday of the month
SIT eqliscsiVolumeSnapshotPolicyReplication1.3.6.1.4.1.12740.5.1.7.5.1.18SiteIndexOrZeroread-createWhen a row is created with this object set to a non-zero value, and a replication relationship has been configured for the base volume, the snapshots created will be queued to be replicated to the remote location as defined by the corresponding entry in the site table. The value for this object cannot be changed once the schedule is created.
INT eqliscsiVolumeSnapshotPolicyAdminStatus1.3.6.1.4.1.12740.5.1.7.5.1.19INTEGERread-createWhen disabled, the schedule will stop creating snapshots until re-enabled.
eqliscsiVolumeACLTable1.3.6.1.4.1.12740.5.1.7.6not-accessibleEqualLogic-Persistent-ReplicateOnCreate volume access table. This table contains a collection of volume access records. One table entry per access record. It is indexed by group id, volume, index and volume access record index. The number of entries equal to the number of volume access records specified by the user.
eqliscsiVolumeACLEntry1.3.6.1.4.1.12740.5.1.7.6.1not-accessibleAn entry (row) containing volume access parameters to this target.
I32 eqliscsiVolumeACLIndex1.3.6.1.4.1.12740.5.1.7.6.1.1Integer32not-accessibleThe index value that uniquely identifies the volume access record.
STR eqliscsiVolumeACLInitiatorName1.3.6.1.4.1.12740.5.1.7.6.1.2UTFStringread-createThe name of iscsi initiator permitted to access the volume. If the name is an empty string or * then any initiator is allowed to access.
IP eqliscsiVolumeACLInitiatorIpAddress1.3.6.1.4.1.12740.5.1.7.6.1.3IpAddressread-createThis field is deprecated and will be unsupported in the next release.
INT eqliscsiVolumeACLInitiatorAuthenticationMethod1.3.6.1.4.1.12740.5.1.7.6.1.4INTEGERread-createThe authentication method to be used for initiator authentication.
STR eqliscsiVolumeACLInitiatorUserName1.3.6.1.4.1.12740.5.1.7.6.1.5UTFStringread-createEQL-SECONDARY-KEY The user name to be used for initiator authentication if the authentication method is CHAP5 local or SRP local.
OCT eqliscsiVolumeACLInitiatorUserPassword1.3.6.1.4.1.12740.5.1.7.6.1.6OCTET STRINGread-createThe user name to be used for initiator authentication if the authentication method is CHAP5 local or SRP local
ACL eqliscsiVolumeACLTargetType1.3.6.1.4.1.12740.5.1.7.6.1.7ACLAppliesToread-createThe target type to be authenticated.
ROW eqliscsiVolumeACLRowStatus1.3.6.1.4.1.12740.5.1.7.6.1.8RowStatusread-createThe volume acl row status.
STR eqliscsiVolumeACLInitiatorUserName21.3.6.1.4.1.12740.5.1.7.6.1.9UTFStringread-createEQL-SECONDARY-KEY The 256 byte character name user name to be used for initiator authentication if the authentication method is CHAP5 local or SRP local. This field supercedes the deprecated 128 byte field that performed the same function.
INT eqliscsiVolumeACLAuthType1.3.6.1.4.1.12740.5.1.7.6.1.10INTEGERread-createThe authentication type used. Currently it is set only by vds and should be left alone by the PSA firmware and non-vds PSA configuration tools.
IP eqliscsiVolumeACLInitiatorIpWildcard1.3.6.1.4.1.12740.5.1.7.6.1.11IpAddressread-createThis field is deprecated and will be unsupported in the next release.
IPt eqliscsiVolumeACLInitiatorInetAddressType1.3.6.1.4.1.12740.5.1.7.6.1.12InetAddressTyperead-createThe ip address of the iscsi initiator permitted to access the volume in the form of x.x.x.number. If the number is zero then any ip address with the value from x.x.x.1 to x.x.x.255 is permitted to access the volume. If this variable is not set then any ip address will be permitted to access the volume.
IP eqliscsiVolumeACLInitiatorInetAddress1.3.6.1.4.1.12740.5.1.7.6.1.13InetAddressread-createThe ip address of the iscsi initiator permitted to access the volume in the form of x.x.x.number. If the number is zero then any ip address with the value from x.x.x.1 to x.x.x.255 is permitted to access the volume. If this variable is not set then any ip address will be permitted to access the volume.
IPt eqliscsiVolumeACLInitiatorInetWildcardType1.3.6.1.4.1.12740.5.1.7.6.1.14InetAddressTyperead-createThe wildcard mask defines which portion of eqliscsiVolumeACLInitiatorInetAddress that does not have to match for the initiator to be permitted access to the volume. The wildcard mask is expressed in the form x.x.x.x, where x is 255 or 0. When x is 255, then that portion of the initiator's ip address does have to match. When x is 0, then that portion of the initiator's ip address does not have to match the corresponding portion of eqliscsiVolumeACLInitiatorInetAddress. By default, the value of this variable is 255.255.255.255, which means the initiator's ip address must match exactly unless this variable is specified.
IP eqliscsiVolumeACLInitiatorInetWildcard1.3.6.1.4.1.12740.5.1.7.6.1.15InetAddressread-createThe wildcard mask defines which portion of eqliscsiVolumeACLInitiatorInetAddress that does not have to match for the initiator to be permitted access to the volume. The wildcard mask is expressed in the form x.x.x.x, where x is 255 or 0. When x is 255, then that portion of the initiator's ip address does have to match. When x is 0, then that portion of the initiator's ip address does not have to match the corresponding portion of eqliscsiVolumeACLInitiatorInetAddress. By default, the value of this variable is 255.255.255.255, which means the initiator's ip address must match exactly unless this variable is specified.
eqliscsiVolumeStatusTable1.3.6.1.4.1.12740.5.1.7.7not-accessibleEqualLogic-Dynamic Storage Volume Table. This table contains a list of volumes in a group and their stats.
eqliscsiVolumeStatusEntry1.3.6.1.4.1.12740.5.1.7.7.1not-accessibleAn entry (row) containing volume stats.
OCT eqliscsiVolumeStatusPsvId1.3.6.1.4.1.12740.5.1.7.7.1.1OCTET STRINGread-onlyThis field is for internal use only.
I32 eqliscsiVolumeStatusReservedSpace1.3.6.1.4.1.12740.5.1.7.7.1.2Integer32read-onlyThis field specifies how many MB of space is reserved for snapshots of this volume. This is a dynamic value, it is not Administrator setable.
I32 eqliscsiVolumeStatusReservedSpaceAvail1.3.6.1.4.1.12740.5.1.7.7.1.3Integer32read-onlyThis field specifies how many MB of reserved space that is unused by the snapshots.
I32 eqliscsiVolumeStatusActualMemberCount1.3.6.1.4.1.12740.5.1.7.7.1.4Integer32read-onlyThis field specifies the number of members this volume is spread across. It must be equal to number of rows in VolumeMemberTable for this volume.
I32 eqliscsiVolumeStatusNumSnapshots1.3.6.1.4.1.12740.5.1.7.7.1.5Integer32read-onlyIndicates the number of snapshots that the system is maintaining on the specified volume
DAT eqliscsiVolumeStatusCreationTime1.3.6.1.4.1.12740.5.1.7.7.1.6DateAndTimeread-onlyIndicates the local system time when the specified volume was created
INT eqliscsiVolumeStatusAvailable1.3.6.1.4.1.12740.5.1.7.7.1.7INTEGERread-onlyIndicates the local system time when the specified volume was created
INT eqliscsiVolumeStatusOperStatus1.3.6.1.4.1.12740.5.1.7.7.1.8INTEGERread-onlyThis field specifies the current operational status of the volume.
I32 eqliscsiVolumeStatusConnections1.3.6.1.4.1.12740.5.1.7.7.1.9Integer32read-onlyThe value of this object represents number of active iscsi connections to this volume. It MUST match with the number of rows for this particular iscsiNode in iscsiConnectionAttributesTable.
INT eqliscsiVolumeStatusLostRaidBlocksAction1.3.6.1.4.1.12740.5.1.7.7.1.10INTEGERread-writeThis field specifies what action administrator wants to take on lost raid blocks.
U32 eqliscsiVolumeStatusNumReplicas1.3.6.1.4.1.12740.5.1.7.7.1.11Unsigned32read-onlyThe value of this object represents the total number of replicas present for this volume across all replica sites. The value will match with the sum of values of eqliscsiVolumeReplNumReplicas that correspond to this volume.
U32 eqliscsiVolumeStatusReplReserveSpace1.3.6.1.4.1.12740.5.1.7.7.1.12Unsigned32read-onlyThe value of this object represents space reserved for this volume for replication purposes.
U32 eqliscsiVolumeStatusAllocatedSpace1.3.6.1.4.1.12740.5.1.7.7.1.13Unsigned32read-onlyThe value of this object represents the actual materialized pages for this volume.
U32 eqliscsiVolumeStatusReplResvInUse1.3.6.1.4.1.12740.5.1.7.7.1.14Unsigned32read-onlyThis field represents the amount of local replication reserve in use.
U32 eqliscsiVolumeStatusReplTxData1.3.6.1.4.1.12740.5.1.7.7.1.15Unsigned32read-onlyThis field represents the amount of data that will be transferred during next replication.
U32 eqliscsiVolumeStatusNumOnlineSnaps1.3.6.1.4.1.12740.5.1.7.7.1.16Unsigned32read-onlyThis field represents the number of online snapshots on this volume.
U32 eqliscsiVolumeStatusPagesSharedWithParent1.3.6.1.4.1.12740.5.1.7.7.1.17Unsigned32read-onlyThis field represents the number of pages the volume shares with its parent. Is NA for a non-thin clone volume
I32 eqliscsiVolumeStatusExternalConnections1.3.6.1.4.1.12740.5.1.7.7.1.18Integer32read-onlyThe value of this object represents number of active iscsi connections to this volume, not counting any extended copy sessions.
I32 eqliscsiVolumeStatusSpaceBorrowing1.3.6.1.4.1.12740.5.1.7.7.1.19Integer32read-onlyThis field specifies how many MB of space that this volume is borrowing.
INT eqliscsiVolumeStatusBorrow1.3.6.1.4.1.12740.5.1.7.7.1.20INTEGERread-onlyThis field specifies operational status of borrowing.
eqliscsiSnapshotStatusTable1.3.6.1.4.1.12740.5.1.7.8not-accessibleEqualLogic-Dynamic Storage Snapshot Table. This table contains a list of volumes in a group and their stats.
eqliscsiSnapshotStatusEntry1.3.6.1.4.1.12740.5.1.7.8.1not-accessibleAn entry (row) containing volume stats.
INT eqliscsiSnapshotStatusOperStatus1.3.6.1.4.1.12740.5.1.7.8.1.1INTEGERread-onlyThis field specifies the current operational status of the snapshot.
I32 eqliscsiSnapshotStatusConnections1.3.6.1.4.1.12740.5.1.7.8.1.2Integer32read-onlyThe value of this object represents number of active iscsi connections to this snapshot. It MUST match with the number of rows for this particular iscsiNode in iscsiConnectionAttributesTable.
INT eqliscsiSnapshotStatusLostRaidBlocksAction1.3.6.1.4.1.12740.5.1.7.8.1.10INTEGERread-writeThis field specifies what action administrator wants to take on lost raid blocks.
eqliscsiAdminGroup1.3.6.1.4.1.12740.5.1.7.9
U32 eqliscsiLocalMemberId1.3.6.1.4.1.12740.5.1.7.9.1Unsigned32read-onlyEqualLogic-Dynamic A number which uniquely identifies this instance of the Equallogic SNMP agent within the group. This number will the same as the corresponding MemberIndex for this array in the eqlMemberTable.
U32 eqliscsiLocalMemberIdLow1.3.6.1.4.1.12740.5.1.7.9.2Unsigned32read-onlyEqualLogic-Dynamic A number which uniquely identifies this instance of the Equallogic SNMP agent within the group. This number will the same as the corresponding MemberIndex for this array in the eqlMemberTable.
U32 eqliscsiLocalMemberIdHigh1.3.6.1.4.1.12740.5.1.7.9.3Unsigned32read-onlyEqualLogic-Dynamic A number which uniquely identifies this instance of the Equallogic SNMP agent within the group. This number will the same as the corresponding MemberIndex for this array in the eqlMemberTable.
eqliscsiVolumeAdminGroup1.3.6.1.4.1.12740.5.1.7.10
U32 eqliscsiLastVolumeIndex1.3.6.1.4.1.12740.5.1.7.10.1Unsigned32read-onlyEqualLogic-Dynamic This object represents the highest numeric index that any row in the eqliscsiVolumeTable has. An application can use this value to determine an index with which to create an additional row in that table without scanning the entire table for a usable index.
U32 eqliscsiVolumeIndexLow1.3.6.1.4.1.12740.5.1.7.10.2Unsigned32read-onlyEqualLogic-Dynamic This object represents the highest numeric index that any row in the eqliscsiVolumeTable has. An application can use this value to determine an index with which to create an additional row in that table without scanning the entire table for a usable index.
U32 eqliscsiVolumeIndexHigh1.3.6.1.4.1.12740.5.1.7.10.3Unsigned32read-onlyEqualLogic-Dynamic This object represents the highest numeric index that any row in the eqliscsiVolumeTable has. An application can use this value to determine an index with which to create an additional row in that table without scanning the entire table for a usable index.
U32 eqliscsiVolumeLowPsvId01.3.6.1.4.1.12740.5.1.7.10.4Unsigned32read-onlyEqualLogic-Dynamic first word of low volume PsvId
U32 eqliscsiVolumeLowPsvId11.3.6.1.4.1.12740.5.1.7.10.5Unsigned32read-onlyEqualLogic-Dynamic second word of low volume PsvId
U32 eqliscsiVolumeLowPsvId21.3.6.1.4.1.12740.5.1.7.10.6Unsigned32read-onlyEqualLogic-Dynamic third word of low volume PsvId
U32 eqliscsiVolumeLowPsvId31.3.6.1.4.1.12740.5.1.7.10.7Unsigned32read-onlyEqualLogic-Dynamic fourth word of low volume PsvId
U32 eqliscsiVolumeHighPsvId01.3.6.1.4.1.12740.5.1.7.10.8Unsigned32read-onlyEqualLogic-Dynamic first word of high volume PsvId
U32 eqliscsiVolumeHighPsvId11.3.6.1.4.1.12740.5.1.7.10.9Unsigned32read-onlyEqualLogic-Dynamic second word of high volume PsvId
U32 eqliscsiVolumeHighPsvId21.3.6.1.4.1.12740.5.1.7.10.10Unsigned32read-onlyEqualLogic-Dynamic third word of high volume PsvId
U32 eqliscsiVolumeHighPsvId31.3.6.1.4.1.12740.5.1.7.10.11Unsigned32read-onlyEqualLogic-Dynamic fourth word of high volume PsvId
eqliscsiSnapshotAdminGroup1.3.6.1.4.1.12740.5.1.7.11
U32 eqliscsiLastSnapshotIndex1.3.6.1.4.1.12740.5.1.7.11.1Unsigned32read-onlyEqualLogic-Dynamic This object represents the highest numeric index that any row in the eqliscsiSnapshotTable has. An application can use this value to determine an index with which to create an additional row in that table without scanning the entire table for a usable index.
eqliscsiVolumeAuthAttributesTable1.3.6.1.4.1.12740.5.1.7.12not-accessibleEqualLogic-Persistent A list of identities that the PSA uses to authenticate itself to initiators
eqliscsiVolumeAuthAttributesEntry1.3.6.1.4.1.12740.5.1.7.12.1not-accessibleAn entry (row) containing management information applicable to a particular target node's authorized initiator identity.
ROW eqliscsiVolumeAuthRowStatus1.3.6.1.4.1.12740.5.1.7.12.1.1RowStatusread-createThe status of the row.
NUM eqliscsiVolumeAuthIdentity1.3.6.1.4.1.12740.5.1.7.12.1.2RowPointerread-createA pointer to the corresponding IPS-AUTH MIB ipsAuthCredChapAttributesEntry that contains the chap credentials which this volume will use to authenticate itself to initiators requiring CHAP authentication
eqliscsiVolumeBindingTable1.3.6.1.4.1.12740.5.1.7.13not-accessibleEqualLogic-Persistent A table that specifies the specific members of the group that a particular volume may occupy
eqliscsiVolumeBindingEntry1.3.6.1.4.1.12740.5.1.7.13.1not-accessibleAn entry (row) containing a reference to a specific volume and a specific member where that volume's pages can exist.If no entry exists for a particular volume, the member page allocation will be determined by the system.
ROW eqliscsiVolumeBindingRowStatus1.3.6.1.4.1.12740.5.1.7.13.1.1RowStatusread-createThe status of the row.
eqliscsiVolumeReplSiteTable1.3.6.1.4.1.12740.5.1.7.14not-accessibleEqualLogic-Persistent
eqliscsiVolumeReplSiteEntry1.3.6.1.4.1.12740.5.1.7.14.1not-accessible
SIT eqliscsiVolumeReplSiteIndex1.3.6.1.4.1.12740.5.1.7.14.1.1SiteIndexnot-accessibleA unique 32 bit identifier for this row
ROW eqliscsiVolumeReplSiteRowStatus1.3.6.1.4.1.12740.5.1.7.14.1.2RowStatusread-createThe status of the row
STR eqliscsiVolumeReplSiteName1.3.6.1.4.1.12740.5.1.7.14.1.3DisplayStringread-createA concise, human readable string indentifier for the site, for example: Boston HQ
IP eqliscsiVolumeReplSiteIpAddr1.3.6.1.4.1.12740.5.1.7.14.1.4IpAddressread-createEQL-SECONDARY-KEY This field is deprecated and will be unsupported in the next release.
NUM eqliscsiVolumeReplSiteControlCredentials1.3.6.1.4.1.12740.5.1.7.14.1.5RowPointerread-createA pointer to the corresponding IPS-AUTH MIB ipsAuthCredChapAttributesEntry that contains the chap credentials which this PSA will use to authenticate itself to replica targets for management requiring operations.
OCT eqliscsiVolumeReplControlTargetIscsiName1.3.6.1.4.1.12740.5.1.7.14.1.6OCTET STRINGread-createThe iSCSI name of the group-wide target that is used to encapsulate replication control commands.
STR eqliscsiVolumeReplSiteSNMPContext1.3.6.1.4.1.12740.5.1.7.14.1.7DisplayStringread-createThe SNMP context that will be used by applications at the local site to browse MIBs on the remote site.
STR eqliscsiVolumeReplSiteContact1.3.6.1.4.1.12740.5.1.7.14.1.8DisplayStringread-createThis field contains the full name of the replication site administrator.
STR eqliscsiVolumeReplSiteEmail1.3.6.1.4.1.12740.5.1.7.14.1.9DisplayStringread-createThis field specifies the email address of the replication site administrator.
STR eqliscsiVolumeReplSitePhone1.3.6.1.4.1.12740.5.1.7.14.1.10DisplayStringread-createThis field specifies the phone number of the replication site administrator.
STR eqliscsiVolumeReplSiteMobile1.3.6.1.4.1.12740.5.1.7.14.1.11DisplayStringread-createThis field specifies the cell phone number of the replication site administrator.
STR eqliscsiVolumeReplSiteDescription1.3.6.1.4.1.12740.5.1.7.14.1.12UTFStringread-createThis field contains a detailed description of the site.
U32 eqliscsiVolumeReplSiteSpaceAllocated1.3.6.1.4.1.12740.5.1.7.14.1.13Unsigned32read-createThe total amount of pool space reserved for use by the site. Replication may be set up as needed by the administrators at the site as long as the total required reserve does not exceed this value.
U32 eqliscsiVolumeReplSiteSpaceUsed1.3.6.1.4.1.12740.5.1.7.14.1.14Unsigned32read-createThe amount of reserve space already used by replicated volumes configured by the site administrator. This value may not exceed the corresponding value for eqliscsiVolumeReplSiteSpaceAllocated
INT eqliscsiVolumeReplControlChannelStatus1.3.6.1.4.1.12740.5.1.7.14.1.15INTEGERread-onlyThe current status of the control channel to replica site.
INT eqliscsiVolumeReplSiteAdminStatus1.3.6.1.4.1.12740.5.1.7.14.1.16INTEGERread-writeWhen set to pause, all the replications going to this replica site will be temporarily suspended until set by the user to start.
U32 eqliscsiVolumeReplSiteTotalNumSnapshots1.3.6.1.4.1.12740.5.1.7.14.1.17Unsigned32read-createthe total number of snapshots in secondary site
U32 eqliscsiVolumeReplSiteSpaceSubscribed1.3.6.1.4.1.12740.5.1.7.14.1.18Unsigned32read-createThe total amount of pool space subscribed for use by the site. Subscribed space is the advertised space for thin provisioned volumes. For classic volumes, subscribed space is the volume size.
IPt eqliscsiVolumeReplSiteInetAddrType1.3.6.1.4.1.12740.5.1.7.14.1.19InetAddressTyperead-createThe well-known IP address of the group located at the site. This will be the IP address to which iSCSI replication traffic will be directed.
IP eqliscsiVolumeReplSiteInetAddr1.3.6.1.4.1.12740.5.1.7.14.1.20InetAddressread-createThe well-known IP address of the group located at the site. This will be the IP address to which iSCSI replication traffic will be directed.
U32 eqliscsiVolumeReplSiteNASPartnershipId1.3.6.1.4.1.12740.5.1.7.14.1.21Unsigned32read-createThe NAS replication PartnershipId. This partnershipId is Exastore way to keep track of a NAS partnership. If NAS replication is configured This will be a non-zero Id. 0 will be used when NAS replication is not configured on this partnership.
STA eqliscsiVolumeReplSiteBlockState1.3.6.1.4.1.12740.5.1.7.14.1.22StatusEnabledDefaultread-writeThe state of this site for block replication.
STA eqliscsiVolumeReplSiteNASState1.3.6.1.4.1.12740.5.1.7.14.1.23StatusDisabledDefaultread-writeThe state of this site for NAS replication.
INT eqliscsiVolumeReplSiteType1.3.6.1.4.1.12740.5.1.7.14.1.24INTEGERread-createThis field represents the site type. 0 is normal aka regular repl site. 1 is external site that is not an EQL array.
eqliscsiVolumeReplicationTable1.3.6.1.4.1.12740.5.1.7.15not-accessibleEqualLogic-Persistent TimeoutCreate:60
eqliscsiVolumeReplicationEntry1.3.6.1.4.1.12740.5.1.7.15.1not-accessible
ROW eqliscsiVolumeReplRowStatus1.3.6.1.4.1.12740.5.1.7.15.1.1RowStatusread-createThe status of the row
INT eqliscsiVolumeReplAdminStatus1.3.6.1.4.1.12740.5.1.7.15.1.2INTEGERread-writeThis object is used to request a change in the current admin status of the replication process. When read, it represents the current admin status. If disabled, the replication can NEVER be restarted again.
OCT eqliscsiVolumeReplRemoteIscsiName1.3.6.1.4.1.12740.5.1.7.15.1.3OCTET STRINGread-createThis field specifies the iSCSI target name for the remote volume which serves as a replica target.
U32 eqliscsiVolumeReplRemoteIscsiPort1.3.6.1.4.1.12740.5.1.7.15.1.4Unsigned32read-createThis field specifies the Internet Portocol port number for the iSCSI target specified in the corresponding instance of eqliscsiVolumeReplRemoteIscsiName. The target will be accessed using this port.
OCT eqliscsiVolumeReplRemotePsvId1.3.6.1.4.1.12740.5.1.7.15.1.5OCTET STRINGread-onlyEQL-SECONDARY-KEY A 16 byte, universally unique identifier for the remote replica volume. The value for this object is determined by the array where the replica set is located.
INT eqliscsiVolumeReplDiscardPolicy1.3.6.1.4.1.12740.5.1.7.15.1.6INTEGERread-createIn the event that the replication process cannot complete the transfer of the volume to the replica site, the action taken on the incomplete replica is one of these: 1) overrun - complete the in progress replica 2) discard - destry the in progress replica and restart a new one
U32 eqliscsiVolumeReplReserve1.3.6.1.4.1.12740.5.1.7.15.1.7Unsigned32read-createThis value represents the percentage of space reserved for replication at remote site. The value effectively determines the maximum number of replicas that can be maintained at the remote site. The default value is good for maintaining one replica.
INT eqliscsiVolumeReplDeletionPolicy1.3.6.1.4.1.12740.5.1.7.15.1.8INTEGERread-createThe depth of deletion desired when replication at the local array is disabled for an associated primary volume. The choices are as follows: local_only: Only the local references to the remote replica sets will be removed. The remote replica sets will remain intact and will need to be managed at the remote site. remote: The remote replica sets will be deleted. This will destroy all of the remote data. Note that setting the value to 'remote' will cause the delete operation to fail if there is no connectivity to the remote site. If the deletion needs to proceed regardless of the state of the remote site, the local_only policy shoud be used
U32 eqliscsiVolumeReplNumReplicas1.3.6.1.4.1.12740.5.1.7.15.1.9Unsigned32read-onlyThe number of replicas present at the replica site for this volume. The value of this object matches with number of rows in eqliscsiRemoteReplicaTable that correspond to this replication entry.
U32 eqliscsiVolumeReplPrimaryReserve1.3.6.1.4.1.12740.5.1.7.15.1.10Unsigned32read-writeThe space reserved on the primary site to keep track of changes occurred between replications. The value is represented as percentage of actual volume size. It is recommended to keep this value 100 if fast fail-back is not enabled. If the value is less than 100, replication will fail if the space is not sufficient to keep track of the changes. It is recommended to keep this value 200 if fast fail-back is enabled.
T/F eqliscsiVolumeReplPrimaryBorrow1.3.6.1.4.1.12740.5.1.7.15.1.11TruthValueread-writeWhen the space reserved for replication is not sufficient to keep track of volume changes, space will be borrowed from free space if the value of this object is true. Space will not be borrowed when the value is false. Setting this variable to true doesn't gaurantee replication to succeed as there may be no free space available to borrow. The borrwed space is returned back to the pool after the replication is complete.
INT eqliscsiVolumeReplManualReplStatus1.3.6.1.4.1.12740.5.1.7.15.1.12INTEGERread-writeEnabling manual replication will allow the replica snaps on the primary and secondary groups to be visible to iscsi clients. When user connects to primary repl snap and finishes the data transfer, user can set it do done. The done state will be set to disabled after secondary site admin finishes the data transfer on secondary site and indicates done on secondary site.
I32 eqliscsiVolumeReplCurLwMark1.3.6.1.4.1.12740.5.1.7.15.1.13Integer32read-onlyThis field specifies the smallest volume size in MB since the last replication that this volume has been shrunk down to. This is used to track volumes shrinking and then growing so that the secondary side knows to release the pages when the volume is replicated. Note: Volume size is round to a multiple of 15MB.
I32 eqliscsiVolumeReplLwMark1.3.6.1.4.1.12740.5.1.7.15.1.14Integer32read-onlyThis field is eqliscsiVolumeCurLwMark for the current replication started. This is used to track volumes shrinking and then growing so that the secondary side knows to release the pages when the volume is replicated. Note: Volume size is round to a multiple of 15MB.
I32 eqliscsiVolumeReplSize1.3.6.1.4.1.12740.5.1.7.15.1.15Integer32read-onlyThis field is eqliscsiVolumeSize for the current replication started.
T/F eqliscsiVolumeReplThinProvision1.3.6.1.4.1.12740.5.1.7.15.1.16TruthValueread-onlyThis field is eqliscsiVolumeThinProvision for the current replication started.
U32 eqliscsiVolumeReplMinThinReserve1.3.6.1.4.1.12740.5.1.7.15.1.17Unsigned32read-onlyThis field is eqliscsiVolumeMinThinReserve for the current replication started.
U32 eqliscsiVolumeReplThinWarnPercentage1.3.6.1.4.1.12740.5.1.7.15.1.18Unsigned32read-onlyThis field is eqliscsiVolumeThinWarnPercentage for the current replication started.
U32 eqliscsiVolumeReplThinMaxGrowPercentage1.3.6.1.4.1.12740.5.1.7.15.1.19Unsigned32read-onlyThis field is eqliscsiVolumeThinMaxGrowPercentage for the current replication started.
U32 eqliscsiVolumeReplDynamicThinReserve1.3.6.1.4.1.12740.5.1.7.15.1.20Unsigned32read-onlyThis field is eqliscsiVolumeDynamicThinReserve for the current replication started.
INT eqliscsiVolumeReplFailBackMode1.3.6.1.4.1.12740.5.1.7.15.1.21INTEGERread-createThis field specifies whether fast fail-back is enabled for this replication or not. By default fail-back will operate in regular mode. If user enables fast fail-back mode, primary site needs to keep the last successful replication snap ie fail-back snap. When customers upgrade to 3.2, the existing volumes will operate in regular fail-back mode.
C64 eqliscsiVolumeReplPromoteSeqNum1.3.6.1.4.1.12740.5.1.7.15.1.22Counter64read-createThis field specifies whether this replicaset was demoted to failback replicaset and later promoted. This value will be set to non-zero if during promote we couldn't communicating to the remote site. The value will be the sequence number on the volume during the promote.
T/F eqliscsiVolumeReplTemplateReplicated1.3.6.1.4.1.12740.5.1.7.15.1.23TruthValueread-createThis field specifies if the Template has been successfully replicated
INT eqliscsiVolumeReplSyncAdminStatus1.3.6.1.4.1.12740.5.1.7.15.1.24INTEGERread-createEnabling sync replication will allow the replica volume to become online at the end of first successful replication. The changes to volume on primary will be comitted to the replica volume on secondary synchronously. When the AdminStatus is set to disabled the replica volume on the secondary will be brought offline.
INT eqliscsiVolumeReplSyncOperStatus1.3.6.1.4.1.12740.5.1.7.15.1.25INTEGERread-createWhen SyncAdminStatus is enabled the OperStatus indicates the state of sync replication. The replica volume on the secondary is brought online at the end of the first successful replication. The sync repl will then start xfering data to the replica volume. The states waiting-for-first-sync and first-sync-done indicate the SyncRepl operating states.
T/F eqliscsiVolumeReplThinClone1.3.6.1.4.1.12740.5.1.7.15.1.26TruthValueread-onlyThis field specifies if the Volume is a Thin Clone Volume.
eqliscsiVolumeReplicationStatusTable1.3.6.1.4.1.12740.5.1.7.16not-accessibleEqualLogic-Dynamic
eqliscsiVolumeReplicationStatusEntry1.3.6.1.4.1.12740.5.1.7.16.1not-accessible
INT eqliscsiVolumeReplOperStatus1.3.6.1.4.1.12740.5.1.7.16.1.1INTEGERread-onlyThe current operational status of the replication process.
C64 eqliscsiVolumeReplMBRemaining1.3.6.1.4.1.12740.5.1.7.16.1.2Counter64read-onlyIf a transfer of replica data is in progress, the count of MB successfully transferred to the replica site will be here. If no transfer is in progress, this object will read zero (0).
C64 eqliscsiVolumeReplMBCompleted1.3.6.1.4.1.12740.5.1.7.16.1.3Counter64read-onlyIf a transfer of replica data is in progress, the count of MB remaining to be transferred to the replica site will be here. If no transfer is in progress, this object will read zero (0).
NUM eqliscsiVolumeReplCurrentSnapshot1.3.6.1.4.1.12740.5.1.7.16.1.5RowPointerread-onlyThe value of this represents the instance of the snapshot in eqliscsiSnapshotTable that is currently being replicated. If there is no replication in progress, the value will be set to NULL.
T/F eqliscsiVolumeReplCancel1.3.6.1.4.1.12740.5.1.7.16.1.6TruthValueread-writeSetting this variable to true will cause cancellation of any replication that is in progress.
U32 eqliscsiVolumeRemoteReplReserveIncrNeeded1.3.6.1.4.1.12740.5.1.7.16.1.7Unsigned32read-onlyIn percentage. remote replica reserve needs to be increased by this value for replication to the partner to continue. Valid only in remoteReplReserveLow and remoteReplReserveInvalid states.
NUM eqliscsiVolumeReplFailbackSnap1.3.6.1.4.1.12740.5.1.7.16.1.8RowPointerread-onlyThis pointer points to the fast fail-back snap kept in the local replication reserve.
eqliscsiRemoteReplicaTable1.3.6.1.4.1.12740.5.1.7.17not-accessibleEqualLogic-Persistent
eqliscsiRemoteReplicaEntry1.3.6.1.4.1.12740.5.1.7.17.1not-accessible
U32 eqliscsiRemoteVolumeIndex1.3.6.1.4.1.12740.5.1.7.17.1.1Unsigned32not-accessibleThis field specifies a unique index for identifing a remote volume. The index is the same as the value for eqliscsiVolumeIndex on the remote site.
U32 eqliscsiRemoteSnapIndex1.3.6.1.4.1.12740.5.1.7.17.1.2Unsigned32not-accessibleThis field specifies a unique index for identifing a snapshot. The index is the same as the value for eqliscsiSnapshotIndex on the remote site.
OCT eqliscsiRemoteReplName1.3.6.1.4.1.12740.5.1.7.17.1.3OCTET STRINGread-onlyThis field specifies the friendly name used to identify the replica. The name is auto-generated. The name is unique between replicas of a single volume at a particular site.
OCT eqliscsiRemoteReplISCSIName1.3.6.1.4.1.12740.5.1.7.17.1.4OCTET STRINGread-onlyThe iscsi name of the volume for which this site is keeping replicas.
OCT eqliscsiRemoteReplPsvId1.3.6.1.4.1.12740.5.1.7.17.1.5OCTET STRINGread-onlyEQL-SECONDARY-KEY A universally unique 16 byte identifier for the remote replica.
INT eqliscsiRemoteReplAdminStatus1.3.6.1.4.1.12740.5.1.7.17.1.6INTEGERread-writeManage the replica status. The row will be deleted from this table if value is set to delete. Status will be in-progress if this replica is currently getting replicated to the secondary site. The replica will be set to incomplete if the replication is disabled.
C32 eqliscsiRemoteReplTimeStamp1.3.6.1.4.1.12740.5.1.7.17.1.7Counter32read-onlyThis field specifies the creation time of the replica. Time is represented as the time in seconds since 00:00:00 UTC, 1970-01-01.
U32 eqliscsiRemoteReplSnapColIndex1.3.6.1.4.1.12740.5.1.7.17.1.8Unsigned32read-onlyThis field specifies the index of the snap collection at remote site if this replica is part of a collection. Otherwise value will be zero.
U32 eqliscsiRemoteReplScheduleIndex1.3.6.1.4.1.12740.5.1.7.17.1.9Unsigned32read-onlyEQL-SECONDARY-KEY This field specifies the index of the schedule on the primary site that initiated create replica operation ie eqliscsiVolumeSnapshotPolicyIndex . If this replica is not directly created by a schedule, but created as part of replica collection creation and the replica collection is created by a schedule, the value of this field will still be set to index of the replica collection schedule. ie eqliscsiSnapCollectionPolicyIndex. This will be reset to zero when schedule is deleted.
U32 eqliscsiRemoteReplLocalMemberId1.3.6.1.4.1.12740.5.1.7.17.1.10Unsigned32read-onlyThis field represents eqliscsiLocalMemberId field of the snapshot index of the replica on secondary site.
eqliscsiReplicaSetTable1.3.6.1.4.1.12740.5.1.7.18not-accessibleEqualLogic-Persistent
eqliscsiReplicaSetEntry1.3.6.1.4.1.12740.5.1.7.18.1not-accessibleThe Replica set consists of the base volume and the snapshots associated with this base volume.
OCT eqliscsiReplicaSetPrimaryIscsiName1.3.6.1.4.1.12740.5.1.7.18.1.1OCTET STRINGread-onlyThe iscsi name of the volume for which this site is keeping replicas.
U32 eqliscsiReplicaSetReserve1.3.6.1.4.1.12740.5.1.7.18.1.2Unsigned32read-createThe value of this object specifies how much percentage of space reserved for replication. This value matches with correspoding eqliscsiVolumeReplReserve value on the primary site. The value is initialized and maintained by the control channel.
SIT eqliscsiReplicaSetSite1.3.6.1.4.1.12740.5.1.7.18.1.3SiteIndexread-writeRepresents the value of eqliscsiReplicantSiteIndex that corresponds to the site to which this replica belongs.
INT eqliscsiReplicaSetAdminStatus1.3.6.1.4.1.12740.5.1.7.18.1.4INTEGERread-writeThis object is used to request a change in the current admin status of the replication process. When read, it represents the current admin status.
INT eqliscsiReplicaSetPromotePolicy1.3.6.1.4.1.12740.5.1.7.18.1.5INTEGERread-writeThis object represents the policy that is implemented when the replica set is promoted to a conventional volume. If the value of this object is set to 1, the iscsi name of the target is generated uniquely using conventional rules. When set to 2, the target assumes the iscsi name of the primary volume. In this case, that name will be the same as the value for this instance of eqliscsiReplicaSetPrimaryIscsiName.
INT eqliscsiReplicaSetManualReplStatus1.3.6.1.4.1.12740.5.1.7.18.1.12INTEGERread-writeThis object is used to let the secondary know that the transfer of data has completed for volumes using manual data transfer for replication.
INT eqliscsiReplicaSetFailBackMode1.3.6.1.4.1.12740.5.1.7.18.1.13INTEGERread-onlyThis field specifies the mode of fail-back. In a normal fail-back mode, to get primary site back in sync with secondary site volume, all the volume contents must be transferred back to primary site. In fast fail-back mode, only the changes since last successful replication will be sent back to primary site. primary site needs to keep the last successful replication snap ie fail-back snap. When customers upgrade to 3.2, the existing volumes will operate in normal fail-back mode.SNMP managers cannot set this field. The value of this field gets configured when the primary site field eqliscsiVolumeReplFailBackMode gets configured.
INT eqliscsiReplicaSetType1.3.6.1.4.1.12740.5.1.7.18.1.14INTEGERread-writeThis field specifies whether the replicaset is a regular replicaset or a fail-back replicaset. A regular replicaset is created on secondary site by the system when user enables replication of a volume on the primary site. A replicated-primary volume on the primary site can be demoted as a fail-back replicaset. A regular volume cannot be demoted as fail-back replicaset. Fail-back replicasets will have the volume configuration, ACL records, schedules etc before the demote, but that configuration will not be active. Fail-back replicasets can later be promoted as a replicated-primary volume when the volume is ready to resume its role.
INT eqliscsiReplicaSetAccess1.3.6.1.4.1.12740.5.1.7.18.1.15INTEGERread-writeBy default, replicasets provide no-access to the user ie users cannot access the replicas or replicaset from an initiator. read-only-replicas provide read-only access to the replicas as well as the replicaset. Users must be able to connect to the replicas and replicaset using iscsi target names. Note that in-progress replica will not be available to read until the replication finishes.
U32 eqliscsiReplicaSetFailbackReserve1.3.6.1.4.1.12740.5.1.7.18.1.16Unsigned32read-onlyThe value local repl reserve before demoting outbound-replicaset to failback-replicaset
OCT eqliscsiReplicaSetLSRPsvId1.3.6.1.4.1.12740.5.1.7.18.1.17OCTET STRINGread-createIf non-zero, the value represents the PsvId of last successful replication snapshot of this replicaset. This value will only be set when promoting a replicaset as failover volume.The value will be reset after failover volume is demoted as inbound replicaset and first replica is created.
U32 eqliscsiReplicaSetOrigSize1.3.6.1.4.1.12740.5.1.7.18.1.18Unsigned32read-createThe value of this column represents the size of the recovery volume when it was promoted.
U32 eqliscsiReplicaSetPrimaryMemberId1.3.6.1.4.1.12740.5.1.7.18.1.19Unsigned32read-createThe value of this column represents the eqliscsiLocalMemberId of the corresponding volume on the primary site.
U32 eqliscsiReplicaSetPrimaryVolumeIndex1.3.6.1.4.1.12740.5.1.7.18.1.20Unsigned32read-createThe value of this column represents the eqliscsiVolumeIndex of the corresponding volume on the primary site.
U32 eqliscsiReplicaSetPrimarySite1.3.6.1.4.1.12740.5.1.7.18.1.21Unsigned32read-createThe value of this column represents the eqliscsiVolumeReplSiteIndex of the corresponding volume on the primary site.
T/F eqliscsiReplicaSetTemplateReplicated1.3.6.1.4.1.12740.5.1.7.18.1.22TruthValueread-createThis field specifies if the Template set has been successfully replicated
INT eqliscsiReplicaSetSyncAdminStatus1.3.6.1.4.1.12740.5.1.7.18.1.23INTEGERread-createThis field is there to let the secondary know when to bring the secondary replica volume online or offline. The replica volume will be brought online when syncRep is enabled and it will be brought offline when syncRep is disabled.
T/F eqliscsiReplicaSetThinClone1.3.6.1.4.1.12740.5.1.7.18.1.24TruthValueread-onlyThis field specifies if the Volume is a Thin Clone Volume.
OCT eqliscsiReplicaSetRemotePsvId1.3.6.1.4.1.12740.5.1.7.18.1.25OCTET STRINGread-onlyA 16 byte, universally unique identifier for the remote replicated volume. The value for this object is specified by the array where the volume is located.
eqliscsiReplicaSetStatusTable1.3.6.1.4.1.12740.5.1.7.19not-accessibleEqualLogic-Dynamic replica set status Table. This table contains a list of replicasets with their size, status etc.
eqliscsiReplicaSetStatusEntry1.3.6.1.4.1.12740.5.1.7.19.1not-accessiblea row replicaset status table
INT eqliscsiReplicaSetOperStatus1.3.6.1.4.1.12740.5.1.7.19.1.1INTEGERread-onlyThe current operational status of the replication process.
U32 eqliscsiReplicaSetSize1.3.6.1.4.1.12740.5.1.7.19.1.2Unsigned32read-onlyThe size of the replicaset in MegaBytes.This includes the local replication reserve for failback replicasets.
eqliscsiReplicantSiteTable1.3.6.1.4.1.12740.5.1.7.20not-accessibleEqualLogic-Persistent The replicant site table contains all of the remote sites which have been given access to the local storage pool for the purposes of creating replica sets.
eqliscsiReplicantSiteEntry1.3.6.1.4.1.12740.5.1.7.20.1not-accessible
SIT eqliscsiReplicantSiteIndex1.3.6.1.4.1.12740.5.1.7.20.1.1SiteIndexnot-accessibleA unique 32 bit identifier for this row
ROW eqliscsiReplicantSiteRowStatus1.3.6.1.4.1.12740.5.1.7.20.1.2RowStatusread-createThe status of the row
STR eqliscsiReplicantSiteName1.3.6.1.4.1.12740.5.1.7.20.1.3DisplayStringread-createA concise, human readable string indentifier for the site, for example: Boston HQ
IP eqliscsiReplicantSiteIpAddr1.3.6.1.4.1.12740.5.1.7.20.1.4IpAddressread-createEQL-SECONDARY-KEY This field is deprecated and will be unsupported in the next release.
NUM eqliscsiReplicantSiteControlCredentials1.3.6.1.4.1.12740.5.1.7.20.1.5RowPointerread-createEQL-SECONDARY-KEY A pointer to the corresponding IPS-AUTH MIB ipsAuthCredChapAttributesEntry that contains the chap credentials which this PSA will use to authenticate itself to primary sites.
OCT eqliscsiReplicantControlTargetIscsiName1.3.6.1.4.1.12740.5.1.7.20.1.6OCTET STRINGread-createEQL-SECONDARY-KEY The iSCSI name of the group-wide target that is used to encapsulate replication control commands.
STR eqliscsiReplicantSiteSNMPContext1.3.6.1.4.1.12740.5.1.7.20.1.7DisplayStringread-createThe SNMP context that will be used by applications at the local site to browse MIBs on the remote site.
STR eqliscsiReplicantSiteContact1.3.6.1.4.1.12740.5.1.7.20.1.8DisplayStringread-createThis field contains the full name of the replication site administrator.
STR eqliscsiReplicantSiteEmail1.3.6.1.4.1.12740.5.1.7.20.1.9DisplayStringread-createThis field specifies the email address of the replication site administrator.
STR eqliscsiReplicantSitePhone1.3.6.1.4.1.12740.5.1.7.20.1.10DisplayStringread-createThis field specifies the phone number of the replication site administrator.
STR eqliscsiReplicantSiteMobile1.3.6.1.4.1.12740.5.1.7.20.1.11DisplayStringread-createThis field specifies the cell phone number of the replication site administrator.
STR eqliscsiReplicantSiteDescription1.3.6.1.4.1.12740.5.1.7.20.1.12UTFStringread-createThis field contains a detailed description of the site.
U32 eqliscsiReplicantSiteSpaceAllocated1.3.6.1.4.1.12740.5.1.7.20.1.13Unsigned32read-createThe total amount of pool space reserved for use by the site. Replication may be set up as needed by the administrators at the site as long as the total required reserve does not exceed this value.
U32 eqliscsiReplicantSiteSpaceUsed1.3.6.1.4.1.12740.5.1.7.20.1.14Unsigned32read-createThe amount of reserve space already used by replicated volumes configured by the site administrator. This value may not exceed the corresponding value for eqliscsiReplicantSiteSpaceAllocated
INT eqliscsiReplicantSiteControlChannelStatus1.3.6.1.4.1.12740.5.1.7.20.1.15INTEGERread-onlyThe current status of the control channel from primary site.
INT eqliscsiReplicantSiteAdminStatus1.3.6.1.4.1.12740.5.1.7.20.1.16INTEGERread-writeWhen set to pause, all the replications coming from this primary site will be temporarily suspended until set by the user to enabled. When set to nuke, all replicasets will be deleted.
U32 eqliscsiReplicantSiteTotalNumSnapshots1.3.6.1.4.1.12740.5.1.7.20.1.17Unsigned32read-createthe total number of snapshots in secondary site.
U32 eqliscsiReplicantSiteStoragePoolIndex1.3.6.1.4.1.12740.5.1.7.20.1.18Unsigned32read-createThis field specifies a unique index for identifying a storage pool.
U32 eqliscsiReplicantSiteSpaceSubscribed1.3.6.1.4.1.12740.5.1.7.20.1.19Unsigned32read-createThe total amount of pool space subscribed for use by the site. Subscribed space is the advertised space for thin provisioned volumes and it is the actual volume size for regular volumes.
IPt eqliscsiReplicantSiteInetAddrType1.3.6.1.4.1.12740.5.1.7.20.1.20InetAddressTyperead-createThe well-known IP address of the group located at the site. This will be the IP address to which iSCSI replication traffic will be directed.
IP eqliscsiReplicantSiteInetAddr1.3.6.1.4.1.12740.5.1.7.20.1.21InetAddressread-createThe well-known IP address of the group located at the site. This will be the IP address to which iSCSI replication traffic will be directed.
U32 eqliscsiReplicantSiteUnmanagedSpace1.3.6.1.4.1.12740.5.1.7.20.1.22Unsigned32read-createThe total amount of pool space not managed by the site. This includes the space used by the unmanaged replica sets and recovery volumes.
INT eqliscsiReplicantSiteReplType1.3.6.1.4.1.12740.5.1.7.20.1.23INTEGERread-createThis field represents the site type. 0 is normal aka regular repl site. 1 is external site that is not EQL.
eqliscsiVolCollectionObjectsTable1.3.6.1.4.1.12740.5.1.7.21not-accessibleEqualLogic-Persistent This table maintains the list of volume objects in each collection.
eqliscsiVolCollectionObjectsEntry1.3.6.1.4.1.12740.5.1.7.21.1not-accessibleAn entry in the table.
U32 eqliscsiVolCollectionIndex1.3.6.1.4.1.12740.5.1.7.21.1.1Unsigned32not-accessibleA unique 32 bit identifier for this row
ROW eqliscsiVolCollectionObjectRowStatus1.3.6.1.4.1.12740.5.1.7.21.1.2RowStatusread-createRow status used to manage this row.
eqliscsiVolCollectionTable1.3.6.1.4.1.12740.5.1.7.22not-accessibleEqualLogic-Persistent This table maintains the list of volume collections and the supported operations on the collection.
eqliscsiVolCollectionEntry1.3.6.1.4.1.12740.5.1.7.22.1not-accessibleAn entry in the table.
ROW eqliscsiVolCollectionRowStatus1.3.6.1.4.1.12740.5.1.7.22.1.1RowStatusread-createRow status used to manage this row. When deleteing a row from this table all the corresponding rows in snapcollection table must be reset to zero vol collection index
OCT eqliscsiVolCollectionName1.3.6.1.4.1.12740.5.1.7.22.1.2OCTET STRINGread-createEQL-SECONDARY-KEY This field specifies a user friendly name for this collection. 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.
STR eqliscsiVolCollectionDescription1.3.6.1.4.1.12740.5.1.7.22.1.3UTFStringread-createThis field specifies a descriptive string that provides details about this collection. The description can be up to 128 characters.
INT eqliscsiVolCollectionReplService1.3.6.1.4.1.12740.5.1.7.22.1.4INTEGERread-createThis field specifies the replication service on the volume collection. If this volume collection is created for replication of a volume collection at partner site, then the value is set to replica-site. If this volume collection is enabled for replication to a partner site, the the value is set to replicated-primary.
SIT eqliscsiVolCollectionSite1.3.6.1.4.1.12740.5.1.7.22.1.5SiteIndexOrZeroread-createThis field specifies the partner to which this collection belongs. The value will match with eqliscsiVolumeReplSiteIndex if this collection belongs to a partner. Otherwise the value is set to zero. The value will be non-zero only when eqliscsiVolCollectionReplService is replica-site.
BIT eqliscsiVolCollectionFlags1.3.6.1.4.1.12740.5.1.7.22.1.6Bitsread-createThis fields defines the common place holder for volume collection operational flags. The flags must be of type enable(1) or disable(0), and the default will always be disable(0).
eqliscsiSnapCollectionObjectsTable1.3.6.1.4.1.12740.5.1.7.23not-accessibleEqualLogic-Persistent This table maintains the list of snapshot objects in each collection.
eqliscsiSnapCollectionObjectsEntry1.3.6.1.4.1.12740.5.1.7.23.1not-accessibleAn entry in the table.
U32 eqliscsiSnapCollectionIndex1.3.6.1.4.1.12740.5.1.7.23.1.1Unsigned32not-accessibleA unique 32 bit identifier for this row
ROW eqliscsiSnapCollectionObjectRowStatus1.3.6.1.4.1.12740.5.1.7.23.1.2RowStatusread-createRow status used to manage this row. Rowstatus is set to notInService by the subsystem when the actual snapshot represented by this row is deleted. The row from this table will be automatically deleted when the corresponding volume is deleted (or) #when all rows of this group have the status notInService# (or) when the corresponding row is deleted from snapcollection table.
eqliscsiSnapCollectionTable1.3.6.1.4.1.12740.5.1.7.24not-accessibleEqualLogic-Persistent This table maintains the list of snapshot collections and the supported operations on the collection. TimeoutCreate:60 TimeoutDelete:60
eqliscsiSnapCollectionEntry1.3.6.1.4.1.12740.5.1.7.24.1not-accessibleAn entry in the table.
ROW eqliscsiSnapCollectionRowStatus1.3.6.1.4.1.12740.5.1.7.24.1.1RowStatusread-createRow status used to manage this row.
OCT eqliscsiSnapCollectionName1.3.6.1.4.1.12740.5.1.7.24.1.2OCTET STRINGread-createEQL-SECONDARY-KEY This field specifies a user friendly name for this collection. The name must not contain spaces or special characters. The name can be up to 64 characters in length. There is no default.
STR eqliscsiSnapCollectionDescription1.3.6.1.4.1.12740.5.1.7.24.1.3UTFStringread-createThis field specifies a descriptive string that provides details about this collection. The description can be up to 128 characters.
C32 eqliscsiSnapCollectionTimestamp1.3.6.1.4.1.12740.5.1.7.24.1.4Counter32read-onlyEQL-SECONDARY-KEY This field specifies the creation time for snapshot. Time is represented as the time in seconds since 00:00:00 UTC, 1970-01-01.
U32 eqliscsiSnapCollectionNoofSnaps1.3.6.1.4.1.12740.5.1.7.24.1.5Unsigned32read-onlyNo of snapshots in this collection at the time of creation.
U32 eqliscsiSnapCollectionVolIndex1.3.6.1.4.1.12740.5.1.7.24.1.6Unsigned32read-writeEQL-SECONDARY-KEY The index of the volcollection that created this group. When the volcollection is deleted, this value will be set to zero.
INT eqliscsiSnapCollectionVSS1.3.6.1.4.1.12740.5.1.7.24.1.7INTEGERread-writeIf this snap collection is created using vss.
I32 eqliscsiSnapCollectionScheduleIndex1.3.6.1.4.1.12740.5.1.7.24.1.8Integer32read-onlyEQL-SECONDARY-KEY This field specifies the index of the snapshot policy if it is created by a snapshotpolicy, otherwise it will be set to zero. If the policy is deleted after the snapshot is created, this will be reset back to zero by the subsystem.
SIT eqliscsiSnapCollectionReplicated1.3.6.1.4.1.12740.5.1.7.24.1.9SiteIndexOrZeroread-createWhen a row is created with this object set to a non zero value, , the snapcollection will be queued to be replicated to the remote location indicated by the corresponing value of site index in the site table The value for this object cannot be changed to zero once the snapcollection is created.
INT eqliscsiSnapCollectionType1.3.6.1.4.1.12740.5.1.7.24.1.10INTEGERread-onlySpecifies the type of snapcollection.
SIT eqliscsiSnapCollectionSite1.3.6.1.4.1.12740.5.1.7.24.1.11SiteIndexOrZeroread-onlyIf non-zero, this value represents the partner who created this snap collection ie eqliscsiReplicantSiteIndex. This collection belongs to that partner not to our group.
eqliscsiSnapCollectionPolicyTable1.3.6.1.4.1.12740.5.1.7.25not-accessibleEqualLogic-Persistent Storage SnapSnot Policy Table.
eqliscsiSnapCollectionPolicyEntry1.3.6.1.4.1.12740.5.1.7.25.1not-accessibleAn entry (row) containing snapshot scheduling policy information.The policy determines when to create snapshot(s) of a volume collection.
I32 eqliscsiSnapCollectionPolicyIndex1.3.6.1.4.1.12740.5.1.7.25.1.1Integer32not-accessibleThis value uniquely identifies the snapshot policies for a volume collection.
ROW eqliscsiSnapCollectionPolicyRowStatus1.3.6.1.4.1.12740.5.1.7.25.1.2RowStatusread-createThis value is used to manage the conceptual row.
OCT eqliscsiSnapCollectionPolicyName1.3.6.1.4.1.12740.5.1.7.25.1.3OCTET STRINGread-createThis value specifies user friendly name for the policy. It is unique within the context of a volume collection. Spaces are not allowed.
INT eqliscsiSnapCollectionPolicyAccessType1.3.6.1.4.1.12740.5.1.7.25.1.4INTEGERread-createSnapshots created using this policy will have accesstype same as the value of this object.
INT eqliscsiSnapCollectionPolicyStatus1.3.6.1.4.1.12740.5.1.7.25.1.5INTEGERread-createSnapshots created using this policy will have status same as the value of this object.
I32 eqliscsiSnapCollectionPolicyMaxKeep1.3.6.1.4.1.12740.5.1.7.25.1.6Integer32read-createThe value of this object determines the maximum no of snapshots created by this policy that can exist at a given time. When number of snapshots created by this policy reaches this value, for creating a new snapshot oldest snapshot created using this policy will be deleted. In a set operation, if the new value of this object is less than the old value, required number of oldest snapshots created by this policy will be deleted.
INT eqliscsiSnapCollectionPolicyType1.3.6.1.4.1.12740.5.1.7.25.1.7INTEGERread-createThe value of this object determines the basic type of this policy. Except when set to once, the effective repetition period of the policy is determined using the value of this object along with the value of eqliscsiSnapCollectionPolicyRepeatFactor. (See description of eqliscsiSnapCollectionPolicyRepeatFactor for more information.)
I32 eqliscsiSnapCollectionPolicyRepeatFactor1.3.6.1.4.1.12740.5.1.7.25.1.8Integer32read-createThe value of this object along with eqliscsiSnapCollectionPolicyType determines the effective repetition interval for this policy. The valid values are PolicyType RepeatFactor once 1 hourly 1 daily 1-2147483647 weekly 1-2147483647 monthly 1-2147483647 If the policy type is daily and the value of this object is 2, snapshots will be taken once in every 2 days.
I32 eqliscsiSnapCollectionPolicyStartTime1.3.6.1.4.1.12740.5.1.7.25.1.9Integer32read-createThe value of this object represents the time to start creating snapshot(s) within a day expressed as number of minutes from 12:00AM. The maximum value for this column is 24*60-1 which represents 11:59PM.
I32 eqliscsiSnapCollectionPolicyEndTime1.3.6.1.4.1.12740.5.1.7.25.1.10Integer32read-createThe value of this object represents the time to stop creating snapshot(s) within a day expressed as number of minutes from 12:00AM. The maximum value for this column is 24*60-1 which represents 11:59PM. If eqliscsiSnapCollectionPolicyType is once or hourly, the value of this column doesn't have any significance. If the value of this column is greater than start time, it represents end-time on the same day as start time. If the value is less than or equal to start time, it represents end-time on the next day of start time. This value doesnt have significance when frequency is set to zero. Endtime is exclusive when calculating no of snapshots. Example: StartTime EndTime Frequency NoofSnapshots 1320(10pm) 1380(11pm) 30mins 2 1320(10pm) 240(4am) 60mins 6 1320(10pm) 1320(10pm) 60mins 24 1320(10pm) 1319(9:59pm) 60mins 24 1320(10pm) - 0mins 1
I32 eqliscsiSnapCollectionPolicyTimeFrequency1.3.6.1.4.1.12740.5.1.7.25.1.11Integer32read-createThe value of this object determines how frequent snapshots must be taken between start time and end time. This value doesn't have significance when policy type is set to once. For other policytypes, the value of end time is exclusive. For example if starttime is 180 (3:00AM) and endtime is 240(4:00AM), when frequency is set to 30, snapshots will be created at 3:00AM, 3:30AM. If the value is zero, it represents invalid frequency and in such case, end time doesnt have significance.
I32 eqliscsiSnapCollectionPolicyStartDate1.3.6.1.4.1.12740.5.1.7.25.1.12Integer32read-createThe value of this object determines the date from which the policy will be active. By default, this is the policy creation date. The value is expressed as number of days since epoch.
I32 eqliscsiSnapCollectionPolicyEndDate1.3.6.1.4.1.12740.5.1.7.25.1.13Integer32read-createThe value of this object determines the date after which the policy will be inactive.It doesnt have significance when policy type is once. Default value is the mamixum value allowed. When set to maximum value, the policy will be active until it gets deleted. The value is expressed as number of days since epoch.
I32 eqliscsiSnapCollectionPolicyWeekMask1.3.6.1.4.1.12740.5.1.7.25.1.14Integer32read-createThe value of this column is significant only if policytype is set to weekly or monthly. When the value is 0x7fffffff, it represents a special meaning to the value of occurence. See the description for occurence below. The LSB to LSB+6 bits of the mask are significant. Each bit represents a day in the week with LSB being Mon and LSB+6 being Sun. If mask is 0x00000041 - snapshots will be created on Monday and Sunday. If mask is 0x0000007f - snapshots will be created on all weekdays which is effectively a daily policy. If mask is 0x0000001f, it represents week days.If mask is 0x00000060, it represents weekend days.
I32 eqliscsiSnapCollectionPolicyMonthMask1.3.6.1.4.1.12740.5.1.7.25.1.15Integer32read-createThe value of this column is currently not being used.
C32 eqliscsiSnapCollectionPolicyNextCreate1.3.6.1.4.1.12740.5.1.7.25.1.16Counter32read-onlyEQL-SECONDARY-KEY The value of this column represents number of seconds since epoch at which the next snapshot by this policy is going to be created.
I32 eqliscsiSnapCollectionPolicyOccurence1.3.6.1.4.1.12740.5.1.7.25.1.17Integer32read-createThe value of this column is significant only if the policy type is set to monthly. If weekmask is set to 0x7fffffff, the value of this column represents the occurence of a day with in a month. Example:If the value of this column is 5, it represents 5th day of the month. When the week mask is set to a value other than 0x7fffffff, the value of this column defines the occurence of a day as defined by weekmask. Example: When weekmask is set to 0x00000001 (Monday) and value of this column represents the following. Value Meaning 0x1 First monday of the month 0x2 Second monday of the month 0x3 Third monday of the month 0x4 Fourth monday of the month 0x7fffffff Last monday of the month
SIT eqliscsiSnapCollectionPolicyReplication1.3.6.1.4.1.12740.5.1.7.25.1.18SiteIndexOrZeroread-createWhen a row is created with this object set to a non-zero value, and a replication relationship has been configured for all volumes in the volume collection, the snapshots created will be queued to be replicated to the remote location as defined by the corresponding entry in the site table. The value for this object cannot be changed once the schedule is created. All the volumes in this collection must be replicating to the same partner.
INT eqliscsiSnapCollectionPolicyAdminStatus1.3.6.1.4.1.12740.5.1.7.25.1.19INTEGERread-createWhen disabled, the schedule will stop creating snap collections until reenabled.
eqliscsiVolCollectionStatusTable1.3.6.1.4.1.12740.5.1.7.26not-accessibleEqualLogic-Dynamic This table maintains the dynamic values related to volume collection like number of snapcollection in a volume collection.
eqliscsiVolCollectionStatusEntry1.3.6.1.4.1.12740.5.1.7.26.1not-accessibleAn entry in the table.
U32 eqliscsiNoOfSnapCollections1.3.6.1.4.1.12740.5.1.7.26.1.1Unsigned32read-onlyThis field specifies the total number of snap collections in a volume collection. number of rows in eqliscsiSnapCollectionTable that belong to this volume set.
eqliscsiSnapCollectionAdminGroup1.3.6.1.4.1.12740.5.1.7.27
U32 eqliscsiLastSnapCollectionIndex1.3.6.1.4.1.12740.5.1.7.27.1Unsigned32read-onlyEqualLogic-Dynamic This object represents the highest numeric index that any row in the eqliscsiSnapCollectionTable has. An application can use this value to determine an index with whico create an additional row in that table without scanning the entire table for a usable index.
eqliscsiRemoteReplicaCollectionObjectsTable1.3.6.1.4.1.12740.5.1.7.28not-accessibleEqualLogic-Persistent
eqliscsiRemoteReplicaCollectionObjectsEntry1.3.6.1.4.1.12740.5.1.7.28.1not-accessible
U32 eqliscsiRemoteSnapCollectionIndex1.3.6.1.4.1.12740.5.1.7.28.1.1Unsigned32not-accessibleThis field specifies a unique index for identifing a snapshot collection on remote site. The index is the same as the value for eqliscsiSnapCollectionIndex on the remote site.
ROW eqliscsiRemoteReplCollectionObjRowStatus1.3.6.1.4.1.12740.5.1.7.28.1.2RowStatusread-onlyRow status used to manage this row. Rowstatus is set to notInService by the subsystem when the actual replica represented by this row is deleted. The row from this table will be automatically deleted when all rows that belong to a collection have the status notInService# (or) when the corresponding row is deleted from remotereplicacollection table.
eqliscsiRemoteReplicaCollectionTable1.3.6.1.4.1.12740.5.1.7.29not-accessibleEqualLogic-Persistent
eqliscsiRemoteReplicaCollectionEntry1.3.6.1.4.1.12740.5.1.7.29.1not-accessible
OCT eqliscsiRemoteReplCollectionName1.3.6.1.4.1.12740.5.1.7.29.1.1OCTET STRINGread-onlyThis field specifies the friendly name used to identify the replica Collection on remote site. The name is auto-generated. The name is unique between replica collections of a single volumecollection at a particular site.
INT eqliscsiRemoteReplCollectionAdminStatus1.3.6.1.4.1.12740.5.1.7.29.1.2INTEGERread-writeManage the replica status. The row will be deleted from this table if value is set to delete.
C32 eqliscsiRemoteReplCollectionTimeStamp1.3.6.1.4.1.12740.5.1.7.29.1.3Counter32read-onlyThis field specifies the creation time of the replica collection. Time is represented as the time in seconds since 00:00:00 UTC, 1970-01-01.
U32 eqliscsiRemoteReplCollectionVolIndex1.3.6.1.4.1.12740.5.1.7.29.1.4Unsigned32read-onlyEQL-SECONDARY-KEY This field specifies the index of the vol collection on the primary site used to create this snap collection was created on remote site. The value will be zero if the volcollection doesn't exist anymore. The index is the same as the the value for eqliscsiVolCollectionIndex for the repl collection.
U32 eqliscsiRemoteReplCollectionSchedIndex1.3.6.1.4.1.12740.5.1.7.29.1.5Unsigned32read-onlyEQL-SECONDARY-KEY This field specifies the index of the schedule on the primary site that initiated create replica collection operation. This will be set to zero when schedule is deleted.
eqliscsiVolColReplicationTable1.3.6.1.4.1.12740.5.1.7.30not-accessibleEqualLogic-Persistent
eqliscsiVolColReplicationEntry1.3.6.1.4.1.12740.5.1.7.30.1not-accessible
ROW eqliscsiVolColReplRowStatus1.3.6.1.4.1.12740.5.1.7.30.1.1RowStatusread-createThe status of the row
INT eqliscsiVolColReplAdminStatus1.3.6.1.4.1.12740.5.1.7.30.1.2INTEGERread-writeThis object is used to request a change in the current admin status of the replication process. When read, it represents the current admin status. If disabled, the replication can NEVER be restarted again.
INT eqliscsiVolColReplDeletionPolicy1.3.6.1.4.1.12740.5.1.7.30.1.3INTEGERread-createThe depth of deletion desired when replication at the local array is disabled for an associated primary volume collection. The choices are as follows: local_only: Only the local references to the remote replica set collection will be removed. The remote replica set collection will remain intact and will need to be managed at the remote site. remote: The remote replica set collection will be deleted. This will destroy all of the remote data. Note that setting the value to 'remote' will cause the delete operation to fail if there is no connectivity to the remote site. If the deletion needs to proceed regardless of the state of the remote site, the local_only policy shoud be used
U32 eqliscsiVolColReplRemoteCollectionId1.3.6.1.4.1.12740.5.1.7.30.1.4Unsigned32read-onlyAn identifier for the remote replica volume collection. The value is same as eqliscsiVolCollectionIndex of the collection created at partner site.
eqliscsiVolColReplStatusTable1.3.6.1.4.1.12740.5.1.7.31not-accessibleEqualLogic-Dynamic
eqliscsiVolColReplStatusEntry1.3.6.1.4.1.12740.5.1.7.31.1not-accessibleStatistics related to volume collection replication configuration.
U32 eqliscsiVolColReplStatusNumReplicas1.3.6.1.4.1.12740.5.1.7.31.1.1Unsigned32read-onlyThe number of replica collections present at the replica site for this volume collection. The value of this object matches with number of rows in eqliscsiRemoteReplicaCollectionTable that correspond to this volume replication entry.
eqlVolumePoolPlacementTable1.3.6.1.4.1.12740.5.1.7.32not-accessibleEqualLogic-Dynamic Volume Storage Pool Placement Table. This table contains a list of volume placements in a pool.
eqlVolumePoolPlacementEntry1.3.6.1.4.1.12740.5.1.7.32.1not-accessibleAn entry (row) containing a placement of a volume in a pool.
OCT eqlVolumePoolPlacementiscsiVolumePsvId1.3.6.1.4.1.12740.5.1.7.32.1.1OCTET STRINGread-createEQL-SECONDARY-KEY This field is for internal use only.
eqliscsiVolReplStatisticsTable1.3.6.1.4.1.12740.5.1.7.33not-accessibleEqualLogic-Persistent
eqliscsiVolReplStatisticsEntry1.3.6.1.4.1.12740.5.1.7.33.1not-accessible
U32 eqliscsiReplSampleIndex1.3.6.1.4.1.12740.5.1.7.33.1.1Unsigned32not-accessibleAn integer value to represent the sample.
C32 eqliscsiReplStartTime1.3.6.1.4.1.12740.5.1.7.33.1.2Counter32read-onlyTime at which the replication started represented as number of seconds since epoch.
C32 eqliscsiReplEndTime1.3.6.1.4.1.12740.5.1.7.33.1.3Counter32read-onlyTime at which the replication finished represented as number of seconds since epoch.
C64 eqliscsiReplTxData1.3.6.1.4.1.12740.5.1.7.33.1.4Counter64read-onlyThe amount of data transfered from startTime to endTime in MB.
INT eqliscsiReplTxStatus1.3.6.1.4.1.12740.5.1.7.33.1.5INTEGERread-onlyStatus of data transfer for this replication. If replication is disabled, the status will be set to incomplete.
eqliscsiVolumeStatisticsTable1.3.6.1.4.1.12740.5.1.7.34not-accessibleEqualLogic-Dynamic Storage Volume Table. This table contains a list of volumes in a group and their statistics.
eqliscsiVolumeStatisticsEntry1.3.6.1.4.1.12740.5.1.7.34.1not-accessibleAn entry (row) containing volume statistics.
C32 eqliscsiVolumeStatsCmdPdus1.3.6.1.4.1.12740.5.1.7.34.1.1Counter32read-onlyThe count of Command PDUs transferred to this volume.
C32 eqliscsiVolumeStatsRspPdus1.3.6.1.4.1.12740.5.1.7.34.1.2Counter32read-onlyThe count of Response PDUs transferred to this volume.
C64 eqliscsiVolumeStatsTxData1.3.6.1.4.1.12740.5.1.7.34.1.3Counter64read-onlyThe count of data octets that were transmitted by the local iSCSI node.
C64 eqliscsiVolumeStatsRxData1.3.6.1.4.1.12740.5.1.7.34.1.4Counter64read-onlyThe count of data octets that were received by the local iSCSI node.
U32 eqliscsiVolumeStatsNoOfSessions1.3.6.1.4.1.12740.5.1.7.34.1.5Unsigned32read-onlyNo of sessions that were established and closed so far to this volume.
C64 eqliscsiVolumeStatsReadLatency1.3.6.1.4.1.12740.5.1.7.34.1.6Counter64read-onlyThe accumulative latency in milli seconds for read operations on this volume.
C64 eqliscsiVolumeStatsWriteLatency1.3.6.1.4.1.12740.5.1.7.34.1.7Counter64read-onlyThe accumulative latency in milli seconds for write operations on this volume.
C64 eqliscsiVolumeStatsReadOpCount1.3.6.1.4.1.12740.5.1.7.34.1.8Counter64read-onlyThe number of read operations on this volume.
C64 eqliscsiVolumeStatsWriteOpCount1.3.6.1.4.1.12740.5.1.7.34.1.9Counter64read-onlyThe number of write operations on this volume.
G32 eqliscsiVolumeStatsReadAvgLatency1.3.6.1.4.1.12740.5.1.7.34.1.10Gauge32read-onlyThe average latency in milli seconds for read operations on this volume.
G32 eqliscsiVolumeStatsWriteAvgLatency1.3.6.1.4.1.12740.5.1.7.34.1.11Gauge32read-onlyThe average latency in milli seconds for write operations on this volume.
C32 eqliscsiVolumeStatsIscsiReadWriteCmdsReceived1.3.6.1.4.1.12740.5.1.7.34.1.12Counter32read-onlyThe number of iscsi read/write commands received for operations on this volume.
C32 eqliscsiVolumeStatsIscsiReadWriteCmdsCompleted1.3.6.1.4.1.12740.5.1.7.34.1.13Counter32read-onlyA 32-bit counter that is incremented by the current number of outstanding iSCSI IO operations each time an iSCSI IO is received by the target. The iSCSI IO operations include both reads and writes. This counter when divided by the total number of iSCSI IO operations provides the average queue depth.
C64 eqliscsiVolumeStatsHCIscsiReadWriteCmdsReceived1.3.6.1.4.1.12740.5.1.7.34.1.14Counter64read-onlyThe number of iscsi read/write commands received for operations on this volume. This object is a 64-bit version of eqliscsiVolumeStatsIscsiReadWriteCmdsReceived.
C64 eqliscsiVolumeStatsHCIscsiTotalQD1.3.6.1.4.1.12740.5.1.7.34.1.15Counter64read-onlyA 64-bit counter that is incremented by the current number of outstanding iSCSI IO operations each time an iSCSI IO is received by the target. The iSCSI IO operations include both reads and writes. This counter when divided by the total number of iSCSI IO operations provides the average queue depth. This object is a 64 bit version of eqliscsiVolumeStatsIscsiReadWriteCmdsCompleted.
C64 eqliscsiVolumeStatsMisAlignedIO1.3.6.1.4.1.12740.5.1.7.34.1.16Counter64read-onlyA 64-bit counter that is incremented by the number of mis-aligned I/O operations performed on a volume TODO - beef this up!!!!!
eqliscsiTargetAdminGroup1.3.6.1.4.1.12740.5.1.7.35
U32 eqliscsiLastTargetIndex1.3.6.1.4.1.12740.5.1.7.35.1Unsigned32read-onlyEqualLogic-Dynamic This object represents the highest numeric index that any row in the eqliscsiTargetTable has. An application can use this value to determine an index with which to create an additional row in that table without scanning the entire table for a usable index.
eqliscsiTargetTable1.3.6.1.4.1.12740.5.1.7.36not-accessibleEqualLogic-Persistent iSCSI Target Table. This table contains a list of iSCSI targets in a group and their attributes.
eqliscsiTargetEntry1.3.6.1.4.1.12740.5.1.7.36.1not-accessibleAn entry (row) containing target info.
U32 eqliscsiTargetIndex1.3.6.1.4.1.12740.5.1.7.36.1.1Unsigned32not-accessibleThis field specifies a unique index for identifing an iSCSI target.
ROW eqliscsiTargetRowStatus1.3.6.1.4.1.12740.5.1.7.36.1.2RowStatusread-createThis field is used indicate the status of this entry.
OCT eqliscsiTargetUUID1.3.6.1.4.1.12740.5.1.7.36.1.3OCTET STRINGread-writeEQL-SECONDARY-KEY This field is for internal use only.
OCT eqliscsiTargetAlias1.3.6.1.4.1.12740.5.1.7.36.1.4OCTET STRINGread-createThis field specifies the iSCSI alias used for the target.
OCT eqliscsiTargetIscsiName1.3.6.1.4.1.12740.5.1.7.36.1.5OCTET STRINGread-createEQL-SECONDARY-KEY This field specifies the iSCSI target name.
U32 eqliscsiTargetReserved11.3.6.1.4.1.12740.5.1.7.36.1.6Unsigned32read-createThis field is not currently used and is reserved.
U32 eqliscsiTargetReserved21.3.6.1.4.1.12740.5.1.7.36.1.7Unsigned32read-createThis field is not currently used and is reserved.
U32 eqliscsiTargetReserved31.3.6.1.4.1.12740.5.1.7.36.1.8Unsigned32read-createThis field is not currently used and is reserved.
eqliscsiTargetChapSecretsTable1.3.6.1.4.1.12740.5.1.7.37not-accessibleEqualLogic-Persistent Chap Secrets Table for iSCSI targets
eqliscsiTargetChapSecretsEntry1.3.6.1.4.1.12740.5.1.7.37.1not-accessibleAn entry (row) containing a CHAP secret credential.
INT eqliscsiTargetChapSecretsUsage1.3.6.1.4.1.12740.5.1.7.37.1.1INTEGERnot-accessibleThis field specifies a unique index for identifing a specific Chap credential.
U32 eqliscsiTargetChapSecretsIndex1.3.6.1.4.1.12740.5.1.7.37.1.2Unsigned32not-accessibleThis field specifies a unique index for identifing a specific Chap credential.
ROW eqliscsiTargetChapSecretsRowStatus1.3.6.1.4.1.12740.5.1.7.37.1.3RowStatusread-createThis field is used indicate the status of this entry.
OCT eqliscsiTargetChapSecretsUserName1.3.6.1.4.1.12740.5.1.7.37.1.4OCTET STRINGread-createEQL-SECONDARY-KEY An octet string containing the user name for this credential.
OCT eqliscsiTargetChapSecretsPassword1.3.6.1.4.1.12740.5.1.7.37.1.5OCTET STRINGread-createAn octet string containing the password for this credential.
eqliscsiVolumeSnapshotPolicyStatusTable1.3.6.1.4.1.12740.5.1.7.38not-accessibleEqualLogic-Dynamic Storage SnapSnot Policy Table. Note: eqliscsiSnapCollectionPolicyStatus entries (indexed by collection index and policy index) are used along with eqliscsiVolumeSnapshotPolicyStatus entries (indexed by member index, volume index and policy index). When they are used together, eqliscsiSnapCollectionPolicyStatus indexes have a member index of 0xffffffff
eqliscsiVolumeSnapshotPolicyStatusEntry1.3.6.1.4.1.12740.5.1.7.38.1not-accessibleAn entry containing snapshot scheduling policy information.
C32 eqliscsiVolumeSnapshotPolicyStatusNextCreate1.3.6.1.4.1.12740.5.1.7.38.1.1Counter32read-onlyThe value of this column represents number of seconds since epoch at which the next snapshot by this policy is going to be created.
INT eqliscsiVolumeSnapshotPolicyStatusOperStatus1.3.6.1.4.1.12740.5.1.7.38.1.2INTEGERread-onlyThe value of this column represents the current operational status of this policy. The policy status is set to expired after end date.
INT eqliscsiVolumeSnapshotPolicyStatusNoOfSnaps1.3.6.1.4.1.12740.5.1.7.38.1.3INTEGERread-onlyThe value of this column represents the current number of snapshots that exist in the system created by this schedule.
eqliscsiSnapCollectionPolicyStatusTable1.3.6.1.4.1.12740.5.1.7.39not-accessibleEqualLogic-Dynamic Storage SnapSnot Collection Policy Table. Note: eqliscsiSnapCollectionPolicyStatus entries (indexed by collection index and policy index) are used along with eqliscsiVolumeSnapshotPolicyStatus entries (indexed by member index, volume index and policy index). When they are used together, eqliscsiSnapCollectionPolicyStatus indexes have a member index of 0xffffffff
eqliscsiSnapCollectionPolicyStatusEntry1.3.6.1.4.1.12740.5.1.7.39.1not-accessibleAn entry containing snapshot scheduling policy information.
C32 eqliscsiSnapCollectionPolicyStatusNextCreate1.3.6.1.4.1.12740.5.1.7.39.1.1Counter32read-onlyThe value of this column represents number of seconds since epoch at which the next snapshot by this policy is going to be created.
INT eqliscsiSnapCollectionPolicyStatusOperStatus1.3.6.1.4.1.12740.5.1.7.39.1.2INTEGERread-onlyThe value of this column represents the current operational status of this policy. The policy status is set to expired after end date.
INT eqliscsiSnapCollectionPolicyStatusNoOfCollections1.3.6.1.4.1.12740.5.1.7.39.1.3INTEGERread-onlyThe value of this column represents the current number of snapshots that exist in the system created by this schedule.
eqliscsiVolumeOpsTable1.3.6.1.4.1.12740.5.1.7.40not-accessibleEqualLogic-Persistent Storage Volume Operations Table.
eqliscsiVolumeOpsEntry1.3.6.1.4.1.12740.5.1.7.40.1not-accessibleAn entry (row) containing info for volume operations.
U32 eqliscsiVolumeOpsIndex1.3.6.1.4.1.12740.5.1.7.40.1.1Unsigned32not-accessibleThis field specifies a unique index for identifing a volume.
ROW eqliscsiVolumeOpsRowStatus1.3.6.1.4.1.12740.5.1.7.40.1.2RowStatusread-createThis field is used indicate the status of this entry.
INT eqliscsiVolumeOpsOperation1.3.6.1.4.1.12740.5.1.7.40.1.3INTEGERread-writeThe current operation for this drive group 0 - no operation 1 - move Pool
INT eqliscsiVolumeOpsExec1.3.6.1.4.1.12740.5.1.7.40.1.4INTEGERread-writeThe action to perform on this operation 0 - no operation 1 - cancel 2 - failed
C32 eqliscsiVolumeOpsStartTime1.3.6.1.4.1.12740.5.1.7.40.1.5Counter32read-writeThis field contains the time of the start of the operation.
U32 eqliscsiVolumeOpsStoragePoolSourceIndex1.3.6.1.4.1.12740.5.1.7.40.1.6Unsigned32read-writeThis field unique identifies the source Storage Pool. Also the 1st part of Index for row in eqliscsiVolBalCommandTable.
U32 eqliscsiVolumeOpsStoragePoolDestinationIndex1.3.6.1.4.1.12740.5.1.7.40.1.7Unsigned32read-writeThis field unique identifies the destination Storage Pool.
U32 eqliscsiVolumeOpsVolBalCommandIndex1.3.6.1.4.1.12740.5.1.7.40.1.8Unsigned32read-create2nd Part of Index for row in eqliscsiVolBalCommandTable
U32 eqliscsiVolumeOpsVolBalCommandiscsiLocalMemberId1.3.6.1.4.1.12740.5.1.7.40.1.9Unsigned32read-create3rd Part of Index for row in eqliscsiVolBalCommandTable
eqliscsiReplicaSetExtensionTable1.3.6.1.4.1.12740.5.1.7.41not-accessibleEqualLogic-Persistent
eqliscsiReplicaSetExtensionEntry1.3.6.1.4.1.12740.5.1.7.41.1not-accessibleThis table maintains the information required by the volume if replicaset gets promoted to a volume.
OCT eqliscsiReplicaSetPrimaryPsvId1.3.6.1.4.1.12740.5.1.7.41.1.1OCTET STRINGread-createIf non-zero, the value represents the PsvId of primary site volume. The value is used by iscsi during page83 and page80 requests.
eqliscsiVolumeStoragePreferenceTable1.3.6.1.4.1.12740.5.1.7.42not-accessibleEqualLogic-Persistent
eqliscsiVolumeStoragePreferenceEntry1.3.6.1.4.1.12740.5.1.7.42.1not-accessibleThis table maintains the information related to storage preference of volumes.
ROW eqliscsiVolumeStoragePreferenceRowStatus1.3.6.1.4.1.12740.5.1.7.42.1.1RowStatusread-createRowstatus variable used to manage rows in this table.
INT eqliscsiVolumeStoragePreferenceRAIDType1.3.6.1.4.1.12740.5.1.7.42.1.2INTEGERread-createEQL-SECONDARY-KEY This field specifies the user's request to store this volume on the given RAID type.
INT eqliscsiVolumeStoragePreferenceDriveType1.3.6.1.4.1.12740.5.1.7.42.1.3INTEGERread-createEQL-SECONDARY-KEY This field specifies the user's request to store this volume on the given drive type.
INT eqliscsiVolumeStoragePreferenceDiskSpeed1.3.6.1.4.1.12740.5.1.7.42.1.4INTEGERread-createEQL-SECONDARY-KEY This field specifies the user's request to store this volume on the disks with given speed.
INT eqliscsiVolumeStoragePreferenceRAIDTypeStatus1.3.6.1.4.1.12740.5.1.7.42.1.5INTEGERread-onlyEQL-SECONDARY-KEY The value of this object represents current status of raid preference set on this volume.
eqlAdminAccountVolumeTable1.3.6.1.4.1.12740.5.1.7.43not-accessibleEqualLogic-Dynamic table indicating the access an administrator has to a volume.
eqlAdminAccountVolumeEntry1.3.6.1.4.1.12740.5.1.7.43.1not-accessibleAn entry (row) containing the access privilege.
INT eqlAdminAccountVolumeAccess1.3.6.1.4.1.12740.5.1.7.43.1.1INTEGERread-onlyThe administrative permission to a volume.
eqlAdminAccountReplicantSiteTable1.3.6.1.4.1.12740.5.1.7.44not-accessibleEqualLogic-Dynamic table indicating the access an administrator has to a partner.
eqlAdminAccountReplicantSiteEntry1.3.6.1.4.1.12740.5.1.7.44.1not-accessibleAn entry (row) containing the access privilege.
INT eqlAdminAccountReplicantSiteAccess1.3.6.1.4.1.12740.5.1.7.44.1.1INTEGERread-onlyThe administrative permission to a partner.
eqlAdminAccountVolCollectionTable1.3.6.1.4.1.12740.5.1.7.45not-accessibleEqualLogic-Dynamic table indicating the access an administrator has to a volume collection.
eqlAdminAccountVolCollectionEntry1.3.6.1.4.1.12740.5.1.7.45.1not-accessibleAn entry (row) containing the access privilege.
INT eqlAdminAccountVolCollectionAccess1.3.6.1.4.1.12740.5.1.7.45.1.1INTEGERread-onlyThe administrative permission to a volume collection.
eqliscsiVolumeOpsStatusTable1.3.6.1.4.1.12740.5.1.7.46not-accessibleEqualLogic-Dynamic Storage Volume Operations Status Table.
eqliscsiVolumeOpsStatusEntry1.3.6.1.4.1.12740.5.1.7.46.1not-accessibleAn entry (row) containing status for volume operations.
U32 eqliscsiVolumeOpsStatusCompletePct1.3.6.1.4.1.12740.5.1.7.46.1.1Unsigned32read-onlyThe percentage complete an ongoing move or bind operation is
eqliscsiVolumeDynamicConfigTable1.3.6.1.4.1.12740.5.1.7.47not-accessibleEqualLogic-Persistent Table for storing in database volume attributes that can frequently change.
eqliscsiVolumeDynamicConfigEntry1.3.6.1.4.1.12740.5.1.7.47.1not-accessibleAn entry (row) containing status for volume dynamic config. The values in this table are not user configurable.
ROW eqliscsiVolumeDynamicRowStatus1.3.6.1.4.1.12740.5.1.7.47.1.1RowStatusread-createThis field is used to create new entries and indicate the status of this entry.
U32 eqliscsiVolumeDynamicThinReserve1.3.6.1.4.1.12740.5.1.7.47.1.2Unsigned32read-createThis field specifies the amount of pool free space that is currently reserved for this Thin Provisioned Volume. A row will only exist in this table if thin-provisioning is enabled on the volume. A row will not exist for classic volumes or if thin-provisioing is disabled.
U32 eqliscsiVolumeDynamicInUseHighWaterMark1.3.6.1.4.1.12740.5.1.7.47.1.3Unsigned32read-createThis field specifies the high water mark of the volume's in-use.
U32 eqliscsiVolumeDynamicInUseHighWaterMarkTimestamp1.3.6.1.4.1.12740.5.1.7.47.1.4Unsigned32read-onlyThis field specifies the creation time for high water mark of the volume's in-use. Time is represented as the time in seconds since 00:00:00 UTC, 1970-01-01.
eqliscsiVolumeReplSiteStatusTable1.3.6.1.4.1.12740.5.1.7.48not-accessibleEqualLogic-Dynamic
eqliscsiVolumeReplSiteStatusEntry1.3.6.1.4.1.12740.5.1.7.48.1not-accessiblepartner related status information
U32 eqliscsiVolumeReplSiteFailbackSpace1.3.6.1.4.1.12740.5.1.7.48.1.1Unsigned32read-onlyThis value represents the space consumed by of all failback replicasets that belong to this partner.
eqliscsiVolumeChunkTable1.3.6.1.4.1.12740.5.1.7.49not-accessibleEqualLogic-Dynamic. This table exposes the volume as number of chunks.
eqliscsiVolumeChunkEntry1.3.6.1.4.1.12740.5.1.7.49.1not-accessibleInformation related to each chunk.
U32 eqliscsiVolumeChunkIndex1.3.6.1.4.1.12740.5.1.7.49.1.1Unsigned32not-accessibleThis value represents index of the chunk.
U32 eqliscsiVolumeChunkVersion1.3.6.1.4.1.12740.5.1.7.49.1.2Unsigned32read-onlyThis value represents version of the chunk. Different versions of chunks can be of different sizes. Currently chunks with version 1 are supported.
U32 eqliscsiVolumeChunkSegmentSize1.3.6.1.4.1.12740.5.1.7.49.1.3Unsigned32read-onlyThis value represents the size of a segment. In chunk version 1, segment size is 256k bytes of data.
U32 eqliscsiVolumeChunkSegments1.3.6.1.4.1.12740.5.1.7.49.1.4Unsigned32read-onlyThis value represents the size of the chunk expressed as number of segments.
OCT eqliscsiVolumeChunkModified1.3.6.1.4.1.12740.5.1.7.49.1.5OCTET STRINGread-onlyThis value represents a bit mask of modified segments in the given chunk.
eqliscsiReplicantSiteOpsTable1.3.6.1.4.1.12740.5.1.7.50not-accessibleEqualLogic-Persistent Replicant Site Operations Table.
eqliscsiReplicantSiteOpsEntry1.3.6.1.4.1.12740.5.1.7.50.1not-accessibleAn entry (row) containing info for replicant site operations.
U32 eqliscsiReplicantSiteOpsIndex1.3.6.1.4.1.12740.5.1.7.50.1.1Unsigned32not-accessibleThis field specifies a unique index for identifing a replicant site operation.
ROW eqliscsiReplicantSiteOpsRowStatus1.3.6.1.4.1.12740.5.1.7.50.1.2RowStatusread-createThis field is used indicate the status of this entry.
INT eqliscsiReplicantSiteOpsOperation1.3.6.1.4.1.12740.5.1.7.50.1.3INTEGERread-writeThe current operation for this drive group 0 - no operation 1 - move Pool
INT eqliscsiReplicantSiteOpsExec1.3.6.1.4.1.12740.5.1.7.50.1.4INTEGERread-writeThe action to perform on this operation 0 - no operation 1 - cancel 2 - failed
C32 eqliscsiReplicantSiteOpsStartTime1.3.6.1.4.1.12740.5.1.7.50.1.5Counter32read-writeThis field contains the time of the start of the operation.
U32 eqliscsiReplicantSiteOpsStoragePoolSourceIndex1.3.6.1.4.1.12740.5.1.7.50.1.6Unsigned32read-writeThis field unique identifies the source Storage Pool. Also the 1st part of Index for row in eqliscsiVolBalCommandTable.
U32 eqliscsiReplicantSiteOpsStoragePoolDestinationIndex1.3.6.1.4.1.12740.5.1.7.50.1.7Unsigned32read-writeThis field unique identifies the destination Storage Pool.
U32 eqliscsiReplicantSiteOpsVolBalCommandIndex1.3.6.1.4.1.12740.5.1.7.50.1.8Unsigned32read-create2nd Part of Index for row in eqliscsiVolBalCommandTable
U32 eqliscsiReplicantSiteOpsVolBalCommandiscsiLocalMemberId1.3.6.1.4.1.12740.5.1.7.50.1.9Unsigned32read-create3rd Part of Index for row in eqliscsiVolBalCommandTable
eqliscsiReplicantSiteOpsStatusTable1.3.6.1.4.1.12740.5.1.7.51not-accessibleEqualLogic-Dynamic Replicant Site Operations Status Table.
eqliscsiReplicantSiteOpsStatusEntry1.3.6.1.4.1.12740.5.1.7.51.1not-accessibleAn entry (row) containing status for replicant site operations.
U32 eqliscsiReplicantSiteOpsStatusCompletePct1.3.6.1.4.1.12740.5.1.7.51.1.1Unsigned32read-onlyThe percentage complete an ongoing move or bind operation is
eqliscsiReplicantSiteStatusTable1.3.6.1.4.1.12740.5.1.7.52not-accessibleEqualLogic-Dynamic The replicant site status table contains the status of all the remote replication sites which have been given access to the local storage pool for the purposes of creating replica sets.
eqliscsiReplicantSiteStatusEntry1.3.6.1.4.1.12740.5.1.7.52.1not-accessible
INT eqliscsiReplicantSiteStatusAvailable1.3.6.1.4.1.12740.5.1.7.52.1.1INTEGERread-onlyThe current availability of the remote site
U32 eqliscsiReplicantSiteStatusMajorVersion1.3.6.1.4.1.12740.5.1.7.52.1.2Unsigned32read-onlyThis variable specifies the Major part of the lowest member software version of the remote replication site group.
U32 eqliscsiReplicantSiteStatusMinorVersion1.3.6.1.4.1.12740.5.1.7.52.1.3Unsigned32read-onlyThis variable specifies the Minor part of the lowest member software version of the remote replication site group.
U32 eqliscsiReplicantSiteStatusMaintVersion1.3.6.1.4.1.12740.5.1.7.52.1.4Unsigned32read-onlyThis variable specifies the Maintenance part of the lowest member software version of the remote replication site group.
eqliscsiVolumeTaskStatusTable1.3.6.1.4.1.12740.5.1.7.53not-accessibleEqualLogic-Dynamic Storage Volume Operations Status Table.
eqliscsiVolumeTaskStatusEntry1.3.6.1.4.1.12740.5.1.7.53.1not-accessibleAn entry (row) containing status for volume operations.
U32 eqliscsiVolumeTaskStatusErrorCode1.3.6.1.4.1.12740.5.1.7.53.1.1Unsigned32read-onlyError if any occurred while executing the task on this volume.
eqliscsiVolumeTemplateThinClonesTable1.3.6.1.4.1.12740.5.1.7.54not-accessibleEqualLogic-Dynamic Storage Template Thin Clone Table
eqliscsiVolumeTemplateThinClonesEntry1.3.6.1.4.1.12740.5.1.7.54.1not-accessibleAn entry (row) containing a templates thin clone info. The first 2 indices are the volume index of the template volume and the second 2 indicies are the volume index of the thin clone.
U32 eqliscsiThinCloneLocalMemberId1.3.6.1.4.1.12740.5.1.7.54.1.1Unsigned32not-accessibleThis field specifies the first part of a unique index for identifing a the thin clone.
U32 eqliscsiThinCloneVolumeIndex1.3.6.1.4.1.12740.5.1.7.54.1.2Unsigned32not-accessibleThis field specifies the second part of a unique index for identifing a thin clone.
T/F eqliscsiVolumeTemplateThinClonesMember1.3.6.1.4.1.12740.5.1.7.54.1.3TruthValueread-onlyAlways true.
eqliscsiVolumeAdminAccountTable1.3.6.1.4.1.12740.5.1.7.55not-accessibleEqualLogic-Persistent Admin Account Volume Table. This table contains a list of privilege matchings of administrative accounts and the volumes those administrators have access to.
eqliscsiVolumeAdminAccountEntry1.3.6.1.4.1.12740.5.1.7.55.1not-accessibleAn entry (row) containing mapping of administrative accounts and their volume access.
ROW eqliscsiVolumeAdminAccountRowStatus1.3.6.1.4.1.12740.5.1.7.55.1.1RowStatusread-createThis field is used indicate the status of this entry.
eqliscsiTemplateVolumeStatusTable1.3.6.1.4.1.12740.5.1.7.56not-accessibleEqualLogic-Dynamic Storage template Volume status Table. This table contains a list of template volumes in a group and their stats.
eqliscsiTemplateVolumeStatusEntry1.3.6.1.4.1.12740.5.1.7.56.1not-accessibleAn entry (row) containing template volume stats.
U32 eqliscsiTemplateVolumeStatusNumThinClones1.3.6.1.4.1.12740.5.1.7.56.1.1Unsigned32read-onlyThis field represents the number of thin clones associated with a template volume.
U32 eqliscsiTemplateVolumeStatusNumThinCloneReplicators1.3.6.1.4.1.12740.5.1.7.56.1.2Unsigned32read-onlyThis field represents the number of thin clone replicators associated with a template volume.
U32 eqliscsiTemplateVolumeStatusNumThinCloneReplicaSets1.3.6.1.4.1.12740.5.1.7.56.1.3Unsigned32read-onlyThis field represents the number of thin clone replica sets associated with a template volume.
eqliscsiSnapAccumulatedStatisticsTable1.3.6.1.4.1.12740.5.1.7.57not-accessibleEqualLogic-Dynamic This table contains a list inbound-replica sets and their statistics.
eqliscsiSnapAccumulatedStatisticsEntry1.3.6.1.4.1.12740.5.1.7.57.1not-accessibleAn entry (row) containing inbound-replicaset statistics.
C32 eqliscsiSnapAccumulatedStatsCmdPdus1.3.6.1.4.1.12740.5.1.7.57.1.1Counter32read-onlyThe count of Command PDUs transferred to this snapshot.
C32 eqliscsiSnapAccumulatedStatsRspPdus1.3.6.1.4.1.12740.5.1.7.57.1.2Counter32read-onlyThe count of Response PDUs transferred to this snapshot.
C64 eqliscsiSnapAccumulatedStatsTxData1.3.6.1.4.1.12740.5.1.7.57.1.3Counter64read-onlyThe count of data octets that were transmitted by the local iSCSI node.
C64 eqliscsiSnapAccumulatedStatsRxData1.3.6.1.4.1.12740.5.1.7.57.1.4Counter64read-onlyThe count of data octets that were received by the local iSCSI node.
U32 eqliscsiSnapAccumulatedStatsNoOfSessions1.3.6.1.4.1.12740.5.1.7.57.1.5Unsigned32read-onlyNo of sessions that were established and closed so far to this snapshot.
C64 eqliscsiSnapAccumulatedStatsReadLatency1.3.6.1.4.1.12740.5.1.7.57.1.6Counter64read-onlyThe accumulative latency in milli seconds for read operations on this snapshot.
C64 eqliscsiSnapAccumulatedStatsWriteLatency1.3.6.1.4.1.12740.5.1.7.57.1.7Counter64read-onlyThe accumulative latency in milli seconds for write operations on this snapshot.
C64 eqliscsiSnapAccumulatedStatsReadOpCount1.3.6.1.4.1.12740.5.1.7.57.1.8Counter64read-onlyThe number of read operations on this snapshot.
C64 eqliscsiSnapAccumulatedStatsWriteOpCount1.3.6.1.4.1.12740.5.1.7.57.1.9Counter64read-onlyThe number of write operations on this snapshot.
G32 eqliscsiSnapAccumulatedStatsReadAvgLatency1.3.6.1.4.1.12740.5.1.7.57.1.10Gauge32read-onlyThe average latency in milli seconds for read operations on this snapshot.
G32 eqliscsiSnapAccumulatedStatsWriteAvgLatency1.3.6.1.4.1.12740.5.1.7.57.1.11Gauge32read-onlyThe average latency in milli seconds for write operations on this snapshot.
C64 eqliscsiSnapAccumulatedStatsIscsiReadWriteCmdsReceived1.3.6.1.4.1.12740.5.1.7.57.1.12Counter64read-onlyThe number of iscsi read/write commands received for operations on this volume. This object is a 64-bit version of eqliscsiVolumeStatsIscsiREadWriteCmdsReceived.
C64 eqliscsiSnapAccumulatedStatsIscsiTotalQD1.3.6.1.4.1.12740.5.1.7.57.1.13Counter64read-onlyA 64-bit counter that is incremented by the current number of outstanding iSCSI IO operations each time an iSCSI IO is received by the target. The iSCSI IO operations include both reads and writes. This counter when divided by the total number of iSCSI IO operations provides the average queue depth. This object is a 64 bit version of eqliscsiVolumeStatsIscsiReadWriteCmdsCompleted.
eqliscsiVolumeReplSiteAdminAccountTable1.3.6.1.4.1.12740.5.1.7.58not-accessibleEqualLogic-Persistent Admin Account Replication Site Table. This table contains a list of privilege matchings of administrative accounts and the replication sites those administrators have access to.
eqliscsiVolumeReplSiteAdminAccountEntry1.3.6.1.4.1.12740.5.1.7.58.1not-accessibleAn entry (row) containing mapping of administrative accounts and their replication site access.
ROW eqliscsiVolumeReplSiteAdminAccountRowStatus1.3.6.1.4.1.12740.5.1.7.58.1.1RowStatusread-createThis field is used indicate the status of this entry.
REP eqliscsiVolumeReplSiteAdminAccountQuotaType1.3.6.1.4.1.12740.5.1.7.58.1.2ReplSiteQuotaTyperead-createThe format of the adminQuota value: 0 - Unlimited quota, 1 - Size in Megabytes. This field applies only to Volume Administrators.
U32 eqliscsiVolumeReplSiteAdminAccountQuota1.3.6.1.4.1.12740.5.1.7.58.1.3Unsigned32read-createThis field specifies the storage space quota (in MB) for a Volume Administrator in the delegated space at this replication site. This field applies only to Volume Administrators.
eqlLdapLoginAccessReplSiteTable1.3.6.1.4.1.12740.5.1.7.59not-accessibleEqualLogic-Persistent Group LDAP login access table. For LDAP login access configured with volume-admin privilege stores the replication sites, volume-admin has access to.
eqlLdapLoginAccessReplSiteEntry1.3.6.1.4.1.12740.5.1.7.59.1not-accessibleAn entry (row) containing the configuration for the LDAP login access replication quotas.
REP eqlLdapLoginAccessReplSiteQuotaType1.3.6.1.4.1.12740.5.1.7.59.1.1ReplSiteQuotaTyperead-createThe format of the adminQuota value: 0 - Unlimited quota, 1 - Size in Megabytes. This field applies only to Volume Administrators.
U32 eqlLdapLoginAccessReplSiteQuota1.3.6.1.4.1.12740.5.1.7.59.1.2Unsigned32read-createThis field specifies the storage space quota (in MB) for a Volume Administrator in the storage Repl Site. This field applies only to Volume Administrators.
ROW eqlLdapLoginAccessReplSiteRowStatus1.3.6.1.4.1.12740.5.1.7.59.1.3RowStatusread-createThis field is used indicate the status of this entry.
eqliscsiVolumeSyncReplExtensionTable1.3.6.1.4.1.12740.5.1.7.60not-accessibleEqualLogic-Persistent
eqliscsiVolumeSyncReplExtensionEntry1.3.6.1.4.1.12740.5.1.7.60.1not-accessibleAn entry (row) containing volume-specific information required for configuring synchronous replication
ROW eqliscsiVolumeSyncReplExtRowStatus1.3.6.1.4.1.12740.5.1.7.60.1.1RowStatusread-createThis field is used to indicate the status of this entry.
U32 eqliscsiVolumeSyncReplExtSyncReplLocalMemberId1.3.6.1.4.1.12740.5.1.7.60.1.2Unsigned32read-createThis field specifies the first part of a unique index for identifing a synchronous replication relationship between volumes.
U32 eqliscsiVolumeSyncReplExtSyncReplIndex1.3.6.1.4.1.12740.5.1.7.60.1.3Unsigned32read-createThis field specifies the second part of a unique index for identifing a synchronous replication relationship between volumes.
OCT eqliscsiVolumeSyncReplExtIntTargetIscsiName1.3.6.1.4.1.12740.5.1.7.60.1.4OCTET STRINGread-createThis field specifies the iSCSI target name that is internally used for a syncronous replication volume.
eqliscsiVolumeSyncReplTable1.3.6.1.4.1.12740.5.1.7.61not-accessibleEqualLogic-Persistent
eqliscsiVolumeSyncReplEntry1.3.6.1.4.1.12740.5.1.7.61.1not-accessibleAn entry (row) containing configuration information for replicating an active volume to a standby
ROW eqliscsiVolumeSyncReplRowStatus1.3.6.1.4.1.12740.5.1.7.61.1.1RowStatusread-createThis field is used to indicate the status of this entry.
U32 eqliscsiVolumeSyncReplLocalMemberId1.3.6.1.4.1.12740.5.1.7.61.1.2Unsigned32not-accessibleThis field specifies the first part of a unique index for identifing a synchronous replication relationship between volumes.
U32 eqliscsiVolumeSyncReplIndex1.3.6.1.4.1.12740.5.1.7.61.1.3Unsigned32not-accessibleThis field specifies the second part of a unique index for identifing a synchronous replication relationship between volumes.
T/F eqliscsiVolumeSyncReplPaused1.3.6.1.4.1.12740.5.1.7.61.1.4TruthValueread-writeIndicates whether IO forwarding to the replication standby volume is allowed (false) or halted (true).
eqliscsiVolumeSyncReplPeerTable1.3.6.1.4.1.12740.5.1.7.62not-accessibleEqualLogic-Dynamic
eqliscsiVolumeSyncReplPeerEntry1.3.6.1.4.1.12740.5.1.7.62.1not-accessibleAn entry (row) containing peer volume information for synchronous volume replication. The first 2 indexes identify the volume, and the second 2 indexes identify the peer.
U32 eqliscsiVolumeSyncReplPeerLocalMemberId1.3.6.1.4.1.12740.5.1.7.62.1.1Unsigned32not-accessibleThis field specifies the first part of a unique index for identifing the peer of the synchronous replication volume.
U32 eqliscsiVolumeSyncReplPeerVolIndex1.3.6.1.4.1.12740.5.1.7.62.1.2Unsigned32not-accessibleThis field specifies the second part of a unique index for identifing the peer of the synchronous replication volume.
OCT eqliscsiVolumeSyncReplPeerPsvId1.3.6.1.4.1.12740.5.1.7.62.1.3OCTET STRINGread-onlyIf non-zero, the value represents the PsvId of the peer of the synchronous replication volume.
eqliscsiVolumeSyncReplStatusTable1.3.6.1.4.1.12740.5.1.7.63not-accessibleEqualLogic-Dynamic
eqliscsiVolumeSyncReplStatusEntry1.3.6.1.4.1.12740.5.1.7.63.1not-accessibleSynchronous replication status information
INT eqliscsiVolumeSyncReplStatusSyncStatus1.3.6.1.4.1.12740.5.1.7.63.1.1INTEGERread-onlyThis field specifies whether the volume is in sync
INT eqliscsiVolumeSyncReplStatusUnreplicatedChanges1.3.6.1.4.1.12740.5.1.7.63.1.2INTEGERread-onlyThis field specifies whether unreplicated changes exist for this volume.
U32 eqliscsiVolumeSyncReplStatusTotalTxDataMB1.3.6.1.4.1.12740.5.1.7.63.1.3Unsigned32read-onlyThis field represents the amount of total changes since last in sync.
U32 eqliscsiVolumeSyncReplStatusRemainingTxDataMB1.3.6.1.4.1.12740.5.1.7.63.1.4Unsigned32read-onlyThis field represents the amount of remaining changes which need to be replicated.
eqliscsiVolumeSyncReplVirtualTable1.3.6.1.4.1.12740.5.1.7.64not-accessibleEqualLogic-Dynamic Sync Replication Virtual Volume Table. This table contains a list of sync replication virtual volumes in a group and their attributes.
eqliscsiVolumeSyncReplVirtualEntry1.3.6.1.4.1.12740.5.1.7.64.1not-accessibleAn entry (row) containing sync replication virtual volume info.
INT eqliscsiVolumeSyncReplVirtualAccessType1.3.6.1.4.1.12740.5.1.7.64.1.1INTEGERread-createThis field specifies access rights for the volume. The volume can be either read-write or read-only. The default is read-write.
INT eqliscsiVolumeSyncReplVirtualAdminStatus1.3.6.1.4.1.12740.5.1.7.64.1.2INTEGERread-createThis field specifies if the volume is set to online or offline by the administrator. If a volume is offline, it cannot be accessed by iscsi initiators.
INT eqliscsiVolumeSyncReplVirtualMultInitiator1.3.6.1.4.1.12740.5.1.7.64.1.3INTEGERread-writeSpecifies if the access from multiple initiators is allowed for the volume.
eqliscsiVolumeSyncReplVirtualStatusTable1.3.6.1.4.1.12740.5.1.7.65not-accessibleEqualLogic-Dynamic Sync Replication Virtual Volume Table. This table contains a list of sync replication virtual volumes in a group and their stats.
eqliscsiVolumeSyncReplVirtualStatusEntry1.3.6.1.4.1.12740.5.1.7.65.1not-accessibleAn entry (row) containing sync replication virtual volume stats.
I32 eqliscsiVolumeSyncReplVirtualStatusReservedSpace1.3.6.1.4.1.12740.5.1.7.65.1.1Integer32read-onlyThis field specifies how many MB of space is reserved for snapshots of this volume. This is a dynamic value, it is not Administrator setable.
I32 eqliscsiVolumeSyncReplVirtualStatusReservedSpaceAvail1.3.6.1.4.1.12740.5.1.7.65.1.2Integer32read-onlyThis field specifies how many MB of reserved space that is unused by the snapshots.
I32 eqliscsiVolumeSyncReplVirtualStatusNumSnapshots1.3.6.1.4.1.12740.5.1.7.65.1.3Integer32read-onlyIndicates the number of snapshots that the system is maintaining on the specified volume
INT eqliscsiVolumeSyncReplVirtualStatusOperStatus1.3.6.1.4.1.12740.5.1.7.65.1.4INTEGERread-onlyThis field specifies the current operational status of the volume.
I32 eqliscsiVolumeSyncReplVirtualStatusConnections1.3.6.1.4.1.12740.5.1.7.65.1.5Integer32read-onlyThe value of this object represents number of active iscsi connections to this volume. It MUST match with the number of rows for this particular iscsiNode in iscsiConnectionAttributesTable.
U32 eqliscsiVolumeSyncReplVirtualStatusAllocatedSpace1.3.6.1.4.1.12740.5.1.7.65.1.6Unsigned32read-onlyThe value of this object represents the actual materialized pages for this volume.
U32 eqliscsiVolumeSyncReplVirtualStatusVolReserveSpace1.3.6.1.4.1.12740.5.1.7.65.1.7Unsigned32read-onlyThe value of this object represents the pages reserved for this volume.
I32 eqliscsiVolumeSyncReplVirtualStatusExtConnections1.3.6.1.4.1.12740.5.1.7.65.1.8Integer32read-onlyThe value of this object represents number of active iscsi connections to this volume, not counting EQL generated connections.
eqliscsiVolumeSyncReplVirtualStatisticsTable1.3.6.1.4.1.12740.5.1.7.66not-accessibleEqualLogic-Dynamic Sync Replication Virtual Volume Table. This table contains a list of sync replication virtual volumes in a group and their statistics.
eqliscsiVolumeSyncReplVirtualStatisticsEntry1.3.6.1.4.1.12740.5.1.7.66.1not-accessibleAn entry (row) containing sync replication virtual volume statistics.
C64 eqliscsiVolumeSyncReplVirtualStatsTxData1.3.6.1.4.1.12740.5.1.7.66.1.1Counter64read-onlyThe count of data octets that were transmitted by the local iSCSI node.
C64 eqliscsiVolumeSyncReplVirtualStatsRxData1.3.6.1.4.1.12740.5.1.7.66.1.2Counter64read-onlyThe count of data octets that were received by the local iSCSI node.
eqliscsiVsrVirtualSyncReplStatusTable1.3.6.1.4.1.12740.5.1.7.67not-accessibleEqualLogic-Dynamic Sync Replication Virtual Volume Sync Repl Status Table. This table contains a list of sync replication virtual volumes in a group and their sync replication status.
eqliscsiVsrVirtualSyncReplStatusEntry1.3.6.1.4.1.12740.5.1.7.67.1not-accessibleAn entry (row) containing sync replication virtual volume sync replication status.
INT eqliscsiVsrVirtualSyncReplStatusSyncStatus1.3.6.1.4.1.12740.5.1.7.67.1.1INTEGERread-onlyThis field specifies whether the volume is in sync.
INT eqliscsiVsrVirtualSyncReplStatusUnreplicatedChanges1.3.6.1.4.1.12740.5.1.7.67.1.2INTEGERread-onlyThis field specifies whether unreplicated changes exist for this volume.
U32 eqliscsiVsrVirtualSyncReplStatusTotalTxDataMB1.3.6.1.4.1.12740.5.1.7.67.1.3Unsigned32read-onlyThis field represents the amount of total changes since last in sync.
U32 eqliscsiVsrVirtualSyncReplStatusRemainingTxDataMB1.3.6.1.4.1.12740.5.1.7.67.1.4Unsigned32read-onlyThis field represents the amount of remaining changes which need to be replicated.
eqliscsiSyncReplAfoStateTable1.3.6.1.4.1.12740.5.1.7.68not-accessibleEqualogic-member local AFO state
eqliscsiSyncReplAfoStateEntry1.3.6.1.4.1.12740.5.1.7.68.1not-accessibleAn member local entry (row) containing a volume's AFO state for synchronous replication The first 4 indexes identify the volume with the lowest psvid, and the second 4 indexes identify the volume with the highest psvid.
U32 eqliscsiSyncReplAfoSeqNum1.3.6.1.4.1.12740.5.1.7.68.1.1Unsigned32not-accessibleThis field specifies the sequence number for the record
U32 eqliscsiSyncReplAfoState1.3.6.1.4.1.12740.5.1.7.68.1.2Unsigned32not-accessibleThis field specifies the current AFO state
OCT eqliscsiSyncReplAfoGrpLeadUuid1.3.6.1.4.1.12740.5.1.7.68.1.3OCTET STRINGnot-accessibleThis value represents the UUID of the Group lead that wrote this record
eqliscsiVolCollectionSyncReplActivePoolTable1.3.6.1.4.1.12740.5.1.7.69not-accessibleEqualLogic-Persistent This table maintains the list of pool configuration for each sync-repl collection.
eqliscsiVolCollectionSyncReplActivePoolEntry1.3.6.1.4.1.12740.5.1.7.69.1not-accessibleAn entry in the table.
ROW eqliscsiVolCollectionSyncReplActivePoolRowStatus1.3.6.1.4.1.12740.5.1.7.69.1.1RowStatusread-createThis field is used indicate the status of this entry.
U32 eqliscsiVolCollectionSyncReplActivePoolIndex1.3.6.1.4.1.12740.5.1.7.69.1.2Unsigned32read-writeThis field specifies the unique index of the pool serving as the active pool in a sync-replication collection
BIT eqliscsiVolCollectionSyncReplActivePoolFlags1.3.6.1.4.1.12740.5.1.7.69.1.3Bitsread-writeThis fields defines the common place holder for sync-replication volume collection. The flags must be of type enable(1) or disable(0), and the default will always be disable(0).
eqliscsiVolCollectionSyncReplStatusTable1.3.6.1.4.1.12740.5.1.7.70not-accessibleEqualLogic-Dynamic
eqliscsiVolCollectionSyncReplStatusEntry1.3.6.1.4.1.12740.5.1.7.70.1not-accessibleSynchronous replication status information
INT eqliscsiVolCollectionSyncReplStatusSyncStatus1.3.6.1.4.1.12740.5.1.7.70.1.1INTEGERread-onlyThis field specifies whether the collection is in sync
INT eqliscsiVolCollectionSyncReplStatusUnreplicatedChanges1.3.6.1.4.1.12740.5.1.7.70.1.2INTEGERread-onlyThis field specifies whether unreplicated changes exist for this collection
U32 eqliscsiVolCollectionSyncReplStatusTotalTxDataMB1.3.6.1.4.1.12740.5.1.7.70.1.3Unsigned32read-onlyThis field represents the amount of total changes since last in sync for this collection
U32 eqliscsiVolCollectionSyncReplStatusRemainingTxDataMB1.3.6.1.4.1.12740.5.1.7.70.1.4Unsigned32read-onlyThis field represents the amount of remaining changes which need to be replicated for this collection
eqliscsiVolumeSyncReplIndexVolumesTable1.3.6.1.4.1.12740.5.1.7.71not-accessibleEqualLogic-Dynamic Sync replication index volumes table. Provides relationships between sync replication indexes and all the volumes that are associated with that index.
eqliscsiVolumeSyncReplIndexVolumesEntry1.3.6.1.4.1.12740.5.1.7.71.1not-accessibleAn entry (row) containing volume information for synchronous replication access/alternate pairs. The first two parts of the index identify the sync repl index of the pair, and the second two parts of the index identify the volume.
OCT eqliscsiVolumeSyncReplIndexVolumesPsvId1.3.6.1.4.1.12740.5.1.7.71.1.1OCTET STRINGread-onlyIf non-zero, the value represents the PsvId of the peer of the synchronous replication volume.
eqliscsiVolumeSyncReplSyncActiveOfflineTable1.3.6.1.4.1.12740.5.1.7.72not-accessibleEqualLogic-Dynamic
eqliscsiVolumeSyncReplSyncActiveOfflineEntry1.3.6.1.4.1.12740.5.1.7.72.1not-accessibleAn entry (row) containing volume-specific information used to set the identified Synchronous Replication volume offline.
T/F eqliscsiVolumeSyncReplSyncActiveOffline1.3.6.1.4.1.12740.5.1.7.72.1.1TruthValueread-writeThis field is used to take the SyncActive volume offline. This field is read-write.
eqliscsiDeletedVolumeInfoTable1.3.6.1.4.1.12740.5.1.7.73not-accessibleEqualLogic-Persistent
eqliscsiDeletedVolumeInfoEntry1.3.6.1.4.1.12740.5.1.7.73.1not-accessibleAn entry (row) containing information about a volume at the time it was deleted, used to restore a deleted volume to its original state (on un-delete), or to purge volume permanently to create free space.
ROW eqliscsiDeletedVolumeInfoRowStatus1.3.6.1.4.1.12740.5.1.7.73.1.1RowStatusread-onlyThis field is used to indicate the status of this entry.
STR eqliscsiDeletedVolumeInfoOriginalName1.3.6.1.4.1.12740.5.1.7.73.1.2UTFStringread-onlyThis field is the original name of the volume at the time it was deleted. A unique name is created for a deleted volume so that it does not collide with visible volumes. The volume is restored with this original name if possible.
INT eqliscsiDeletedVolumeInfoOriginalType1.3.6.1.4.1.12740.5.1.7.73.1.3INTEGERread-onlyThis field specifies the volume type at the time it was deleted. Volumes are converted to thin provisioned when they are deleted in order to consume as little free space as possible. They are converted back to this type when they are restored.
BIT eqliscsiDeletedVolumeFlags1.3.6.1.4.1.12740.5.1.7.73.1.4Bitsread-onlyThis bitfield contains volume modifiers or types that a volume originally had at the time it was deleted. Deleted volumes are converted to thin-provisioned while recoverable, these fields help to restore a volume to its original state.
C32 eqliscsiDeletedVolumeInfoDeleteDate1.3.6.1.4.1.12740.5.1.7.73.1.5Counter32read-onlyThis field specifies the deleted time for a volume. Time is represented as the time in seconds since 00:00:00 UTC, 1970-01-01. It is used to determine the oldest deleted volume when it is necessary to trim back volumes to create free space.
U32 eqliscsiDeletedVolumeThinWarnPercentage1.3.6.1.4.1.12740.5.1.7.73.1.6Unsigned32read-onlyThis field is the original thin warning percentage for the volume at the time it was deleted.
U32 eqliscsiDeletedVolumeThinMaxGrowPercentage1.3.6.1.4.1.12740.5.1.7.73.1.7Unsigned32read-onlyThis field is the original thin max grow percentage for the volume at the time it was deleted.
eqliscsiVolumeSyncReplActivePeerTable1.3.6.1.4.1.12740.5.1.7.74not-accessibleEqualLogic-Persistent This table maintains the volume index of the volume in the active pool for a sync-repl volume.
eqliscsiVolumeSyncReplActivePeerEntry1.3.6.1.4.1.12740.5.1.7.74.1not-accessibleAn entry (row) containing active peer volume information for synchronous volume replication.
ROW eqliscsiVolumeSyncReplActivePeerRowStatus1.3.6.1.4.1.12740.5.1.7.74.1.1RowStatusread-createThis field is used indicate the status of this entry.
U32 eqliscsiVolumeSyncReplActivePeerLocalMemberId1.3.6.1.4.1.12740.5.1.7.74.1.2Unsigned32read-writeThis field specifies the first part of a unique index for identifing the active peer of the synchronous replication volume.
U32 eqliscsiVolumeSyncReplActivePeerVolIndex1.3.6.1.4.1.12740.5.1.7.74.1.3Unsigned32read-writeThis field specifies the second part of a unique index for identifing the active peer of the synchronous replication volume.
BIT eqliscsiVolumeSyncReplActivePeerFlags1.3.6.1.4.1.12740.5.1.7.74.1.4Bitsread-writeThis field defines the common place holder for sync-replication volume. The flags must be of type enable(1) or disable(0), and the default will always be disable(0).
eqliscsiVolumeSyncReplActivePeerLookupTable1.3.6.1.4.1.12740.5.1.7.75not-accessibleEqualLogic-Dynamic
eqliscsiVolumeSyncReplActivePeerLookupEntry1.3.6.1.4.1.12740.5.1.7.75.1not-accessibleAn entry (row) containing active peer volume information for synchronous volume replication. The index identifies any peer, and the columns identify the active peer, or 0 if there is none.
U32 eqliscsiVolumeSyncReplActivePeerLookupLocalMemberId1.3.6.1.4.1.12740.5.1.7.75.1.1Unsigned32read-onlyThis field specifies the first part of a unique index for identifing the active peer of the synchronous replication volume.
U32 eqliscsiVolumeSyncReplActivePeerLookupVolIndex1.3.6.1.4.1.12740.5.1.7.75.1.2Unsigned32read-onlyThis field specifies the second part of a unique index for identifing the active peer of the synchronous replication volume.
eqliscsiVolumeSyncReplFailbackTable1.3.6.1.4.1.12740.5.1.7.76not-accessibleEqualLogic-Persistent This table maintains the list of underlying sync-repl volumes and if they can be used as a sync-repl failback target.
eqliscsiVolumeSyncReplFailbackEntry1.3.6.1.4.1.12740.5.1.7.76.1not-accessibleAn entry in the sync-repl failback table.
ROW eqliscsiVolumeSyncReplFailbackRowStatus1.3.6.1.4.1.12740.5.1.7.76.1.1RowStatusread-createThis field is used indicate the status of this table entry.
T/F eqliscsiVolumeSyncReplAllowFailback1.3.6.1.4.1.12740.5.1.7.76.1.2TruthValueread-writeThis field is used to indicate that this volume can be used as a failback target.
eqliscsiVolCollectionSyncReplSyncActiveOfflineTable1.3.6.1.4.1.12740.5.1.7.77not-accessibleEqualLogic-Dynamic
eqliscsiVolCollectionSyncReplSyncActiveOfflineEntry1.3.6.1.4.1.12740.5.1.7.77.1not-accessibleAn entry (row) containing pool-specific information used to set the identified Synchronous Replication pool offline.
T/F eqliscsiVolCollectionSyncReplSyncActiveOffline1.3.6.1.4.1.12740.5.1.7.77.1.1TruthValueread-writeThis field is used to take the collection SyncActive pool offline. This field is read-write.
eqliscsiSyncReplStateTable1.3.6.1.4.1.12740.5.1.7.78not-accessibleEqualogic-member local syncrep state
eqliscsiSyncReplStateEntry1.3.6.1.4.1.12740.5.1.7.78.1not-accessibleAn member local entry (row) containing a volume's synchronous replication state The first 4 indexes identify the volume with the lowest psvid, and the second 4 indexes identify the volume with the highest psvid.
U32 eqliscsiSyncReplStateSeqNum1.3.6.1.4.1.12740.5.1.7.78.1.1Unsigned32not-accessibleThis field specifies the sequence number for the record
U32 eqliscsiSyncReplStateState1.3.6.1.4.1.12740.5.1.7.78.1.2Unsigned32not-accessibleThis field specifies the Sync Rep State for the volume
OCT eqliscsiSyncReplStateGrpLeadUuid1.3.6.1.4.1.12740.5.1.7.78.1.3OCTET STRINGnot-accessibleThis value represents the UUID of the Group lead that wrote this record
eqliscsiVsrVirtualSyncReplSyncActiveOfflineTable1.3.6.1.4.1.12740.5.1.7.79not-accessibleEqualLogic-Dynamic
eqliscsiVsrVirtualSyncReplSyncActiveOfflineEntry1.3.6.1.4.1.12740.5.1.7.79.1not-accessibleAn entry (row) containing volume-specific information used to set the identified Synchronous Replication volume offline for a virtual volume.
T/F eqliscsiVsrVirtualSyncReplSyncActiveOffline1.3.6.1.4.1.12740.5.1.7.79.1.1TruthValueread-onlyThis field is used to get the SyncActive offline status for the sync-rep volume pair represented by the virtual volume. This field is read-only, the value can only be set via the volume SyncActive offline table.
eqliscsiVsrCollectionSyncReplSyncActiveOfflineTable1.3.6.1.4.1.12740.5.1.7.80not-accessibleEqualLogic-Dynamic
eqliscsiVsrCollectionSyncReplSyncActiveOfflineEntry1.3.6.1.4.1.12740.5.1.7.80.1not-accessibleAn entry (row) containing pool-specific information used to read the identified Synchronous Replication pool offline.
T/F eqliscsiVsrCollectionSyncReplSyncActiveOffline1.3.6.1.4.1.12740.5.1.7.80.1.1TruthValueread-onlyThis field is used to get the SyncActive offline status for the sync-rep collection represented by the virtual collection This field is read-only, the value can only be set via the volume SyncActive offline collection table.
eqliscsiVolNameSecondaryIndexTable1.3.6.1.4.1.12740.5.1.7.81not-accessibleEqualLogic-Dynamic
eqliscsiVolNameSecondaryIndexEntry1.3.6.1.4.1.12740.5.1.7.81.1not-accessibleAn entry (row) which uses the eqliscsiVolumeName secondary key to lookup a eqliscsiVolumeName.
ROW eqliscsiVolNameSecondaryIndexRowStatus1.3.6.1.4.1.12740.5.1.7.81.1.1RowStatusread-onlyThis field is value of the RowStatus of the corresponding eqliscsiVolumeRowStatus volume
eqliscsiSharedVolumeSetTable1.3.6.1.4.1.12740.5.1.7.82not-accessibleEqualLogic-Persistent Table Volume set table. This table stores information about Shared Volume Sets in the PS-Group
eqliscsiSharedVolumeSetEntry1.3.6.1.4.1.12740.5.1.7.82.1not-accessibleAn entry (row) containing shared volume set information.
U32 eqliscsiSharedVolumeSetIndex1.3.6.1.4.1.12740.5.1.7.82.1.1Unsigned32not-accessibleThis field specifies a unique index for identifing shared volume set.
ROW eqliscsiSharedVolumeSetRowStatus1.3.6.1.4.1.12740.5.1.7.82.1.2RowStatusread-onlyThis field indicates whether the shared volume set is active or not.
OCT eqliscsiSharedVolumeSetPsvid1.3.6.1.4.1.12740.5.1.7.82.1.3OCTET STRINGread-onlyEQL-SECONDARY-KEY This field is for internal use only.
INT eqliscsiSharedVolumeSetSectorSize1.3.6.1.4.1.12740.5.1.7.82.1.4INTEGERread-onlyThis field specifies, in bytes, the sector size all shared volumes in this shared volume set.
OCT eqliscsiSharedVolumeSetStorageBucketUUID1.3.6.1.4.1.12740.5.1.7.82.1.5OCTET STRINGread-onlyEQL-SECONDARY-KEY A pointer to the parent storage bucket that contains this shared volume set.
NUM eqliscsiSharedVolumeSharedVolumeSetBucket1.3.6.1.4.1.12740.5.1.7.82.1.6EQL2PartRowPointerStrread-onlyA pointer to the parent storage bucket that contains this shared volume set. Note this is a redundant field the StorageBucketUUID field stores the same information. But the UUID field will come out as soon we add the support so IOM can read this table through netmgtd.
INT eqliscsiSharedVolumeSetBucketFullPolicy1.3.6.1.4.1.12740.5.1.7.82.1.7INTEGERread-onlyThis field specifies how the firmware will handle the bucket full condition. keep-online-fail-write-to-new-pages: Keep all the shared volumes in the shared volume set online, but fail all write to unallocated pages. make-svs-offline: Take all the shared volumes in the shared volume set offline.
eqliscsiSharedVolumeTable1.3.6.1.4.1.12740.5.1.7.83not-accessibleEqualLogic-Persistent Table for storing shared volume set attributes that can frequently change.
eqliscsiSharedVolumeEntry1.3.6.1.4.1.12740.5.1.7.83.1not-accessibleAn entry (row) containing status for shared volume the values in this table are user configurable.
U32 eqliscsiSharedVolumeIndex1.3.6.1.4.1.12740.5.1.7.83.1.1Unsigned32not-accessibleThis field specifies a unique index for identifying a shared volume.
ROW eqliscsiSharedVolumeRowStatus1.3.6.1.4.1.12740.5.1.7.83.1.2RowStatusread-onlyThis field is used indicate the status of this entry.
OCT eqliscsiSharedVolumePsvid1.3.6.1.4.1.12740.5.1.7.83.1.3OCTET STRINGread-onlyEQL-SECONDARY-KEY This field is a unique universal identifier for this shared volume. This field is mostly for internal use only.
STR eqliscsiSharedVolumeName1.3.6.1.4.1.12740.5.1.7.83.1.4UTFStringread-onlyEQL-SECONDARY-KEY This field specifies a user friendly name for the shared volume. 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.
I32 eqliscsiSharedVolumeSize1.3.6.1.4.1.12740.5.1.7.83.1.5Integer32read-onlyThis field specifies the volume size in MB. There is no default. Note: Volume size is round to a multiple of 15MB. All shared volumes are thin provisioned so this value represents the advertized size of the volume
VIR eqliscsiSharedVolumeCreatedAs1.3.6.1.4.1.12740.5.1.7.83.1.6VirtualVolumeCreatedAsread-onlyThis field specifies if the shared volume is set to online or offline by the administrator. If a volume is offline, it cannot be accessed by iscsi initiators.
NUM eqliscsiSharedVolumeIfSnapshotOrFastCloneMyParentVVol1.3.6.1.4.1.12740.5.1.7.83.1.7EQL2PartRowPointerStrread-onlyEQL-SECONDARY-KEY This field is only applicable to shared volumes that are created as snapshots. If snapshot shared volume, this field identifies the parent.
NUM eqliscsiSharedVolumeSharedVolumeSet1.3.6.1.4.1.12740.5.1.7.83.1.8EQL2PartRowPointerStrread-onlyA pointer to the corresponding Shared Volume Set that contains this shared volume.
STR eqliscsiSharedVolumeDescription1.3.6.1.4.1.12740.5.1.7.83.1.9UTFStringread-onlyThis field specifies a descriptive string that provides details about the volume. The description can be up to 128 characters. There is no default value.
BIT eqliscsiSharedVolumeFlags1.3.6.1.4.1.12740.5.1.7.83.1.10Bitsread-onlyThis fields defines the common place holder for Volume operational flags.
U32 eqliscsiSharedVolumeSecondaryLunId1.3.6.1.4.1.12740.5.1.7.83.1.11Unsigned32read-onlyThis field specifies the secondary LUN id for the volume This is an auto-generated field for internal use only.
eqlVmwareVirtualVolumeTable1.3.6.1.4.1.12740.5.1.7.84not-accessibleEqualLogic-Persistent Table for storing vmWare specific for virtual volume. Note all virtual volumes are implemented as shared volumes. This table stores information that is not used by the PS-Group and is only used by vmware.
eqlVmwareVirtualVolumeEntry1.3.6.1.4.1.12740.5.1.7.84.1not-accessibleAn entry (row) containing information used by vmWare for this virtual volume. Note columns in this table are not used by PS-Group, for the most purpose they are opaque for the PS-Group. They only persist information relevant to vmWare
ROW eqlVmwareVirtualVolumeRowStatus1.3.6.1.4.1.12740.5.1.7.84.1.1RowStatusread-writeThis field is used indicate the status of this entry.
VIR eqlVmwareVirtualVolumeType1.3.6.1.4.1.12740.5.1.7.84.1.2VirtualVolumeTyperead-writeThis field specifies vmware virtual volume type.
C32 eqlVmWareVirtualVolumeIfSnapshotCreateDate1.3.6.1.4.1.12740.5.1.7.84.1.3Counter32read-onlyThis field specifies the time at which this snapshot was created Time is represented as the time in seconds since 00:00:00 UTC, 1970-01-01. It is meant to be used by the VASA provider to cleanup all the in-progress snapshots that were never completed by VMware
eqliscsiSharedVolumeStatusTable1.3.6.1.4.1.12740.5.1.7.85not-accessibleEqualLogic-Dynamic Storage Volume Table. This table contains a list of volumes in a group and their stats.
eqliscsiSharedVolumeStatusEntry1.3.6.1.4.1.12740.5.1.7.85.1not-accessibleAn entry (row) containing volume stats.
U32 eqliscsiSharedVolumeStatusAllocatedSpace1.3.6.1.4.1.12740.5.1.7.85.1.1Unsigned32read-onlyThe value of this object represents the actual materialized pages for this volume.
U32 eqliscsiSharedVolumeStatusSharedSpace1.3.6.1.4.1.12740.5.1.7.85.1.2Unsigned32read-onlyThis field represents the number of pages the volume shares with other shared volumes.
INT eqliscsiSharedVolumeStatusOperStatus1.3.6.1.4.1.12740.5.1.7.85.1.3INTEGERread-onlyThis field specifies the current operational status of the shared volume.
eqliscsiDynVVolTable1.3.6.1.4.1.12740.5.1.7.86not-accessibleEqualLogic-Dynamic VVol Table. This table is a Dyn table used by clients only to CREATE or DELETE VVol entries. The information contained in this table corresponds to fields present in the eqliscsiVolumeTable and the eqlVVolTable. A successful CREATE on this table will result in CREATION of rows in eqliscsiVolumeTable and eqlVVolTable. A successful DELETE on this table will result in DELETION of rows in eqliscsiVolumeTable and eqlVVolTable. TimeoutCreate:60
eqliscsiDynVVolEntry1.3.6.1.4.1.12740.5.1.7.86.1not-accessibleAn entry (row) containing the Dyn VVol Information.
ROW eqliscsiDynVVolRowStatus1.3.6.1.4.1.12740.5.1.7.86.1.1RowStatusread-createThis field indicates whether the VVol row is ACTIVE or not.
STR eqliscsiDynVVolName1.3.6.1.4.1.12740.5.1.7.86.1.2UTFStringread-createThis field specifies a user friendly name for a VVol. 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.
I32 eqliscsiDynVVolSize1.3.6.1.4.1.12740.5.1.7.86.1.3Integer32read-createThis field specifies the VVol size in MB. There is no default. Note: VVol size is round to a multiple of 15MB.
NUM eqliscsiDynVVolContainer1.3.6.1.4.1.12740.5.1.7.86.1.4EQL2PartRowPointerStrread-createThis field contains the index of the container to place this VVol in.
STR eqliscsiDynVVolDesc1.3.6.1.4.1.12740.5.1.7.86.1.5UTFStringread-createThis field specifies a descriptive string that provides details about the volume. The description can be up to 128 characters. There is no default value.
VIR eqliscsiDynVVolCreatedAs1.3.6.1.4.1.12740.5.1.7.86.1.6VirtualVolumeCreatedAsread-onlyThis field specifies how this virtual volume was created.
NUM eqliscsiDynVVolIfSnapshotOrFastCloneMyParentVVol1.3.6.1.4.1.12740.5.1.7.86.1.7EQL2PartRowPointerStrread-onlyOnly applicable if vvol was created as a snapshot or a fast-clone. Gives information about the parent VVol.
VIR eqliscsiDynVVolType1.3.6.1.4.1.12740.5.1.7.86.1.8VirtualVolumeTyperead-createThis field stores the type of the VVol.
T/F eqliscsiDynVVolCreateIsDerived1.3.6.1.4.1.12740.5.1.7.86.1.9TruthValueread-createTruth value only applicable on VVol create request, used to indicate if the new VVol to create is a derived VVol.
INT eqliscsiDynVVolCreateDerivedType1.3.6.1.4.1.12740.5.1.7.86.1.10INTEGERread-createOnly applicable when creating new vvols and if Dervied is true, indicates how the new VVol should be derived from the parent VVol
NUM eqliscsiDynVVolCreateDerivedFromParent1.3.6.1.4.1.12740.5.1.7.86.1.11EQL2PartRowPointerStrread-createOnly applicable when creating new vvols and if isDerived is true, contains the index of the volume to derive from.
VIR eqliscsiDynVVolIfSnapshotMyStatus1.3.6.1.4.1.12740.5.1.7.86.1.12VirtualVolumeSnapshotStatusread-createThis field specifies the snapshot status if the virtual volume, is a snapshot of another volume.
OCT eqliscsiDynVVolPsvid1.3.6.1.4.1.12740.5.1.7.86.1.13OCTET STRINGread-onlyThis is read-only field, it stores the unique universal identifier for this Virtual volume.
eqlDynamicSharedVolumeCopyTable1.3.6.1.4.1.12740.5.1.7.87not-accessibleEqualLogic-Dynamic shared volume rollback table. This table is a dynamic table used by clients rollback a shared volume to a snapshot shared volume.
eqlDynamicSharedVolumeCopyEntry1.3.6.1.4.1.12740.5.1.7.87.1not-accessibleAn entry (row) containing the dynamic VVol Information.
ROW eqlDynamicSharedVolumeCopyRowStatus1.3.6.1.4.1.12740.5.1.7.87.1.1RowStatusread-createThis field is used indicate the status of this entry.
NUM eqlDynamicSharedVolumeCopyDestSharedVolume1.3.6.1.4.1.12740.5.1.7.87.1.2EQL2PartRowPointerStrread-createThis field identifes the destination of the rollback.
NUM eqlDynamicSharedVolumeCopySourceSharedVolume1.3.6.1.4.1.12740.5.1.7.87.1.3EQL2PartRowPointerStrread-createThis field identifes the destination of the rollback.
eqlDynamicSharedVolumeBindUnbindTable1.3.6.1.4.1.12740.5.1.7.88not-accessibleEqualLogic-Dynamic shared volume bind unbind table This write-only table is a dynamic table used by clients to bind a shared volume to a host.
eqlDynamicSharedVolumeBindUnbindEntry1.3.6.1.4.1.12740.5.1.7.88.1not-accessibleAn entry (row) containing the dynamic VVol Information.
ROW eqlDynamicSharedVolumeBindUnbindRowStatus1.3.6.1.4.1.12740.5.1.7.88.1.1RowStatusread-createThis field is used indicate the status of this entry.
INT eqlDynamicSharedVolumeBindUnbindOper1.3.6.1.4.1.12740.5.1.7.88.1.2INTEGERread-createThis field identifes the bind/unbind operation
U32 eqlDynamicSharedVolumeBindUnbindAccessGroupIndex1.3.6.1.4.1.12740.5.1.7.88.1.3Unsigned32read-createThis field identifes the host/access group to bind this shared volume to.
INT eqlDynamicSharedVolumeBindUnbindOperAugment1.3.6.1.4.1.12740.5.1.7.88.1.4INTEGERread-createThis field identifes the bind/unbind augemented operation. 0,1 are used to make sure the ACL fields are updated/created. Option 2 make it so that we DO NOT cleanup ACL's. This would be used for member down status
eqliscsiSharedVolumeMetadataTable1.3.6.1.4.1.12740.5.1.7.89not-accessibleEqualLogic-Persistent Table for storing metadata of shared volumes.
eqliscsiSharedVolumeMetadataEntry1.3.6.1.4.1.12740.5.1.7.89.1not-accessibleEach entry represents a key-value pair combination for a shared volume. Each shared volume may have several key-value properties in which case a shared volume will be represented by more than one entry where each entry is a specific key-value pair (metadata).
ROW eqliscsiSharedVolumeMetadataRowStatus1.3.6.1.4.1.12740.5.1.7.89.1.1RowStatusread-createThis field is used to indicate the status of the shared volume metadata entry.
U32 eqliscsiSharedVolumeMetadataIndex1.3.6.1.4.1.12740.5.1.7.89.1.2Unsigned32not-accessibleThis field specifies a unique index for identifying the shared volume metadata.
STR eqliscsiSharedVolumeMetadataKey1.3.6.1.4.1.12740.5.1.7.89.1.3UTFStringread-createKey represents the metadata field name. The maximum supported length of this field including the NULL character is 65.
STR eqliscsiSharedVolumeMetadataValue1.3.6.1.4.1.12740.5.1.7.89.1.4UTFStringread-createThis field represents the value of the metadata field. The maximum supported length of this field including the NULL character is 255.
eqlPreppedSnapshotVVolTable1.3.6.1.4.1.12740.5.1.7.90not-accessibleEqualLogic-Persistent Table for storing virtual volumes that represent prepped snapshots. Note this is a transient state, VMWare creates snapshots in 2 steps 1) prepareToSnapshotVirtualVolume 2) snapshotVirtualVolume This table stages all the VVOLS all the Virtual volumes that were created as a result of the 1st step. Once the 2nd step is executed these virtual volumes will transition into being real Shared Volumes on the equallogic PS-Group. Entries in this table use the same index as the shared volume table, because VMware requires that PS-Group generate the volume identifier in step 1 and it will use this identifier for all forthcoming operations to this volume. Entries in this table will have a corressponding entry in the VmwareVirtualTable this table keeps track of the VVOL Type (config, data, swap)
eqlPreppedSnapshotVVolEntry1.3.6.1.4.1.12740.5.1.7.90.1not-accessibleAn entry (row) containing status for shared volume the values in this table are user configurable.
ROW eqlPreppedSnapshotVVolRowStatus1.3.6.1.4.1.12740.5.1.7.90.1.1RowStatusread-onlyThis field is used indicate the status of this entry.
OCT eqlPreppedSnapshotVVolPsvid1.3.6.1.4.1.12740.5.1.7.90.1.2OCTET STRINGread-onlyThis field is a unique universal identifier for this shared volume. This field is mostly for internal use only.
STR eqlPreppedSnapshotVVolName1.3.6.1.4.1.12740.5.1.7.90.1.3UTFStringread-onlyEQL-SECONDARY-KEY This field specifies a user friendly name for the shared volume. 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.
I32 eqlPreppedSnapshotVVolSize1.3.6.1.4.1.12740.5.1.7.90.1.4Integer32read-onlyThis field specifies the volume size in MB. There is no default. Note: Volume size is round to a multiple of 15MB. All shared volumes are thin provisioned so this value represents the advertized size of the volume
NUM eqlPreppedSnapshotVVolMyParentVVol1.3.6.1.4.1.12740.5.1.7.90.1.5EQL2PartRowPointerStrread-onlyEQL-SECONDARY-KEY This field is only applicable to shared volumes that are created as snapshots. If snapshot shared volume, this field identifies the parent.
NUM eqlPreppedSnapshotVVolBucket1.3.6.1.4.1.12740.5.1.7.90.1.6EQL2PartRowPointerStrread-createThis field contains the index of the bucket that contains this prepped snapshot.
STR eqlPreppedSnapshotVVolDescription1.3.6.1.4.1.12740.5.1.7.90.1.7UTFStringread-onlyThis field specifies a descriptive string that provides details about the volume. The description can be up to 128 characters. There is no default value.
eqlDynamicSharedVolumeDiffTable1.3.6.1.4.1.12740.5.1.7.91not-accessibleEqualLogic-Dynamic shared volume difference table This write-only table is a dynamic table used by clients to perform a difference between 2 volumes
eqlDynamicSharedVolumeDiffEntry1.3.6.1.4.1.12740.5.1.7.91.1not-accessibleAn entry (row) containing the dynamic row. The Index will be the VVol
ROW eqlDynamicSharedVolumeDiffRowStatus1.3.6.1.4.1.12740.5.1.7.91.1.1RowStatusread-createThis field is used indicate the status of this entry.
NUM eqlDynamicSharedVolumeDiffBaseIndex1.3.6.1.4.1.12740.5.1.7.91.1.2EQL2PartRowPointerStrread-createThis field specifies the base shared volume index associated with the shared volume.
INT eqlDynamicSharedVolumeDiffAdmin1.3.6.1.4.1.12740.5.1.7.91.1.3INTEGERread-createThis field identifes the type of diff ooperation
C64 eqlDynamicSharedVolumeDiffStartSegmentOffset1.3.6.1.4.1.12740.5.1.7.91.1.4Counter64read-createThis value represents the starting segment for the diff operation
C64 eqlDynamicSharedVolumeDiffSegmentsLength1.3.6.1.4.1.12740.5.1.7.91.1.5Counter64read-createThis value represents the segments size being requested.
U32 eqlDynamicSharedVolumeDiffChunkSize1.3.6.1.4.1.12740.5.1.7.91.1.6Unsigned32read-createThis value represents the size of the Chunk entry for the bit map or other calculation
eqliscsiVolumeCompressionConfigurationTable1.3.6.1.4.1.12740.5.1.7.92not-accessibleEqualLogic-Persistent This table defines volume specific compression paramters.
eqliscsiVolumeCompressionConfigurationEntry1.3.6.1.4.1.12740.5.1.7.92.1not-accessibleAn entry in the volume compression configuration table.
ROW eqliscsiVolumeCompressionConfigurationRowStatus1.3.6.1.4.1.12740.5.1.7.92.1.1RowStatusread-createThis field is used indicate the status of this table entry.
INT eqliscsiVolumeCompressionConfigurationPolicy1.3.6.1.4.1.12740.5.1.7.92.1.2INTEGERread-createSpecify how this volume's snapshots should be compressed.
I32 eqliscsiVolumeCompressionConfigurationSnapDelay1.3.6.1.4.1.12740.5.1.7.92.1.3Integer32read-createThe value of this object represents how long to wait prior to marking a snapshot as eligible for compression. Current default is 24 hours. Only used when eqliscsiVolumeCompressionConfigurationPolicy is set to user-defined.
eqlDynamicSharedVolumeDiffChunkTable1.3.6.1.4.1.12740.5.1.7.93not-accessibleEqualLogic-Dynamic. This table exposes the vvol as number of chunks.
eqlDynamicSharedVolumeDiffChunkEntry1.3.6.1.4.1.12740.5.1.7.93.1not-accessibleInformation related to each chunk.
U32 eqlDynamicSharedVolumeDiffChunkIndex1.3.6.1.4.1.12740.5.1.7.93.1.1Unsigned32not-accessibleThis value represents index of the chunk.
U32 eqlDynamicSharedVolumeDiffChunkSegmentSize1.3.6.1.4.1.12740.5.1.7.93.1.2Unsigned32read-onlyThis value represents the size of a segment. This is passed in to the row create of the eqlDynamicSharedVolumeDiffChunkTable
U32 eqlDynamicSharedVolumeDiffNumChunkSegments1.3.6.1.4.1.12740.5.1.7.93.1.3Unsigned32read-onlyThis value represents the size of the chunk expressed as number of segments.
OCT eqlDynamicSharedVolumeDiffChunkModified1.3.6.1.4.1.12740.5.1.7.93.1.4OCTET STRINGread-onlyThis value represents a bit mask of modified segments in the given chunk.
eqliscsiVolumeMetadataTable1.3.6.1.4.1.12740.5.1.7.94not-accessibleEqualLogic-Persistent Table for storing metadata of volumes.
eqliscsiVolumeMetadataEntry1.3.6.1.4.1.12740.5.1.7.94.1not-accessibleEach entry represents a key-value pair combination for a volume. Each volume may have several key-value properties in which case a volume will be represented by more than one entry where each entry is a specific key-value pair (metadata).
ROW eqliscsiVolumeMetadataRowStatus1.3.6.1.4.1.12740.5.1.7.94.1.1RowStatusread-createThis field is used to indicate the status of the volume metadata entry.
U32 eqliscsiVolumeMetadataIndex1.3.6.1.4.1.12740.5.1.7.94.1.2Unsigned32not-accessibleThis field specifies a unique index for identifying the volume metadata.
STR eqliscsiVolumeMetadataKey1.3.6.1.4.1.12740.5.1.7.94.1.3UTFStringread-createEQL-SECONDARY-KEY Key represents the metadata field name. The maximum supported length of this field including the NULL character is 65.
STR eqliscsiVolumeMetadataValue1.3.6.1.4.1.12740.5.1.7.94.1.4UTFStringread-createThis field represents the value of the metadata field. The maximum supported length of this field including the NULL character is 255.
eqliscsiSnapshotMetadataTable1.3.6.1.4.1.12740.5.1.7.95not-accessibleEqualLogic-Persistent Table for storing metadata of snapshots.
eqliscsiSnapshotMetadataEntry1.3.6.1.4.1.12740.5.1.7.95.1not-accessibleEach entry represents a key-value pair combination for a snapshot. Each snapshot may have several key-value properties in which case a snapshot will be represented by more than one entry where each entry is a specific key-value pair (metadata).
ROW eqliscsiSnapshotMetadataRowStatus1.3.6.1.4.1.12740.5.1.7.95.1.1RowStatusread-createThis field is used to indicate the status of the snapshot metadata entry.
U32 eqliscsiSnapshotMetadataIndex1.3.6.1.4.1.12740.5.1.7.95.1.2Unsigned32not-accessibleThis field specifies a unique index for identifying the snapshot metadata.
STR eqliscsiSnapshotMetadataKey1.3.6.1.4.1.12740.5.1.7.95.1.3UTFStringread-createEQL-SECONDARY-KEY Key represents the metadata field name. The maximum supported length of this field including the NULL character is 65.
STR eqliscsiSnapshotMetadataValue1.3.6.1.4.1.12740.5.1.7.95.1.4UTFStringread-createThis field represents the value of the metadata field. The maximum supported length of this field including the NULL character is 255.
eqliscsiSyncReplAfoTiebreakerTable1.3.6.1.4.1.12740.5.1.7.96not-accessibleEqualogic-member local AFO tiebreaker
eqliscsiSyncReplAfoTiebreakerEntry1.3.6.1.4.1.12740.5.1.7.96.1not-accessibleAn member local entry (row) containing a volume's AFO tiebreaker for synchronous replication The first 4 indexes identify the volume with the lowest psvid, and the second 4 indexes identify the volume with the highest psvid.
C64 eqliscsiSyncReplAfoTiebreakerSeqNum1.3.6.1.4.1.12740.5.1.7.96.1.1Counter64not-accessibleThis field specifies the sequence number for the record
OCT eqliscsiSyncReplAfoTiebreaker1.3.6.1.4.1.12740.5.1.7.96.1.2OCTET STRINGnot-accessibleThis value represents the UUID of the Tiebreaker
OCT eqliscsiSyncReplAfoTiebreakerGrpLeadUuid1.3.6.1.4.1.12740.5.1.7.96.1.3OCTET STRINGnot-accessibleThis value represents the UUID of the Group lead that wrote this record
eqliscsiSharedVolumeStatisticsTable1.3.6.1.4.1.12740.5.1.7.97not-accessibleEqualLogic-Dynamic Storage SharedVolume Table. This table contains a list of volumes in a group and their statistics.
eqliscsiSharedVolumeStatisticsEntry1.3.6.1.4.1.12740.5.1.7.97.1not-accessibleAn entry (row) containing volume statistics.
C32 eqliscsiSharedVolumeStatsCmdPdus1.3.6.1.4.1.12740.5.1.7.97.1.1Counter32read-onlyThe count of Command PDUs transferred to this volume.
C32 eqliscsiSharedVolumeStatsRspPdus1.3.6.1.4.1.12740.5.1.7.97.1.2Counter32read-onlyThe count of Response PDUs transferred to this volume.
C64 eqliscsiSharedVolumeStatsTxData1.3.6.1.4.1.12740.5.1.7.97.1.3Counter64read-onlyThe count of data octets that were transmitted by the local iSCSI node.
C64 eqliscsiSharedVolumeStatsRxData1.3.6.1.4.1.12740.5.1.7.97.1.4Counter64read-onlyThe count of data octets that were received by the local iSCSI node.
U32 eqliscsiSharedVolumeStatsNoOfSessions1.3.6.1.4.1.12740.5.1.7.97.1.5Unsigned32read-onlyNo of sessions that were established and closed so far to this volume.
C64 eqliscsiSharedVolumeStatsReadLatency1.3.6.1.4.1.12740.5.1.7.97.1.6Counter64read-onlyThe accumulative latency in milli seconds for read operations on this volume.
C64 eqliscsiSharedVolumeStatsWriteLatency1.3.6.1.4.1.12740.5.1.7.97.1.7Counter64read-onlyThe accumulative latency in milli seconds for write operations on this volume.
C64 eqliscsiSharedVolumeStatsReadOpCount1.3.6.1.4.1.12740.5.1.7.97.1.8Counter64read-onlyThe number of read operations on this volume.
C64 eqliscsiSharedVolumeStatsWriteOpCount1.3.6.1.4.1.12740.5.1.7.97.1.9Counter64read-onlyThe number of write operations on this volume.
G32 eqliscsiSharedVolumeStatsReadAvgLatency1.3.6.1.4.1.12740.5.1.7.97.1.10Gauge32read-onlyThe average latency in milli seconds for read operations on this volume.
G32 eqliscsiSharedVolumeStatsWriteAvgLatency1.3.6.1.4.1.12740.5.1.7.97.1.11Gauge32read-onlyThe average latency in milli seconds for write operations on this volume.
C64 eqliscsiSharedVolumeStatsHCIscsiReadWriteCmdsReceived1.3.6.1.4.1.12740.5.1.7.97.1.13Counter64read-onlyThe number of iscsi read/write commands received for operations on this volume. This object is a 64-bit version of eqliscsiSharedVolumeStatsIscsiReadWriteCmdsReceived.
C64 eqliscsiSharedVolumeStatsHCIscsiTotalQD1.3.6.1.4.1.12740.5.1.7.97.1.14Counter64read-onlyA 64-bit counter that is incremented by the current number of outstanding iSCSI IO operations each time an iSCSI IO is received by the target. The iSCSI IO operations include both reads and writes. This counter when divided by the total number of iSCSI IO operations provides the average queue depth. This object is a 64 bit version of eqliscsiSharedVolumeStatsIscsiReadWriteCmdsCompleted.
C64 eqliscsiSharedVolumeStatsMisAlignedIO1.3.6.1.4.1.12740.5.1.7.97.1.15Counter64read-onlyA 64-bit counter that is incremented by the number of mis-aligned I/O operations performed on a volume TODO - beef this up!!!!!
eqliscsiNodeTable1.3.6.1.4.1.12740.5.1.8not-accessibleEqualLogic-Dynamic iscsi Node Table: maintains a mapping of the iscsi Node indeces back to the eql private volume and snapshot Mibs
eqliscsiNodeEntry1.3.6.1.4.1.12740.5.1.8.1not-accessibleAn entry containing the aformentioned mapping. The value of eqliscsiSnapshotIndex will be zero (0) for those nodes that represent volumes rather than snapshots.
U32 eqliscsiNodeIndex1.3.6.1.4.1.12740.5.1.8.1.1Unsigned32read-onlyThe node index of the iSCSI target node. This will correspond to a value of iscsiNodeIndex, eqliscsiVOlumeNodeIndex, or eqliscsiSnapshotIndex. The indeces are allocated such that even values of this object repesent snapshots and odd values represent volumes.
U32 eqliscsiNodeLocalMemberId1.3.6.1.4.1.12740.5.1.8.1.2Unsigned32read-onlyEqualLogic-Dynamic A number which uniquely identifies this instance of the Equallogic SNMP agent within the group. This number will the same as the corresponding MemberIndex for this array in the eqlMemberTable.
U32 eqliscsiNodeVolumeIndex1.3.6.1.4.1.12740.5.1.8.1.3Unsigned32read-onlyThis field specifies a unique index for identifing a volume in the eqliscsiVolumeTable. An instance here will reflect a specific instance in the eqliscsiVolumeTable and/or eqliscsiSnapshotTable.
U32 eqliscsiNodeSnapshotIndex1.3.6.1.4.1.12740.5.1.8.1.4Unsigned32read-onlyThis field specifies a unique index which identifies a volume SnapShot. in the eqliscsiSnapshotTable. If the conceptiual row in this table does NOT reflect a snapshot, this instance of the variable will be set to zero (0).
eqliscsiNotifications1.3.6.1.4.1.12740.5.2
eqliscsiConformance1.3.6.1.4.1.12740.5.3

RFC description

Dell EqualLogic MIB for managing iSCSI storage array volume information and administrative configurations.

Start monitoring Dell EqualLogic PS-series iSCSI SAN storage array (iSCSI volume management) 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.

Download EQLVOLUME-MIB