-- Last modified on: 11-Dec-2007 11:29:15 jmchale@rtty.lab.equallogic.com EQLMEMBER-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, IpAddress, Integer32, enterprises,TimeTicks,Unsigned32, Counter32, Counter64, Gauge32, NOTIFICATION-TYPE FROM SNMPv2-SMI DisplayString, RowStatus, TruthValue FROM SNMPv2-TC eqlGroupId, eqlStorageGroupAdminAccountIndex FROM EQLGROUP-MIB; eqlmemberModule MODULE-IDENTITY LAST-UPDATED "200804150215Z" -- time is actually local time ORGANIZATION "EqualLogic Inc." CONTACT-INFO "Contact: Customer Support Postal: EqualLogic Inc 110 Spit Brook Rd, ZKO2., Nashua, NH 03062 Tel: +1 603-579-9762 E-mail: support@equallogic.com WEB: www.equallogic.com" DESCRIPTION "Equallogic Inc. Storage Array member information Mib files packaged on Tue Apr 15 02:15:37 EDT 2008 for Storage Array Firmware V3.3.2 (R73102) Copyright (c) 2002-2007 by EqualLogic, Inc. All rights reserved. This software may not be copied, disclosed, transferred, or used except in accordance with a license granted by EqualLogic, Inc. This software embodies proprietary information and trade secrets of EqualLogic, Inc. " -- Revision history, in reverse chronological order REVISION "200209060000Z" -- 11-Dec-07 DESCRIPTION "Initial revision" ::= { enterprises equalLogic(12740) 2 } eqlmemberObjects OBJECT IDENTIFIER ::= { eqlmemberModule 1 } eqlmemberNotifications OBJECT IDENTIFIER ::= { eqlmemberModule 2 } eqlmemberConformance OBJECT IDENTIFIER ::= { eqlmemberModule 3 } eqlMemberTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlogicMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Persistent Storage Group Member Table" ::= { eqlmemberObjects 1 } eqlMemberEntry OBJECT-TYPE SYNTAX EqlogicMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing member info" INDEX { eqlGroupId, eqlMemberIndex } ::= { eqlMemberTable 1 } EqlogicMemberEntry ::= SEQUENCE { eqlMemberIndex Unsigned32, eqlMemberDateAndTime TimeTicks, eqlMemberTimeZone INTEGER, eqlMemberAdjustDaylightSavTime INTEGER, eqlMemberDefaultRoute IpAddress, eqlMemberUUID OCTET STRING, eqlMemberName DisplayString, eqlMemberSite DisplayString, eqlMemberDescription DisplayString, eqlMemberRowStatus RowStatus, eqlMemberState INTEGER, eqlMemberPolicySingleControllerSafe INTEGER, eqlMemberPolicyLowBatterySafe INTEGER, eqlMemberVersion Unsigned32, eqlMemberDelayDataMove INTEGER } eqlMemberIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "This field unique identifies an array within a group." ::= { eqlMemberEntry 1 } eqlMemberDateAndTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-create STATUS current DESCRIPTION "This field is dynamic, it contains the date and time for the array. There is no default value." ::= { eqlMemberEntry 2} eqlMemberTimeZone OBJECT-TYPE SYNTAX INTEGER { hst(1), ast(2), pst(3), pnt(4), mst(5), cst(6), est(7), iet(8), prt(9), gmt(10), ect(11), eet(12), eat(13), met(14), net(15), plt(16), ist(17), bst(18), vst(19), ctt(20), jst(21), act(22), aet(23), sst(24), nst(25), mit(26), cnt(27), agt(28), bet(29), cat(30) } MAX-ACCESS read-create STATUS current DESCRIPTION "The field specifies the default timezone for the group. This can be overwritten on a per Array basis. The default is EST. We need to file in all the supported TZ. For now we punt and do GMT as the catch all." DEFVAL { est } ::= { eqlMemberEntry 3} eqlMemberAdjustDaylightSavTime OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "This field specifies whether or not dayLight savings time should be applied to the time. The default value is enabled." DEFVAL { enabled } ::= { eqlMemberEntry 4} eqlMemberDefaultRoute OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "This field is used to indicate the default gateway for the group. This value can be overriden on a per array basis. This field contains the address of the local router used to forward network traffic beyond the local subnet. Gateways are used to connect multiple subnets. There is no default value for this entry." ::= { eqlMemberEntry 5} eqlMemberSite OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) MAX-ACCESS read-create STATUS current DESCRIPTION "This field specifies the site where the volume res ides. 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." DEFVAL { "default" } ::= { eqlMemberEntry 6} eqlMemberDescription OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) MAX-ACCESS read-create STATUS current DESCRIPTION "This field contains a description of the array. For example the location of the array. There is no default." ::= { eqlMemberEntry 7} eqlMemberUUID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (16)) MAX-ACCESS read-only STATUS current DESCRIPTION "EQL-SECONDARY-KEY This field is for internal use only." ::= { eqlMemberEntry 8} eqlMemberName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..64)) MAX-ACCESS read-create STATUS current DESCRIPTION "This field specifies the name of the array. This name must be unique within the group. It can be a DNS name, though it is not required to be one. There is no default." ::= { eqlMemberEntry 9} eqlMemberRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This RowStatus is used only to delete a member. The row in this table could be created only by the subsystem." ::= { eqlMemberEntry 10 } eqlMemberState OBJECT-TYPE SYNTAX INTEGER { on-line(1), off-line(2), vacate(3), vacated(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "The field specifies the desired state of the array. Currently setting this value to vacate is the only operation that is supported." DEFVAL { on-line } ::= { eqlMemberEntry 11} eqlMemberPolicySingleControllerSafe OBJECT-TYPE SYNTAX INTEGER { safe-enabled(1), safe-disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This field specifies the cache policy if we boot with only one CM." DEFVAL { safe-enabled } ::= { eqlMemberEntry 12} eqlMemberPolicyLowBatterySafe OBJECT-TYPE SYNTAX INTEGER { safe-enabled(1), safe-disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This field specifies the cache policy if the battery charge is below tolerance." DEFVAL { safe-enabled } ::= { eqlMemberEntry 13} eqlMemberVersion OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "This field specifies the competibility level of a member." ::= { eqlMemberEntry 14 } eqlMemberDelayDataMove OBJECT-TYPE SYNTAX INTEGER { unconfigured(0), wait(1), use-member-space(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "When a new member is added to the group the value of this column will be zero(unconfigured). Before configuring raid-policy , this value must be set to wait(1) or use-member-space(2). The value can be changed from wait(1) to use-member-space(2) But once set to use-member-space, it cannot be changed back. " DEFVAL { unconfigured } ::= { eqlMemberEntry 15 } --************************************************************************** eqlMemberStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlogicMemberStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Dynamic Member Status Table" ::= { eqlmemberObjects 3 } eqlMemberStatusEntry OBJECT-TYPE SYNTAX EqlogicMemberStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing member status info" INDEX { eqlGroupId, eqlMemberIndex } ::= { eqlMemberStatusTable 1 } EqlogicMemberStatusEntry ::= SEQUENCE { eqlMemberStatusTotalSpace Integer32, eqlMemberStatusTotalSpaceUsed Integer32, eqlMemberStatusModel DisplayString, eqlMemberStatusSerialNumber DisplayString, eqlMemberStatusNumberOfControllers INTEGER, eqlMemberStatusNumberOfDisks Integer32, eqlMemberStatusNumberOfSpares Integer32, eqlMemberStatusCacheSize Integer32, eqlMemberStatusCacheMode INTEGER, eqlMemberStatusNumberOfConnections Integer32, eqlMemberStatusAverageTemp Integer32, eqlMemberStatusTempStatus INTEGER, eqlMemberStatusBackplaneTempSensor1 Integer32, eqlMemberStatusBackplaneTempSensor2 Integer32, eqlMemberStatusPowerSupply1Status INTEGER, eqlMemberStatusPowerSupply2Status INTEGER, eqlMemberStatusTrayOneFanOneSpeed Integer32, eqlMemberStatusTrayOneFanTwoSpeed Integer32, eqlMemberStatusTrayTwoFanOneSpeed Integer32, eqlMemberStatusTrayTwoFanTwoSpeed Integer32, eqlMemberStatusPowerSupplyOneFanStatus INTEGER, eqlMemberStatusPowerSupplyTwoFanStatus INTEGER, eqlMemberStatusRaidStatus INTEGER, eqlMemberStatusRaidPercentage Integer32, eqlMemberStatusLostRaidBlocks INTEGER, eqlMemberStatusHealth Integer32, -- deprecated by new health tables in v1.1 eqlMemberStatusShortId Integer32 -- This table is deprecated and new tables for Storage, Chassis, RAID etc... are added!!! -- Don't add any more columns here } eqlMemberStatusTotalSpace OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the total disk space in MBs on the this array." ::= { eqlMemberStatusEntry 1} eqlMemberStatusTotalSpaceUsed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the total disk space in MBs allocated to volume data for this array." ::= { eqlMemberStatusEntry 2} eqlMemberStatusModel OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the model number for the array." -- .jpmfix - acutally model of active CM ::= { eqlMemberStatusEntry 3} eqlMemberStatusSerialNumber OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the serial number for the array." -- -jpmfix looks like SN of active CM ::= { eqlMemberStatusEntry 4} eqlMemberStatusNumberOfControllers OBJECT-TYPE SYNTAX INTEGER { single(1), dual(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the number of Controller modules in the array." ::= { eqlMemberStatusEntry 5} eqlMemberStatusNumberOfDisks OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the number of disk installed in the array." ::= { eqlMemberStatusEntry 6} eqlMemberStatusNumberOfSpares OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the number disks allocated as spares in an array." ::= { eqlMemberStatusEntry 7} eqlMemberStatusCacheSize OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The field specifies the size in MB of the read/write cache within the array." ::= { eqlMemberStatusEntry 8} eqlMemberStatusCacheMode OBJECT-TYPE SYNTAX INTEGER { write-thru(1), write-back(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the mode the cache is in within the array. The default is write-back. The array will be set to write-thru on battery failure." DEFVAL { write-back } ::= { eqlMemberStatusEntry 9} eqlMemberStatusNumberOfConnections OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the number of iSCSI initiators which are connected to this array." ::= { eqlMemberStatusEntry 11} eqlMemberStatusAverageTemp OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the average tempature of the array in degrees C." ::= { eqlMemberStatusEntry 12} eqlMemberStatusTempStatus OBJECT-TYPE SYNTAX INTEGER { good(1), bad(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies whether the tempatures for the array are within acceptable tolerances. ** What are acceptable tolerances?" ::= { eqlMemberStatusEntry 13} eqlMemberStatusBackplaneTempSensor1 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the tempature of backplane sensor 1 in degrees C." ::= { eqlMemberStatusEntry 14} eqlMemberStatusBackplaneTempSensor2 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the tempature of backplane sensor 2 in degrees C." ::= { eqlMemberStatusEntry 15} eqlMemberStatusPowerSupply1Status OBJECT-TYPE SYNTAX INTEGER { on(1), no-power(2), failed (3), fan-failed (4), not-present (5) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the state of the first power supply." ::= { eqlMemberStatusEntry 16} eqlMemberStatusPowerSupply2Status OBJECT-TYPE SYNTAX INTEGER { on (1), no-power (2), failed (3), fan-failed (4), not-present (5) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the state of the second power supply." ::= { eqlMemberStatusEntry 17} eqlMemberStatusTrayOneFanOneSpeed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The field specifies the rpm fan speed for fan tray 1, fan 1." ::= { eqlMemberStatusEntry 18} eqlMemberStatusTrayOneFanTwoSpeed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The field specifies the rpm fan speed for fan tray 1, fan 2." ::= { eqlMemberStatusEntry 19} eqlMemberStatusTrayTwoFanOneSpeed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The field specifies the rpm fan speed for fan tray 2, fan 1." ::= { eqlMemberStatusEntry 20} eqlMemberStatusTrayTwoFanTwoSpeed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The field specifies the rpm fan speed for fan tray 2, fan 2." ::= { eqlMemberStatusEntry 21} eqlMemberStatusPowerSupplyOneFanStatus OBJECT-TYPE SYNTAX INTEGER { on-line(1), off-line (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies whether the fan in power supply one is on-line or not." ::= {eqlMemberStatusEntry 22} eqlMemberStatusPowerSupplyTwoFanStatus OBJECT-TYPE SYNTAX INTEGER { on-line(1), off-line (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies whether the fan in power supply two is on-line or not." ::= {eqlMemberStatusEntry 23 } eqlMemberStatusRaidStatus OBJECT-TYPE SYNTAX INTEGER { ok (1), degraded (2), verifying (3), reconstructing (4), failed (5), catastrophicLoss(6), expanding (7) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the status of the raid subsystem. This is a composite of the view of the underlying subsystems. Status ok means things are ok. Status degraded means we are in a degraded state, possible because no spare is available. Status verifying means a verify pass is run, and a percent complete is available. Status reconstructing means we are reconstructing a drive and a percent complete is available. Status failed means we had a failure while we were up, possibly a drive failed and we have no spare. Status catastrophicLoss may not be visible to the user since the member may not be able to bootup. It means we need administrator intervention to correct the problem. " ::= {eqlMemberStatusEntry 24 } eqlMemberStatusRaidPercentage OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the percentage complete when the eqlMemberStatusRaidStatus is verifying or reconstructing." ::= {eqlMemberStatusEntry 25 } eqlMemberStatusLostRaidBlocks OBJECT-TYPE SYNTAX INTEGER { true (1), false (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies whether we have lost blocks in the raid array which the user may want to clear." ::= {eqlMemberStatusEntry 26 } eqlMemberStatusHealth OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-write STATUS current DESCRIPTION "This field specifies what the overall health of the member is on a scale of 0(dead) to 100(healthy) -- deprecated by new health tables in v1.1" ::= {eqlMemberStatusEntry 27 } eqlMemberStatusShortId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "This field specifies short member address" ::= {eqlMemberStatusEntry 28 } --************************************************************************** eqlMemberInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlogicMemberInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Dynamic Member Info Table" ::= { eqlmemberObjects 4 } eqlMemberInfoEntry OBJECT-TYPE SYNTAX EqlogicMemberInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing member info" INDEX { eqlGroupId, eqlTargetMemberIndex } ::= { eqlMemberInfoTable 1 } EqlogicMemberInfoEntry ::= SEQUENCE { eqlTargetMemberIndex Integer32, eqlMemberInfoStatus INTEGER } eqlTargetMemberIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION " This is a duplication of eqlMemberIndex just to make our code generation happy." ::= { eqlMemberInfoEntry 1} eqlMemberInfoStatus OBJECT-TYPE SYNTAX INTEGER { on-line(1), off-line(2), vacating-in-progress(3), vacated(4) } MAX-ACCESS read-only STATUS current DESCRIPTION " The current state of the member." DEFVAL { on-line } ::= { eqlMemberInfoEntry 2} --************************************************************************** eqlMemberHealthTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlogicMemberHealthEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Dynamic Member Health Table" ::= { eqlmemberObjects 5 } eqlMemberHealthEntry OBJECT-TYPE SYNTAX EqlogicMemberHealthEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing overall member health info" INDEX { eqlGroupId, eqlMemberIndex } ::= { eqlMemberHealthTable 1 } EqlogicMemberHealthEntry ::= SEQUENCE { eqlMemberHealthStatus INTEGER, eqlMemberHealthWarningConditions BITS, eqlMemberHealthCriticalConditions BITS } eqlMemberHealthStatus OBJECT-TYPE SYNTAX INTEGER { unknown (0), normal (1), warning (2), critical (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The value of this object is determinted by the severity of the health condition state variables. The most severe state will be reflected." DEFVAL { unknown } ::= { eqlMemberHealthEntry 1} -- these are the encodings based on the definitions in NetBSD/src/sys/EQL/include/emd_info.h -- Note that snmp bits have bit 0 as the left most (or high order) bit in the octet.. -- so this struct has to be twiddled eqlMemberHealthWarningConditions OBJECT-TYPE SYNTAX BITS { hwComponentFailedWarn (0), -- A non-critical hardware component has failed powerSupplyRemoved (1), -- One of the power supplys has been removed; controlModuleRemoved (2), -- a cm is missing.... psfanOffline (3), -- a power supply fan has failed; fanSpeed (4), -- a fan is not operating in its normal ranges; -- check the eqllog msgs to see the exact fan and issue cacheSyncing (5), -- the cache is syncing, it would be unwise to power down while this is occuring raidSetFaulted (6), -- highTemp (7), -- one or more sensors has exceeded the sensor's warning temp raidSetLostblkEntry (8), -- the raid set has lost blocks; see the Group Admin manual secondaryEjectSWOpen (9), -- the eject switch on the secondary controller has been opened; Please close it.. b2bFailure (10), -- board to board communication between the active and secondary CMs has failed.. Call support? replicationNoProg (11), -- no progress in replicating a volume. Check network connectivity between partners. raidSpareTooSmall (12), -- a drive considered a spare is too small to use lowTemp (13), -- one or more sensors is below the sensor's warning temp range powerSupplyFailed (14), -- one of the power supplies failed timeOfDayClkBatteryLow (15), -- time of day clock battery is low warnbit16 (16), warnbit17 (17), warnbit18 (18), warnbit19 (19), warnbit20 (20), warnbit21 (21), warnbit22 (22), warnbit23 (23), warnbit24 (24), warnbit25 (25), warnbit26 (26), warnbit27 (27), warnbit28 (28), warnbit29 (29), warnbit30 (30), warnbit31 (31) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field defines possible warning health conditions and which ones are present." ::= { eqlMemberHealthEntry 2} eqlMemberHealthCriticalConditions OBJECT-TYPE SYNTAX BITS { raidSetDoubleFaulted (0), -- the raid set is double faulted; the psg wont come up without user intervention; See the admin guide bothFanTraysRemoved (1), -- both fan trays are removed; How are you even seeing this message? highAmbientTemp (2), -- one or more sensors has exceeded its critical temperature tthreshold raidLostCache (3), -- The RAID driver is unable to recover the battery-backed cache. The disk array will not initialize without user intervention. See the Handling Lost Data section in the Group Administration manual for more information. moreThanOneFanSpeedCondition(4), -- more than one fan is operating outside its normal parameters fanTrayRemoved (5), -- a fan tray has been removed. Loss of the other fan tray will result in the PSA overheating raidSetLostblkTableFull (6), -- the raid lost block table is full; what is the user supposed to do about this? see the admin guide? batteryLessthan72hours (7), -- The battery has insufficient charge to survive a 72 hour power outage. raidOrphanCache (8), -- The RAID driver has found data in the battery-backed cache with no matching disk array. Initialization will not proceed without user intervention. Call EqualLogic Support for assistance. raidMultipleRaidSets (9), -- Multiple valid RAIDsets were found. The array cannot choose which one to initialize. Remove all but one valid RAIDset and power-cycle the array. nVRAMBatteryFailed (10), -- The NVRAM battery has failed. The NVRAM can no longer be used. hwComponentFailedCrit (11), -- A critical hardware component has failed incompatControlModule (12), -- An incorrect control module has been inserted into the chassis lowAmbientTemp (13), -- one or more sensors is below its critical temperature range opsPanelFailure (14), -- Ops Panel is missing or broken emmLinkFailure (15), -- Enclosure management services are unavailable highBatteryTemperature (16), -- Cache battery temperature exceeds upper limit; battery charger is disabled. critbit17 (17), critbit18 (18), critbit19 (19), critbit20 (20), critbit21 (21), critbit22 (22), critbit23 (23), critbit24 (24), critbit25 (25), critbit26 (26), critbit27 (27), critbit28 (28), critbit29 (29), critbit30 (30), critbit31 (31) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field defines possible critical health conditions and which ones are present." ::= { eqlMemberHealthEntry 3} --************************************************************************** eqlMemberHealthDetailsTemperatureTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlogicMemberHealthDetailsTemperatureEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Dynamic Member Health Details Temperature Table. " ::= { eqlmemberObjects 6 } eqlMemberHealthDetailsTemperatureEntry OBJECT-TYPE SYNTAX EqlogicMemberHealthDetailsTemperatureEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing member health detailed temperature info" INDEX { eqlGroupId, eqlMemberIndex, eqlMemberHealthDetailsTempSensorIndex } ::= { eqlMemberHealthDetailsTemperatureTable 1 } EqlogicMemberHealthDetailsTemperatureEntry ::= SEQUENCE { eqlMemberHealthDetailsTempSensorIndex INTEGER, eqlMemberHealthDetailsTemperatureName DisplayString, eqlMemberHealthDetailsTemperatureValue Unsigned32, eqlMemberHealthDetailsTemperatureCurrentState INTEGER, eqlMemberHealthDetailsTemperatureHighCriticalThreshold Unsigned32, eqlMemberHealthDetailsTemperatureHighWarningThreshold Unsigned32, eqlMemberHealthDetailsTemperatureLowCriticalThreshold Unsigned32, eqlMemberHealthDetailsTemperatureLowWarningThreshold Unsigned32 } eqlMemberHealthDetailsTempSensorIndex OBJECT-TYPE SYNTAX INTEGER { integratedSystemTemperature(1), backplaneSensor0(2), backplaneSensor1(3), controlModule0processor(4), controlModule0chipset(5), controlModule1processor(6), controlModule1chipset(7), controlModule0sasController(8), controlModule0sasExpander(9), controlModule0sesEnclosure(10), controlModule1sasController(11), controlModule1sasExpander(12), controlModule1sesEnclosure(13), sesOpsPanel(14), cemi0(15), cemi1(16) } MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique integer that denotes which temperature sensor this entry refers to" ::= { eqlMemberHealthDetailsTemperatureEntry 1 } eqlMemberHealthDetailsTemperatureName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the name of the sensor that we display to the user." ::= { eqlMemberHealthDetailsTemperatureEntry 2 } eqlMemberHealthDetailsTemperatureValue OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object is temperature in degrees C" DEFVAL { 0 } ::= { eqlMemberHealthDetailsTemperatureEntry 3 } eqlMemberHealthDetailsTemperatureCurrentState OBJECT-TYPE SYNTAX INTEGER { unknown (0), normal (1), -- green warning (2), -- yellow critical (3) -- red } MAX-ACCESS read-only STATUS current DESCRIPTION "This field tells us the state of the temperature sensor. Either normal, warning or critical." DEFVAL { unknown } ::= { eqlMemberHealthDetailsTemperatureEntry 4 } eqlMemberHealthDetailsTemperatureHighCriticalThreshold OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "when the TemperatureValue is greater than or equal to this variable's value the current state is set to critical." DEFVAL { 0 } ::= { eqlMemberHealthDetailsTemperatureEntry 5 } eqlMemberHealthDetailsTemperatureHighWarningThreshold OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "when the TemperatureValue is greater than or equal to this variable's value and not greater than or equal to the HighCriticalThreshold, the current state is set to warning." DEFVAL { 0 } ::= { eqlMemberHealthDetailsTemperatureEntry 6 } eqlMemberHealthDetailsTemperatureLowCriticalThreshold OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "when the TemperatureValue is less than or equal to this variable's value the current state is set to critical." DEFVAL { 0 } ::= { eqlMemberHealthDetailsTemperatureEntry 7 } eqlMemberHealthDetailsTemperatureLowWarningThreshold OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "when the TemperatureValue is less than or equal to this variable's value and not less than or equal to the LowCriticalThreshold, the current state is set to warning." DEFVAL { 0 } ::= { eqlMemberHealthDetailsTemperatureEntry 8 } --************************************************************************** eqlMemberHealthDetailsFanTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlogicMemberHealthDetailsFanEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Dynamic Member Health Details Fan Table." ::= { eqlmemberObjects 7 } eqlMemberHealthDetailsFanEntry OBJECT-TYPE SYNTAX EqlogicMemberHealthDetailsFanEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing member health detailed fan info" INDEX { eqlGroupId, eqlMemberIndex, eqlMemberHealthDetailsFanIndex } ::= { eqlMemberHealthDetailsFanTable 1 } EqlogicMemberHealthDetailsFanEntry ::= SEQUENCE { eqlMemberHealthDetailsFanIndex INTEGER, eqlMemberHealthDetailsFanName DisplayString, eqlMemberHealthDetailsFanValue Unsigned32, eqlMemberHealthDetailsFanCurrentState INTEGER, eqlMemberHealthDetailsFanHighCriticalThreshold Unsigned32, eqlMemberHealthDetailsFanHighWarningThreshold Unsigned32, eqlMemberHealthDetailsFanLowCriticalThreshold Unsigned32, eqlMemberHealthDetailsFanLowWarningThreshold Unsigned32 } eqlMemberHealthDetailsFanIndex OBJECT-TYPE SYNTAX INTEGER { emm0fan0(1), emm0fan1(2), emm1fan0(3), emm1fan1(4), emm2fan0(5), emm2fan1(6) } MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique integer that identifies the fan that the corresponding entry refers to " ::= { eqlMemberHealthDetailsFanEntry 1 } eqlMemberHealthDetailsFanName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the name of the fan that we display to the user." ::= { eqlMemberHealthDetailsFanEntry 2 } eqlMemberHealthDetailsFanValue OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object is fan speed in rpm." DEFVAL { 0 } ::= { eqlMemberHealthDetailsFanEntry 3 } eqlMemberHealthDetailsFanCurrentState OBJECT-TYPE SYNTAX INTEGER { unknown (0), normal (1), -- green warning (2), -- yellow critical (3) -- red } MAX-ACCESS read-only STATUS current DESCRIPTION "This field tells us the state of the fan. Either normal, warning or critical." DEFVAL { unknown } ::= { eqlMemberHealthDetailsFanEntry 4 } eqlMemberHealthDetailsFanHighCriticalThreshold OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "when the FanValue is greater than or equal to this variable's value the current state is set to critical." DEFVAL { 0 } ::= { eqlMemberHealthDetailsFanEntry 5 } eqlMemberHealthDetailsFanHighWarningThreshold OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "when the FanValue is greater than or equal to this variable's value and not greater than or equal to the HighCriticalThreshold, the current state is set to warning." DEFVAL { 0 } ::= { eqlMemberHealthDetailsFanEntry 6 } eqlMemberHealthDetailsFanLowCriticalThreshold OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "when the FanValue is less than or equal to this variable's value the current state is set to critical." DEFVAL { 0 } ::= { eqlMemberHealthDetailsFanEntry 7 } eqlMemberHealthDetailsFanLowWarningThreshold OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "when the FanValue is less than or equal to this variable's value and not less than or equal to the LowCriticalThreshold, the current state is set to warning." DEFVAL { 0 } ::= { eqlMemberHealthDetailsFanEntry 8 } --************************************************************************** eqlMemberHealthDetailsPowerSupplyTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlogicMemberHealthDetailsPowerSupplyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Dynamic Member Health Details Power Supply Table. The mappng of index to power supply: .1 = power supply 0 .2 = power supply 1 " ::= { eqlmemberObjects 8 } eqlMemberHealthDetailsPowerSupplyEntry OBJECT-TYPE SYNTAX EqlogicMemberHealthDetailsPowerSupplyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing power supply status information." INDEX { eqlGroupId, eqlMemberIndex, eqlMemberHealthDetailsPowerSupplyIndex } ::= { eqlMemberHealthDetailsPowerSupplyTable 1 } EqlogicMemberHealthDetailsPowerSupplyEntry ::= SEQUENCE { eqlMemberHealthDetailsPowerSupplyIndex INTEGER, eqlMemberHealthDetailsPowerSupplyName DisplayString, eqlMemberHealthDetailsPowerSupplyCurrentState INTEGER, eqlMemberHealthDetailsPowerSupplyFanStatus INTEGER } eqlMemberHealthDetailsPowerSupplyIndex OBJECT-TYPE SYNTAX INTEGER { powerSupply0(1), powerSupply1(2), powerSupply2(3) } MAX-ACCESS not-accessible STATUS current DESCRIPTION "Iff the power supply current state is on-and-operating, then this field tells if the fan is operational." ::= { eqlMemberHealthDetailsPowerSupplyEntry 1 } eqlMemberHealthDetailsPowerSupplyName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the name of the power supply that we display to the user." ::= { eqlMemberHealthDetailsPowerSupplyEntry 2 } eqlMemberHealthDetailsPowerSupplyCurrentState OBJECT-TYPE SYNTAX INTEGER { on-and-operating (1), no-ac-power (2), failed-or-no-data (3) -- has ac but no dc out -- or we have no data } MAX-ACCESS read-only STATUS current DESCRIPTION "This field tells us the state of the power supply." DEFVAL { failed-or-no-data } ::= { eqlMemberHealthDetailsPowerSupplyEntry 3 } eqlMemberHealthDetailsPowerSupplyFanStatus OBJECT-TYPE SYNTAX INTEGER { not-applicable (0), fan-is-operational (1), fan-not-operational (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Iff the power supply current state is on-and-operating, then this field tells if the fan is operational." DEFVAL { fan-not-operational } ::= { eqlMemberHealthDetailsPowerSupplyEntry 4 } --************************************************************************** eqlMemberIdentificationTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlMemberIdentificationEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " EqualLogic-Dynamic Member Identification Table." ::= { eqlmemberObjects 9 } eqlMemberIdentificationEntry OBJECT-TYPE SYNTAX EqlMemberIdentificationEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "List of attributes of the array used to identity the location of that array. " AUGMENTS { eqlMemberStatusEntry } ::= { eqlMemberIdentificationTable 1 } EqlMemberIdentificationEntry ::= SEQUENCE { eqlMemberIdentificationLEDsBlinking TruthValue } eqlMemberIdentificationLEDsBlinking OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION " Setting this variable to true enables blinking of the ALRM and WARN LEDs on the front panel and the ERR LED on the CM, as seen from the back. The blinking stops after 2 hours or when the variable is set to false. " DEFVAL { false } ::= { eqlMemberIdentificationEntry 1} --************************************************************************** eqlMemberStorageTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlMemberStorageEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " EqualLogic-Dynamic Member Storage Information Table." ::= { eqlmemberObjects 10 } eqlMemberStorageEntry OBJECT-TYPE SYNTAX EqlMemberStorageEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "List of attributes used to convey the details of storage space utilization on the array. " AUGMENTS { eqlMemberIdentificationEntry } ::= { eqlMemberStorageTable 1 } EqlMemberStorageEntry ::= SEQUENCE { eqlMemberTotalStorage Integer32, eqlMemberUsedStorage Integer32, eqlMemberSnapStorage Integer32, eqlMemberReplStorage Integer32 } eqlMemberTotalStorage OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the total disk storage in MBs on the array." ::= { eqlMemberStorageEntry 1} eqlMemberUsedStorage OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the total disk storage in MBs allocated to volume and snapshots on this array." ::= { eqlMemberStorageEntry 2} eqlMemberSnapStorage OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the total disk storage in MBs allocated to snapshots on this array." ::= { eqlMemberStorageEntry 3} eqlMemberReplStorage OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the total disk storage in MBs allocated to replica on this array." ::= { eqlMemberStorageEntry 4} --************************************************************************** eqlMemberChassisTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlMemberChassisEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " EqualLogic-Dynamic Member Chassis Information Table." ::= { eqlmemberObjects 11 } eqlMemberChassisEntry OBJECT-TYPE SYNTAX EqlMemberChassisEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "List of attributes used to convey the details and type of Chassis present on the array. " AUGMENTS { eqlMemberIdentificationEntry } ::= { eqlMemberChassisTable 1 } EqlMemberChassisEntry ::= SEQUENCE { eqlMemberModel DisplayString, eqlMemberSerialNumber DisplayString, eqlMemberNumberOfControllers INTEGER, eqlMemberNumberOfDisks Integer32, eqlMemberCacheSize Integer32, eqlMemberCacheMode INTEGER } eqlMemberModel OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the model number for the array." -- .jpmfix - acutally model of active CM ::= { eqlMemberChassisEntry 1} eqlMemberSerialNumber OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the serial number for the array." -- -jpmfix looks like SN of active CM" ::= { eqlMemberChassisEntry 2} eqlMemberNumberOfControllers OBJECT-TYPE SYNTAX INTEGER { single(1), dual(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the number of Controller modules in the array." ::= { eqlMemberChassisEntry 3} eqlMemberNumberOfDisks OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the number of disk installed in the array." ::= {eqlMemberChassisEntry 4} eqlMemberCacheSize OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The field specifies the size in MB of the read/write cache within the array." ::= { eqlMemberChassisEntry 5} eqlMemberCacheMode OBJECT-TYPE SYNTAX INTEGER { unknown(0), write-thru(1), write-back(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the mode the cache is in within the array. The default is write-back. The array will be set to write-thru on battery failure." DEFVAL { write-back } ::= { eqlMemberChassisEntry 6} --************************************************************************** eqlMemberConnTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlMemberConnEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " EqualLogic-Dynamic Member Conn Information Table." ::= { eqlmemberObjects 12 } eqlMemberConnEntry OBJECT-TYPE SYNTAX EqlMemberConnEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "List of attributes used to convey the connections information on the array. " AUGMENTS { eqlMemberIdentificationEntry } ::= { eqlMemberConnTable 1 } EqlMemberConnEntry ::= SEQUENCE { eqlMemberNumberOfConnections Integer32, eqlMemberReadLatency Counter64, eqlMemberWriteLatency Counter64, eqlMemberReadAvgLatency Gauge32, eqlMemberWriteAvgLatency Gauge32, eqlMemberReadOpCount Counter64, eqlMemberWriteOpCount Counter64, eqlMemberTxData Counter64, eqlMemberRxData Counter64 } eqlMemberNumberOfConnections OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the number of iSCSI connections made from initiators to this array." ::= {eqlMemberConnEntry 1} eqlMemberReadLatency OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The accumulative latency in milli seconds for read operations on this member. The value will be zero until all members are atleast 3.0. The value is reset to zero upon reboot." ::= {eqlMemberConnEntry 2} eqlMemberWriteLatency OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The accumulative latency in milli seconds for write operations on this member .The value will be zero until all members are atleast 3.0. The value is reset to zero upon reboot." ::= {eqlMemberConnEntry 3} eqlMemberReadAvgLatency OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The average latency for read operations on this member in milli seconds. The value is reset to zero upon reboot." ::= {eqlMemberConnEntry 4} eqlMemberWriteAvgLatency OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The average latency for write operations on this member in milli seconds. The value is reset to zero upon reboot." ::= {eqlMemberConnEntry 5} eqlMemberReadOpCount OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of read operations on this member. The value is reset to zero upon reboot." ::= {eqlMemberConnEntry 6} eqlMemberWriteOpCount OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of write operations on this member. The value is reset to zero upon reboot." ::= {eqlMemberConnEntry 7} eqlMemberTxData OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The count of data octets trasmitted by this member.The value is reset to zero upon reboot." ::= {eqlMemberConnEntry 8} eqlMemberRxData OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The count of data octets received by this member.The value is reset to zero upon reboot." ::= {eqlMemberConnEntry 9} --************************************************************************** eqlMemberRAIDTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlMemberRAIDEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " EqualLogic-Dynamic Member RAID Information Table." ::= { eqlmemberObjects 13 } eqlMemberRAIDEntry OBJECT-TYPE SYNTAX EqlMemberRAIDEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "List of attributes used to convey the RAID status information on the array. " AUGMENTS { eqlMemberIdentificationEntry } ::= { eqlMemberRAIDTable 1 } EqlMemberRAIDEntry ::= SEQUENCE { eqlMemberRaidStatus INTEGER, eqlMemberRaidPercentage Integer32, eqlMemberLostRaidBlocks INTEGER, eqlMemberNumberOfSpares Integer32 } eqlMemberRaidStatus OBJECT-TYPE SYNTAX INTEGER { ok (1), degraded (2), verifying (3), reconstructing (4), failed (5), catastrophicLoss(6), expanding (7) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the status of the raid subsystem. This is a composite of the view of the underlying subsystems. Status ok means things are ok. Status degraded means we are in a degraded state, possible because no spare is available. Status verifying means a verify pass is run, and a percent complete is available. Status reconstructing means we are reconstructing a drive and a percent complete is available. Status failed means we had a failure while we were up, possibly a drive failed and we have no spare. Status catastrophicLoss may not be visible to the user since the member may not be able to bootup. It means we need administrator intervention to correct the problem. " ::= {eqlMemberRAIDEntry 1 } eqlMemberRaidPercentage OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the percentage complete when the eqlMemberStatusRaidStatus is verifying or reconstructing." ::= {eqlMemberRAIDEntry 2 } eqlMemberLostRaidBlocks OBJECT-TYPE SYNTAX INTEGER { true (1), false (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies whether we have lost blocks in the raid array which the user may want to clear." ::= {eqlMemberRAIDEntry 3 } eqlMemberNumberOfSpares OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This field specifies the number disks allocated as spares in an array." ::= { eqlMemberRAIDEntry 4} --************************************************************************** eqlMemberPSGMapTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlMemberPSGMapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " EqualLogic-Dynamic Member PSG Map Table." ::= { eqlmemberObjects 14 } eqlMemberPSGMapEntry OBJECT-TYPE SYNTAX EqlMemberPSGMapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "List of attributes used to convey the PSS ID information of this array in the group map. " AUGMENTS { eqlMemberIdentificationEntry } ::= { eqlMemberPSGMapTable 1 } EqlMemberPSGMapEntry ::= SEQUENCE { eqlMemberShortId Integer32 } eqlMemberShortId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "This field specifies PSS ID of the member in the context of the leader of the PSG." ::= {eqlMemberPSGMapEntry 1 } -- SNMP TRAPS -- -- -- -- eqlMemberEnclosureMgmtNotifications OBJECT IDENTIFIER ::= {eqlmemberNotifications 1} -- traps related to enclosure sensors eqlMemberHealthTempSensorHighThreshold NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthDetailsTemperatureName, eqlMemberHealthDetailsTemperatureValue, eqlMemberHealthDetailsTemperatureCurrentState, eqlMemberHealthDetailsTemperatureHighCriticalThreshold, eqlMemberHealthDetailsTemperatureHighWarningThreshold } STATUS current DESCRIPTION "Sent when a high threshold has been exceeded for any of the enclosure temp sensors. The implementation of this trap should not send more than one notification of this type for a sensor in any 10 minute time span" ::= { eqlMemberEnclosureMgmtNotifications 1 } eqlMemberHealthTempSensorLowThreshold NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthDetailsTemperatureName, eqlMemberHealthDetailsTemperatureValue, eqlMemberHealthDetailsTemperatureCurrentState, eqlMemberHealthDetailsTemperatureLowCriticalThreshold, eqlMemberHealthDetailsTemperatureLowWarningThreshold } STATUS current DESCRIPTION "Sent when a low threshold has been exceeded for any of the enclosure temp sensors. The implementation of this trap should not send more than one notification of this type for a sensor in any 10 minute time span" ::= { eqlMemberEnclosureMgmtNotifications 2 } eqlMemberHealthFanSpeedHighThreshold NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthDetailsFanName, eqlMemberHealthDetailsFanValue, eqlMemberHealthDetailsFanCurrentState, eqlMemberHealthDetailsFanHighCriticalThreshold, eqlMemberHealthDetailsFanHighWarningThreshold } STATUS current DESCRIPTION "Sent when a high threshold has been exceeded for any of the enclosure fan speed sensors. The implementation of this trap should not send more than one notification of this type for a sensor in any 10 minute time span" ::= { eqlMemberEnclosureMgmtNotifications 3 } eqlMemberHealthFanSpeedLowThreshold NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthDetailsFanName, eqlMemberHealthDetailsFanValue, eqlMemberHealthDetailsFanCurrentState, eqlMemberHealthDetailsFanLowCriticalThreshold, eqlMemberHealthDetailsFanLowWarningThreshold } STATUS current DESCRIPTION "Sent when a low threshold has been exceeded for any of the enclosure fan speed sensors. The implementation of this trap should not send more than one notification of this type for a sensor in any 10 minute time span" ::= { eqlMemberEnclosureMgmtNotifications 4 } eqlMemberHealthPowerSupplyFanFailure NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthDetailsPowerSupplyName, eqlMemberHealthDetailsPowerSupplyFanStatus } STATUS current DESCRIPTION "Sent when a failure has been detected on any of the power supply fan speed sensors. The implementation of this trap should not send more than one notification of this type for a sensor in any 10 minute time span" ::= { eqlMemberEnclosureMgmtNotifications 5 } eqlMemberHealthPowerSupplyFailure NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthDetailsPowerSupplyName, eqlMemberHealthDetailsPowerSupplyCurrentState } STATUS current DESCRIPTION "Sent when a failure has been detected on any of the power supplys in the PSA. The implementation of this trap should not send more than one notification of this type for a sensor in any 10 minute time span" ::= { eqlMemberEnclosureMgmtNotifications 6 } eqlMemberHealthRAIDSetDoubleFaulted NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when the raid set has been detected to have double faulted. When this occurs, the array will not come up. User intervention is required to correct the issue" ::= { eqlMemberEnclosureMgmtNotifications 7 } eqlMemberHealthBothFanTraysRemoved NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when both of the fan trays have been removed from the chassis. This results in overheating" ::= { eqlMemberEnclosureMgmtNotifications 8 } eqlMemberHealthRAIDlostCache NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent because the RAID driver is unable to recover the battery-backed cache. The disk array will not initialize without user intervention. See the Handling Lost Data section in the Group Administration manual for more information." ::= { eqlMemberEnclosureMgmtNotifications 9 } eqlMemberHealthFanTrayRemoved NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when one of the fan trays have been removed from the chassis. This results in overheating" ::= { eqlMemberEnclosureMgmtNotifications 10 } eqlMemberHealthRAIDSetLostBlkTableFull NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when the RAID lost block table is full. This usually is an indication of lost data." ::= { eqlMemberEnclosureMgmtNotifications 11 } eqlMemberHealthBatteryLessThan72Hours NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when the battery has insufficient charge to survive a 72 hour power outage." ::= { eqlMemberEnclosureMgmtNotifications 12 } eqlMemberHealthRaidOrphanCache NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when the RAID driver finds data in the battery-backed cache with no matching disk array. Initialization will not proceed without user intervention. Call EqualLogic Support for assistance." ::= { eqlMemberEnclosureMgmtNotifications 13 } eqlMemberHealthRaidMultipleRaidSets NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when multiple valid RAIDsets were found. The array cannot choose which one to initialize. Remove all but one valid RAIDset and power-cycle the array." ::= { eqlMemberEnclosureMgmtNotifications 14 } eqlMemberHealthNVRAMBatteryFailed NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when the NVRAM battery fails . The NVRAM can no longer be used." ::= { eqlMemberEnclosureMgmtNotifications 15 } eqlMemberHealthhwComponentFailedCrit NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when a critical hardware component has failed." ::= { eqlMemberEnclosureMgmtNotifications 16 } eqlMemberHealthincompatControlModule NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when An incorrect control module has been inserted into the chassis." ::= { eqlMemberEnclosureMgmtNotifications 17 } eqlMemberHealthlowAmbientTemp NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when one or more sensors is below its critical temperature range." ::= { eqlMemberEnclosureMgmtNotifications 18 } eqlMemberHealthopsPanelFailure NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when Ops Panel is missing or broken." ::= { eqlMemberEnclosureMgmtNotifications 19 } eqlMemberHealthemmLinkFailure NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when enclosure management services are unavailable." ::= { eqlMemberEnclosureMgmtNotifications 20 } eqlMemberHealthhighBatteryTemperature NOTIFICATION-TYPE OBJECTS{ eqlMemberHealthStatus } STATUS current DESCRIPTION "Sent when the cache battery temperature exceeds upper limit; battery charger is disabled." ::= { eqlMemberEnclosureMgmtNotifications 21 } --************************************************************************** eqlDriveGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlDriveGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Persistent Storage Drive Group Table." ::= { eqlmemberObjects 15 } eqlDriveGroupEntry OBJECT-TYPE SYNTAX EqlDriveGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing drive group configuration" INDEX { eqlGroupId, eqlMemberIndex, eqlDriveGroupIndex } ::= { eqlDriveGroupTable 1 } EqlDriveGroupEntry ::= SEQUENCE { eqlDriveGroupIndex Unsigned32, eqlDriveGroupStoragePoolIndex Unsigned32, eqlDriveGroupRAIDPolicy INTEGER } eqlDriveGroupIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "This field unique identifies a RAID Group within a member." ::= { eqlDriveGroupEntry 1 } eqlDriveGroupStoragePoolIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "This field unique identifies a Storage Pool." DEFVAL { 1 } ::= { eqlDriveGroupEntry 2 } eqlDriveGroupRAIDPolicy OBJECT-TYPE SYNTAX INTEGER { unconfigured(0), raid50(1), raid10(2), raid5(3), raid50-nospares(4), raid10-nospares(5), raid5-nospares(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "The RAID policy of this drive group: 0 - unconfigured 1 - raid50 2 - raid10 3 - raid5 4 - raid50 with minimal spares 5 - raid10 with minimal spares 6 - raid5 with minimal spares" DEFVAL { unconfigured } ::= { eqlDriveGroupEntry 3 } --************************************************************************** eqlDriveGroupOpsTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlDriveGroupOpsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Persistent Storage Drive Group Operations Table." ::= { eqlmemberObjects 16 } eqlDriveGroupOpsEntry OBJECT-TYPE SYNTAX EqlDriveGroupOpsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing drive group configuration" INDEX { eqlGroupId, eqlMemberIndex, eqlDriveGroupIndex, eqlDriveGroupOpsIndex } ::= { eqlDriveGroupOpsTable 1 } EqlDriveGroupOpsEntry ::= SEQUENCE { eqlDriveGroupOpsIndex Unsigned32, eqlDriveGroupOpsRowStatus RowStatus, eqlDriveGroupOpsOperation INTEGER, eqlDriveGroupOpsExec INTEGER, eqlDriveGroupOpsStartTime TimeTicks, eqlDriveGroupOpsStoragePoolSourceIndex Unsigned32, eqlDriveGroupOpsStoragePoolDestinationIndex Unsigned32, eqlDriveGroupOpsVolBalCommandIndex Unsigned32, eqlDriveGroupOpsVolBalCommandiscsiLocalMemberId Unsigned32 } eqlDriveGroupOpsIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "This field unique identifies an operation withing a Drive Group." ::= { eqlDriveGroupOpsEntry 1 } eqlDriveGroupOpsRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This field is used indicate the status of this entry." ::= { eqlDriveGroupOpsEntry 2 } eqlDriveGroupOpsOperation OBJECT-TYPE SYNTAX INTEGER { none(0), movePool(1), vacate(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current operation for this drive group 0 - no operation 1 - move Pool 2 - vacate" ::= { eqlDriveGroupOpsEntry 3 } eqlDriveGroupOpsExec OBJECT-TYPE SYNTAX INTEGER { none(0), cancel(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The action to preform on this operation 0 - no operation 1 - cancel" ::= { eqlDriveGroupOpsEntry 4 } eqlDriveGroupOpsStartTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-write STATUS current DESCRIPTION "This field contains the time of the start of the operation." ::= { eqlDriveGroupOpsEntry 5 } eqlDriveGroupOpsStoragePoolSourceIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "This field unique identifies the source Storage Pool." DEFVAL { 1 } ::= { eqlDriveGroupOpsEntry 6 } eqlDriveGroupOpsStoragePoolDestinationIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "This field unique identifies the destination Storage Pool." DEFVAL { 1 } ::= { eqlDriveGroupOpsEntry 7 } eqlDriveGroupOpsVolBalCommandIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "2nd Part of Index for row in eqliscsiVolBalCommandTable" ::= { eqlDriveGroupOpsEntry 8 } eqlDriveGroupOpsVolBalCommandiscsiLocalMemberId OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "3rd Part of Index for row in eqliscsiVolBalCommandTable" ::= { eqlDriveGroupOpsEntry 9 } --****************************************************************** eqlAdminAccountMemberTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlogicAdminAccountMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Dynamic table indicating the access an administrator has to a member." ::= { eqlmemberObjects 17 } eqlAdminAccountMemberEntry OBJECT-TYPE SYNTAX EqlogicAdminAccountMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing the access privilege." INDEX { eqlGroupId, eqlStorageGroupAdminAccountIndex, eqlMemberIndex } ::= { eqlAdminAccountMemberTable 1 } EqlogicAdminAccountMemberEntry ::= SEQUENCE { eqlAdminAccountMemberAccess INTEGER } eqlAdminAccountMemberAccess OBJECT-TYPE SYNTAX INTEGER { read-only (1), read-write (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The administrative permission to a member." ::= { eqlAdminAccountMemberEntry 1 } --****************************************************************** eqlDriveGroupOpsStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF EqlDriveGroupOpsStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "EqualLogic-Dynamic Storage Volume Operations Status Table." ::= { eqlmemberObjects 18 } eqlDriveGroupOpsStatusEntry OBJECT-TYPE SYNTAX EqlDriveGroupOpsStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (row) containing status for volume operations." AUGMENTS { eqlDriveGroupOpsEntry } ::= { eqlDriveGroupOpsStatusTable 1} EqlDriveGroupOpsStatusEntry ::= SEQUENCE { eqlDriveGroupOpsStatusCompletePct Unsigned32 } eqlDriveGroupOpsStatusCompletePct OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The percentage complete an ongoing move or bind operation is" ::= {eqlDriveGroupOpsStatusEntry 1 } END