mibs-downloader/mibs/StorageManagement-MIB.mib

8971 lines
255 KiB
Plaintext

--
-- dcstorag.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 7.0 Build 240
-- Monday, September 02, 2013 at 16:26:07
--
-- Copyright (c) 2002 Dell
-- Module Name: dcstorag.mib
-- Abstract:
-- Defines the Dell OpenManage Storage Management SNMP interface.
-- Authors:
--
-- Revision History:
-- KEMR (10/23/02) 0.1 - Original draft
--
-- IMPORTANT NOTE
-- MG-SOFT MibBuilder will be used as the tool to change this MIB. Because of the way the MG-SOFT MIB tools work, a copy
-- of the intermediate file with the extension .bui will be kept in SourceSafe along with the ASCII .mib version. When
-- any changes are made to the MIB they will have to be made to the .bui file using MibBuilder and then exported to the
-- .mib file. If you open the .mib version of the MIB in MibBuilder, the compiler is run in on the fly and ALL comments
-- will be removed. This is a "feature" of the tool and is beyond our control.
StorageManagement-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
enterprises
FROM RFC1155-SMI
DisplayString
FROM RFC1213-MIB;
--
-- Type definitions
--
DellStatus ::= INTEGER
{
other(1),
unknown(2),
ok(3),
nonCritical(4),
critical(5),
nonRecoverable(6)
}
--
-- Node definitions
--
-- 1.3.6.1.4.1.674
dell OBJECT IDENTIFIER ::= { enterprises 674 }
-- 1.3.6.1.4.1.674.10893
storage OBJECT IDENTIFIER ::= { dell 10893 }
-- 1.3.6.1.4.1.674.10893.1
software OBJECT IDENTIFIER ::= { storage 1 }
-- The Storage Management MIB (Management Information Base) Group
-- defines the properties that identify information about the Storage
-- Management software product and the current status of the system it manages.
-- 1.3.6.1.4.1.674.10893.1.20
storageManagement OBJECT IDENTIFIER ::= { software 20 }
-- 1.3.6.1.4.1.674.10893.1.20.1
softwareVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Version number of the storage management component of the systems management software."
::= { storageManagement 1 }
-- 1.3.6.1.4.1.674.10893.1.20.2
globalStatus OBJECT-TYPE
SYNTAX INTEGER
{
critical(1),
warning(2),
normal(3),
unknown(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Global health information for the subsystem managed by
the Storage Management software. This global status is
customized for HP OpenView. Other applications should
refer to the agentSystemGlobalStatus entry in the
globalData object group.
Possible values:
1: Critical
2: Warning
3: Normal
4: Unknown"
::= { storageManagement 2 }
-- 1.3.6.1.4.1.674.10893.1.20.3
softwareManufacturer OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Manufacturer information for the Storage Management software."
::= { storageManagement 3 }
-- 1.3.6.1.4.1.674.10893.1.20.4
softwareProduct OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Product information for the Storage Management software."
::= { storageManagement 4 }
-- 1.3.6.1.4.1.674.10893.1.20.5
softwareDescription OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..128))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Product Description for the Storage Management software."
::= { storageManagement 5 }
-- The Storage Management Information Management Information Base (MIB)
-- Group defines the properties that identify the Storage Management software SNMP agent.
-- 1.3.6.1.4.1.674.10893.1.20.100
storageManagementInfo OBJECT IDENTIFIER ::= { storageManagement 100 }
-- 1.3.6.1.4.1.674.10893.1.20.100.1
displayName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of this management software for display purposes."
::= { storageManagementInfo 1 }
-- 1.3.6.1.4.1.674.10893.1.20.100.2
description OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A short description of this management software."
::= { storageManagementInfo 2 }
-- 1.3.6.1.4.1.674.10893.1.20.100.3
agentVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the management software manufacturer."
::= { storageManagementInfo 3 }
-- 1.3.6.1.4.1.674.10893.1.20.100.4
agentVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. Refer to softwareVersion."
::= { storageManagementInfo 4 }
-- The Global Data Management Information Base (MIB) Group defines the
-- properties that identify status information about system that the
-- Storage Management software is managing and about the Storage Management SNMP agent.
-- 1.3.6.1.4.1.674.10893.1.20.110
globalData OBJECT IDENTIFIER ::= { storageManagement 110 }
-- 1.3.6.1.4.1.674.10893.1.20.110.1
agentSystemGlobalStatus OBJECT-TYPE
SYNTAX INTEGER
{
normal(1),
warning(2),
nonCriticalError(3),
failure(4),
unknown(5)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. Please use the value: agentGlobalSystemStatus.
Note: Enumerated values have changed."
::= { globalData 1 }
-- 1.3.6.1.4.1.674.10893.1.20.110.2
agentLastGlobalStatus OBJECT-TYPE
SYNTAX INTEGER
{
normal(1),
warning(2),
nonCriticalError(3),
failure(4),
unknown(5)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. Please use the value: agentLastGlobalSystemStatus.
Note: Enumerated values have changed."
::= { globalData 2 }
-- 1.3.6.1.4.1.674.10893.1.20.110.3
agentTimeStamp OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The last time that the agent values have been updated.
Universal time in sec since UTC 1/1/70."
::= { globalData 3 }
-- 1.3.6.1.4.1.674.10893.1.20.110.4
agentGetTimeout OBJECT-TYPE
SYNTAX INTEGER (1..10000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Suggested timeout value in milliseconds for how long
the SNMP getter should wait while attempting to poll
the SNMP agent."
::= { globalData 4 }
-- 1.3.6.1.4.1.674.10893.1.20.110.5
agentModifiers OBJECT-TYPE
SYNTAX INTEGER (1..10000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Agent functional modifiers, when set the modifier is active.
Bit definitions:
Bit 3: agent in debug mode.
All other bits are product specific
"
::= { globalData 5 }
-- 1.3.6.1.4.1.674.10893.1.20.110.6
agentRefreshRate OBJECT-TYPE
SYNTAX INTEGER (1..10000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The rate, given in seconds, at which the cached data for SNMP is refreshed.
The default value is 300 seconds, or 5 minutes."
::= { globalData 6 }
-- 1.3.6.1.4.1.674.10893.1.20.110.7
agentHostname OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { globalData 7 }
-- 1.3.6.1.4.1.674.10893.1.20.110.8
agentIPAddress OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { globalData 8 }
-- 1.3.6.1.4.1.674.10893.1.20.110.9
agentSoftwareStatus OBJECT-TYPE
SYNTAX INTEGER
{
databaseUp(1),
databaseDown(2)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { globalData 9 }
-- 1.3.6.1.4.1.674.10893.1.20.110.10
agentSnmpVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. Refer to softwareVersion."
::= { globalData 10 }
-- 1.3.6.1.4.1.674.10893.1.20.110.11
agentMibVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Version of the Storage Management MIB."
::= { globalData 11 }
-- 1.3.6.1.4.1.674.10893.1.20.110.12
agentManagementSoftwareURLName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Universal Resource Locator (URL) of the systems management software."
::= { globalData 12 }
-- 1.3.6.1.4.1.674.10893.1.20.110.13
agentGlobalSystemStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Global health information for the subsystem managed by
the Storage Management software. This global status
should be used by applications other than HP OpenView.
HP OpenView should refer to the globalStatus in the root level object
group. This is a rollup for the entire agent including
any monitored devices. The status is intended to give
initiative to a snmp monitor to get further data when
this status is abnormal.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { globalData 13 }
-- 1.3.6.1.4.1.674.10893.1.20.110.14
agentLastGlobalSystemStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The previous global status of the system managed by the Storage Management software.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { globalData 14 }
-- 1.3.6.1.4.1.674.10893.1.20.110.15
agentSmartThermalShutdown OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2),
notApplicable(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the status of smart thermal shutdown for PV220S and PV221S enclosures.
Possible values:
1: Enabled
2: Disabled"
::= { globalData 15 }
-- The Physical Devices Management Information Base (MIB) group exposes
-- information about the devices managed by the Storage Management
-- software and their relationships to each other.
-- This group and all of its associated tables and objects are not
-- supported on Microsoft Windows Advanced Server Limited Edition
-- 64-bit operating system (Windows.Net-64) on a PE7150.
-- 1.3.6.1.4.1.674.10893.1.20.130
physicalDevices OBJECT IDENTIFIER ::= { storageManagement 130 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2
channelTable OBJECT-TYPE
SYNTAX SEQUENCE OF ChannelEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of controller channels. The number of entries is
related to the number of channels supported by a RAID
controller. Perc2 RAID controller supports a max of 4
channels per controller. The maximum number of entries is
implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1
channelEntry OBJECT-TYPE
SYNTAX ChannelEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the channel table. A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { channelNumber }
::= { channelTable 1 }
ChannelEntry ::=
SEQUENCE {
channelNumber
INTEGER,
channelName
DisplayString,
channelState
INTEGER,
channelSeverity
INTEGER,
channelTermination
INTEGER,
channelSCSIID
INTEGER,
channelRollUpStatus
DellStatus,
channelComponentStatus
DellStatus,
channelNexusID
DisplayString,
channelDataRate
DisplayString,
channelBusType
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.1
channelNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this channel entry."
::= { channelEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.2
channelName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the channel as represented in Storage Management.
The name will include the word channel and the instance.
For example: Channel 1"
::= { channelEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.3
channelState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
online(3),
offline(4),
degraded(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of the channel.
Possible states:
0: Unknown
1: Ready - The I/O has resumed.
2: Failed
3: Online
4: Offline - The I/O has paused.
6: Degraded
"
::= { channelEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.4
channelSeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { channelEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.5
channelTermination OBJECT-TYPE
SYNTAX INTEGER
{
wide(1),
narrow(2),
notTerminated(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of SCSI termination on this channel.
Termination is required for proper operation of this channel.
1: Wide Termination (16 bit)
2: Narrow Termination (8 bit)
3: Not Terminated"
::= { channelEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.6
channelSCSIID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The SCSI ID of the controller to which the channel belongs."
::= { channelEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.7
channelRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the channel state.
This is the combined status of the channel and its
components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { channelEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.8
channelComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the channel itself with out without the
propagation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { channelEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.9
channelNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this channel."
::= { channelEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.10
channelDataRate OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The data rate (SCSI speed) of the channel. Example: Ultra 320M SCSI"
::= { channelEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.2.1.11
channelBusType OBJECT-TYPE
SYNTAX INTEGER
{
scsi(1),
ide(2),
fibreChannel(3),
ssa(4),
usb(6),
sata(7),
sas(8),
pcie(9)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The bus type of the channel.
Possible values:
1: SCSI
2: IDE
3: Fibre Channel
4: SSA
6: USB
7: SATA
8: SAS
9: PCIe"
::= { channelEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3
enclosureTable OBJECT-TYPE
SYNTAX SEQUENCE OF EnclosureEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Enclosures. The number of entries is
related to number of enclosures discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1
enclosureEntry OBJECT-TYPE
SYNTAX EnclosureEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Enclosure table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { enclosureNumber }
::= { enclosureTable 1 }
EnclosureEntry ::=
SEQUENCE {
enclosureNumber
INTEGER,
enclosureName
DisplayString,
enclosureVendor
DisplayString,
enclosureState
INTEGER,
enclosureSeverity
INTEGER,
enclosureID
DisplayString,
enclosureProcessorVersion
DisplayString,
enclosureServiceTag
DisplayString,
enclosureAssetTag
DisplayString,
enclosureAssetName
DisplayString,
enclosureSplitBusPartNumber
DisplayString,
enclosureProductID
DisplayString,
enclosureKernelVersion
DisplayString,
enclosureESM1PartNumber
DisplayString,
enclosureESM2PartNumber
DisplayString,
enclosureType
INTEGER,
enclosureProcessor2Version
DisplayString,
enclosureConfig
INTEGER,
enclosureChannelNumber
INTEGER,
enclosureAlarm
INTEGER,
enclosureBackplanePartNumber
DisplayString,
enclosureSCSIID
INTEGER,
enclosureRollUpStatus
DellStatus,
enclosureComponentStatus
DellStatus,
enclosureNexusID
DisplayString,
enclosureFirmwareVersion
DisplayString,
enclosureSCSIRate
DisplayString,
enclosurePartNumber
DisplayString,
enclosureSerialNumber
DisplayString,
enclosureSASAddress
DisplayString,
enclosureOccupiedSlotCount
INTEGER,
enclosureTotalSlots
INTEGER,
enclosureEmptySlotCount
INTEGER,
enclosureExpressServiceCode
DisplayString
}
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.1
enclosureNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of the enclosure entry."
::= { enclosureEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.2
enclosureName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The enclosure's name as represented in Storage Management."
::= { enclosureEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.3
enclosureVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The enclosure's (re)seller's name."
::= { enclosureEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.4
enclosureState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
online(3),
offline(4),
degraded(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of the enclosure
(which includes any devices connected to it.)
Possible states:
0: Unknown
1: Ready
2: Failed
3: Online
4: Offline
6: Degraded"
::= { enclosureEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.5
enclosureSeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { enclosureEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.6
enclosureID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Represents unique id for an enclosure."
::= { enclosureEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.7
enclosureProcessorVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { enclosureEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.8
enclosureServiceTag OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Enclosure identification used when consulting customer support."
::= { enclosureEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.9
enclosureAssetTag OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"User definable asset tag for the enclosure."
::= { enclosureEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.10
enclosureAssetName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"User definable asset name of the enclosure."
::= { enclosureEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.11
enclosureSplitBusPartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The enclosure's split bus part number."
::= { enclosureEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.12
enclosureProductID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The enclosure's product identification. This also corresponds to the enclosure type.
"
::= { enclosureEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.13
enclosureKernelVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
Refer to enclosureFirmwareVersion for the firmware version of the enclosure."
::= { enclosureEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.14
enclosureESM1PartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { enclosureEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.15
enclosureESM2PartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { enclosureEntry 15 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.16
enclosureType OBJECT-TYPE
SYNTAX INTEGER
{
internal(1),
dELLPV200SPV201S(2),
dELLPV210SPV211S(3),
dELLPV220SPV221S(4),
dELLPV660F(5),
dELLPV224F(6),
dELLPV660F224F(7),
md1000(8),
md1120(9),
md1200(10),
md1220(11)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of this enclosure.
Possible values:
1: Internal
2: Dell PV200S (PV201S)
3: Dell PV210S (PV211S)
4: Dell PV220S (PV221S)
5: Dell PV660F
6: Dell PV224F
7: Dell PV660F / PV224F
8: Dell MD1000
9: Dell MD1120
10: Dell MD1200
11: Dell MD1220"
::= { enclosureEntry 16 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.17
enclosureProcessor2Version OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { enclosureEntry 17 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.18
enclosureConfig OBJECT-TYPE
SYNTAX INTEGER
{
joined(1),
splitBus(2),
clustered(3),
unified(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current configuration of the enclosure's backplane.
Possible values:
1: Joined
2: Split Bus
3: Clustered
4: Unified"
::= { enclosureEntry 18 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.19
enclosureChannelNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The channel number, or bus, to which the enclosure is connected."
::= { enclosureEntry 19 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.20
enclosureAlarm OBJECT-TYPE
SYNTAX INTEGER
{
disabled(1),
enabled(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current status of the enclosure's alarm (PV220S, and PV221S only.)
Possible values:
1: Disabled
2: Enabled"
::= { enclosureEntry 20 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.21
enclosureBackplanePartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The part number of the enclosure's backplane."
::= { enclosureEntry 21 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.22
enclosureSCSIID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The SCSI ID of the controller to which this enclosure is attached."
::= { enclosureEntry 22 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.23
enclosureRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the enclosure state.
This is the combined status of the enclosure and its components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { enclosureEntry 23 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.24
enclosureComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the enclosure itself without the
propagation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { enclosureEntry 24 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.25
enclosureNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this enclosure."
::= { enclosureEntry 25 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.26
enclosureFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The firmware version of the enclosure."
::= { enclosureEntry 26 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.27
enclosureSCSIRate OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Actual SCSI rate in the enclosure.
"
::= { enclosureEntry 27 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.28
enclosurePartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The part number of the enclosure.
"
::= { enclosureEntry 28 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.29
enclosureSerialNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Serial number of the enclosure.
"
::= { enclosureEntry 29 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.30
enclosureSASAddress OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The specified SAS address if this is a SAS enclosure. "
::= { enclosureEntry 30 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.31
enclosureOccupiedSlotCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Shows the number of physical disk slots occupied in a storage enclosure.
Note: A value of 9999 indicates feature not available."
::= { enclosureEntry 31 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.32
enclosureTotalSlots OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Shows the total number of physical slots in a storage enclosure; it includes total count of occupied and empty slots.
Note: A value of 9999 indicates feature not available.
"
::= { enclosureEntry 32 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.33
enclosureEmptySlotCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Shows the number of empty physical disk slots in a storage enclosure.
Note: A value of 9999 indicates feature not available.
"
::= { enclosureEntry 33 }
-- 1.3.6.1.4.1.674.10893.1.20.130.3.1.34
enclosureExpressServiceCode OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Express Service Code (ESC) is base10 converted numerical value of service tag."
::= { enclosureEntry 34 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4
arrayDiskTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArrayDiskEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Array Disks. The number of entries is
related to number of Array Disks discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1
arrayDiskEntry OBJECT-TYPE
SYNTAX ArrayDiskEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Array Disk table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { arrayDiskNumber }
::= { arrayDiskTable 1 }
ArrayDiskEntry ::=
SEQUENCE {
arrayDiskNumber
INTEGER,
arrayDiskName
DisplayString,
arrayDiskVendor
DisplayString,
arrayDiskState
INTEGER,
arrayDiskSeverity
INTEGER,
arrayDiskProductID
DisplayString,
arrayDiskSerialNo
DisplayString,
arrayDiskRevision
DisplayString,
arrayDiskEnclosureID
DisplayString,
arrayDiskChannel
INTEGER,
arrayDiskLengthInMB
INTEGER,
arrayDiskLengthInBytes
INTEGER,
arrayDiskLargestContiguousFreeSpaceInMB
INTEGER,
arrayDiskLargestContiguousFreeSpaceInBytes
INTEGER,
arrayDiskTargetID
INTEGER,
arrayDiskLunID
INTEGER,
arrayDiskUsedSpaceInMB
INTEGER,
arrayDiskUsedSpaceInBytes
INTEGER,
arrayDiskFreeSpaceInMB
INTEGER,
arrayDiskFreeSpaceInBytes
INTEGER,
arrayDiskBusType
INTEGER,
arrayDiskSpareState
INTEGER,
arrayDiskRollUpStatus
DellStatus,
arrayDiskComponentStatus
DellStatus,
arrayDiskDeviceName
DisplayString,
arrayDiskNexusID
DisplayString,
arrayDiskPartNumber
DisplayString,
arrayDiskSASAddress
DisplayString,
arrayDiskNegotiatedSpeed
INTEGER,
arrayDiskCapableSpeed
INTEGER,
arrayDiskSmartAlertIndication
INTEGER,
arrayDiskManufactureDay
DisplayString,
arrayDiskManufactureWeek
DisplayString,
arrayDiskManufactureYear
DisplayString,
arrayDiskMediaType
INTEGER,
arrayDiskDellCertified
INTEGER,
arrayDiskAltaVendorId
DisplayString,
arrayDiskAltaProductId
DisplayString,
arrayDiskAltaRevisionId
DisplayString,
arrayDiskEncryptionCapable
INTEGER,
arrayDiskEncrypted
INTEGER,
arrayDiskPowerState
INTEGER,
arrayDiskDriveWriteCache
INTEGER,
arrayDiskModelNumber
DisplayString,
arrayDiskLifeRemaining
INTEGER,
arrayDiskDriverVersion
DisplayString,
arrayDiskDeviceLifeStatus
INTEGER,
arrayDiskReadOnly
DisplayString,
arrayDiskRemainingRatedWriteEndurance
DisplayString,
arrayDiskSectorSize
INTEGER,
arrayDiskPICapable
INTEGER,
arrayDiskMaxLinkWidth
INTEGER,
arrayDiskNegotiatedLinkWidth
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.1
arrayDiskNumber OBJECT-TYPE
SYNTAX INTEGER (1..1000000000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this array disk entry."
::= { arrayDiskEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.2
arrayDiskName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the array disk as represented in Storage Management."
::= { arrayDiskEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.3
arrayDiskVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The array disk's manufacturer's name."
::= { arrayDiskEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.4
arrayDiskState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
online(3),
offline(4),
degraded(6),
recovering(7),
removed(11),
non-raid(13),
notReady(14),
resynching(15),
replacing(22),
spinningDown(23),
rebuild(24),
noMedia(25),
formatting(26),
diagnostics(28),
predictiveFailure(34),
initializing(35),
foreign(39),
clear(40),
unsupported(41),
incompatible(53),
readOnly(56)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of the array disk.
Possible states:
0: Unknown
1: Ready - Available for use, but no RAID configuration has been assigned.
2: Failed - Not operational.
3: Online - Operational. RAID configuration has been assigned.
4: Offline - The drive is not available to the RAID controller.
6: Degraded - Refers to a fault-tolerant array/virtual disk that has a failed disk.
7: Recovering - Refers to state of recovering from bad blocks on disks.
11: Removed - Indicates that array disk has been removed.
13: Non-RAID - Indicates that array disk is not a RAID capable disk
14: Not Ready - Applicable for PCIeSSD devices indicating that the device is in locked state
15: Resynching - Indicates one of the following types of disk operations: Transform Type, Reconfiguration, and Check Consistency.
22: Replacing - Indicates copyback operation is in progress.
23: Spinning Down - Transit state when the physical disk is spinning down for physical disk power management.
24: Rebuild
25: No Media - CD-ROM or removable disk has no media.
26: Formatting - In the process of formatting.
28: Diagnostics - Diagnostics are running.
34: Predictive failure
35: Initializing: Applies only to virtual disks on PERC, PERC 2/SC, and PERC 2/DC controllers.
39: Foreign
40: Clear
41: Unsupported
53: Incompatible
56: Read Only - Applicable for PCIeSSD devices. Indicates that device has reached read-only state
"
::= { arrayDiskEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.5
arrayDiskSeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { arrayDiskEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.6
arrayDiskProductID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The model number of the array disk."
::= { arrayDiskEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.7
arrayDiskSerialNo OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The array disk's unique identification number from the manufacturer.
"
::= { arrayDiskEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.8
arrayDiskRevision OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The firmware version of the array disk."
::= { arrayDiskEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.9
arrayDiskEnclosureID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The SCSI ID of the enclosure processor to which this array disk belongs."
::= { arrayDiskEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.10
arrayDiskChannel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The bus to which this array disk is connected."
::= { arrayDiskEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.11
arrayDiskLengthInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The size in megabytes of the array disk. If this size is 0, it is smaller than a megabyte."
::= { arrayDiskEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.12
arrayDiskLengthInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The size of the array disk in bytes that is less than
a megabyte. This size plus the arrayDiskLengthInMB is
the total size of the array disk."
::= { arrayDiskEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.13
arrayDiskLargestContiguousFreeSpaceInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The size in megabytes of the largest contiguous free space
on the array disk. If this size is 0, it is less than a megabyte."
::= { arrayDiskEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.14
arrayDiskLargestContiguousFreeSpaceInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The size of the largest contiguous free space on this
array disk in bytes that is less than a megabyte.
This size plus the arrayDiskLargestContiguousFreeSpaceInMB
is the total size of the largest contiguous free space on
the array disk."
::= { arrayDiskEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.15
arrayDiskTargetID OBJECT-TYPE
SYNTAX INTEGER (0..15)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The SCSI target ID which this array disk is assigned. "
::= { arrayDiskEntry 15 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.16
arrayDiskLunID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The array disk's logical unit number. "
::= { arrayDiskEntry 16 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.17
arrayDiskUsedSpaceInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The amount in megabytes of the used space on the array
disk. If this size is 0, it is smaller than a megabyte."
::= { arrayDiskEntry 17 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.18
arrayDiskUsedSpaceInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The size in bytes of the used space on the array disk
that is smaller than a megabyte. This size plus the
arrayDiskUsedSpaceInMB is the total amount of used space
on the array disk."
::= { arrayDiskEntry 18 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.19
arrayDiskFreeSpaceInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The amount in megabytes of the free space on the array
disk. If this size is 0, it is smaller than a megabyte."
::= { arrayDiskEntry 19 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.20
arrayDiskFreeSpaceInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The size in bytes of the free space on the array disk
that is smaller than a megabyte. This size plus the
arrayDiskFreeSpaceInMB is the total amount of free space
on the array disk."
::= { arrayDiskEntry 20 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.21
arrayDiskBusType OBJECT-TYPE
SYNTAX INTEGER
{
scsi(1),
ide(2),
fibre(3),
ssa(4),
usb(6),
sata(7),
sas(8),
pcie(9)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The bus type of the array disk.
Possible values:
1: SCSI
2: IDE
3: Fibre Channel
4: SSA
6: USB
7: SATA
8: SAS
9: PCIe"
::= { arrayDiskEntry 21 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.22
arrayDiskSpareState OBJECT-TYPE
SYNTAX INTEGER
{
memberVD(1),
memberDG(2),
globalHotSpare(3),
dedicatedHotSpare(4),
notASpare(5),
notApplicable(99)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the array disk as a spare.
Possible states:
1 : disk is a member of a virtual disk
2 : disk is a member of a disk group
3 : disk is a global hot spare
4 : disk is a dedicated hot spare
5 : not a spare
99: not applicable"
::= { arrayDiskEntry 22 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.23
arrayDiskRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the array disk state.
This is the combined status of the array disk and its components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { arrayDiskEntry 23 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.24
arrayDiskComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the array disk itself without the
propagation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { arrayDiskEntry 24 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.25
arrayDiskDeviceName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The operating system device name for this disk. This property is only applicable to array disks attached to a RAID controller."
::= { arrayDiskEntry 25 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.26
arrayDiskNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this array disk."
::= { arrayDiskEntry 26 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.27
arrayDiskPartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The part number of the disk.
"
::= { arrayDiskEntry 27 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.28
arrayDiskSASAddress OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The specified SAS address if this is a SAS disk.
"
::= { arrayDiskEntry 28 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.29
arrayDiskNegotiatedSpeed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The speed at which the drive is actually running in MPS (megabytes per second).
"
::= { arrayDiskEntry 29 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.30
arrayDiskCapableSpeed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum speed at which the drive is capable of negotiating in MPS (megabytes per second).
"
::= { arrayDiskEntry 30 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.31
arrayDiskSmartAlertIndication OBJECT-TYPE
SYNTAX INTEGER
{
no(1),
yes(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicated whether the disk has received a predictive failure.
Possible values:
1: No - disk has not received a predictive failure alert
2: Yes - disk has received a predictive failure alert"
::= { arrayDiskEntry 31 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.32
arrayDiskManufactureDay OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The day of the week (1=Sunday thru 7=Saturday) on which this disk was manufactured."
::= { arrayDiskEntry 32 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.33
arrayDiskManufactureWeek OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The week (1 thru 53) in which this disk was manufactured."
::= { arrayDiskEntry 33 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.34
arrayDiskManufactureYear OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The four digit year in which this disk was manufactured."
::= { arrayDiskEntry 34 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.35
arrayDiskMediaType OBJECT-TYPE
SYNTAX INTEGER
{
unknown(1),
hdd(2),
ssd(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Media type of the array disk.
Possible Values:
1:unknown
2:hdd
3:ssd"
::= { arrayDiskEntry 35 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.36
arrayDiskDellCertified OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if array disk is certified by Dell.
Value: 1 - Certified, 0 - Not Certified, 99 - Unknown"
::= { arrayDiskEntry 36 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.37
arrayDiskAltaVendorId OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"Provides vendor information for Alta interposer."
::= { arrayDiskEntry 37 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.38
arrayDiskAltaProductId OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"Provides product id for Alta interposer."
::= { arrayDiskEntry 38 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.39
arrayDiskAltaRevisionId OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"Provides revision id for Alta interposer."
::= { arrayDiskEntry 39 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.40
arrayDiskEncryptionCapable OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if physical disk is Encryption capable.
Value: 1 - Capable, 0 - Not Capable, 99 - Not Applicable"
::= { arrayDiskEntry 40 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.41
arrayDiskEncrypted OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if the physical disk has encryption enabled.
Value: 1 - Yes, 0 - No, 99 - Not Applicable"
::= { arrayDiskEntry 41 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.42
arrayDiskPowerState OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates power state of a physical drive.
Value: 0 - Spun up, 1- Spun down, 255 - Transition, 99 - Not Applicable"
::= { arrayDiskEntry 42 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.43
arrayDiskDriveWriteCache OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates drive write cache capability for PCIe SSD devices.
Value: 1 - Enabled, 0 - Disabled, 99 - Undetermined/Not Applicable"
::= { arrayDiskEntry 43 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.44
arrayDiskModelNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides PCIe SSD device model number."
::= { arrayDiskEntry 44 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.45
arrayDiskLifeRemaining OBJECT-TYPE
SYNTAX INTEGER (0..100)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides PCIe SSD device life remaining in percentage.
Value: 0..100, 999 - Undetermined/Not Applicable "
::= { arrayDiskEntry 45 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.46
arrayDiskDriverVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides PCIe SSD device driver version."
::= { arrayDiskEntry 46 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.47
arrayDiskDeviceLifeStatus OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides PCIe SSD device life status.
Possible Values:
-1: Not Available / Not Applicable
1: Drive Health Good
2: Approaching Warranty Coverage Expiry
3: Warranty Coverage Expired
4: Approaching Read Only
5: Read Only"
::= { arrayDiskEntry 47 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.48
arrayDiskReadOnly OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides PCIe SSD's Read Only attribute.
Possible Values: Yes, No, Not Applicable
"
::= { arrayDiskEntry 48 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.49
arrayDiskRemainingRatedWriteEndurance OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides PCIe SSD device Remaining Rated Write Endurance
Possible Values: 0-100% ,Not Available/Not Applicable
"
::= { arrayDiskEntry 49 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.50
arrayDiskSectorSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides the information regarding sector size of array disk.
Possible values are: 512 or 4096."
::= { arrayDiskEntry 50 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.51
arrayDiskPICapable OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides the information regarding T10 PI capability of Array disk.
Possible values are: 0 (T10 PI incapable) or 1 (T10 PI capable)."
::= { arrayDiskEntry 51 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.52
arrayDiskMaxLinkWidth OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides the information regarding Max Link Width of Array disk.
Possible values are: 0 - 8."
::= { arrayDiskEntry 52 }
-- 1.3.6.1.4.1.674.10893.1.20.130.4.1.53
arrayDiskNegotiatedLinkWidth OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides the information regarding Negtioated Link Width of Array disk.
Possible values are: 0 - 8."
::= { arrayDiskEntry 53 }
-- 1.3.6.1.4.1.674.10893.1.20.130.5
arrayDiskEnclosureConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArrayDiskEnclosureConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of the connections between array disks, their enclosure,
and their associated controller. For each object in the table, its
object number corresponds to an instance number in the appropriate
MIB table for that object where all of the object properties can be found.
Note: Only array disks that are part of an enclosure will be listed
in this table. Backplanes are considered enclosures by
Storage Management."
::= { physicalDevices 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.5.1
arrayDiskEnclosureConnectionEntry OBJECT-TYPE
SYNTAX ArrayDiskEnclosureConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Array Disk Enclosure Connection table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { arrayDiskEnclosureConnectionNumber }
::= { arrayDiskEnclosureConnectionTable 1 }
ArrayDiskEnclosureConnectionEntry ::=
SEQUENCE {
arrayDiskEnclosureConnectionNumber
INTEGER,
arrayDiskEnclosureConnectionArrayDiskName
DisplayString,
arrayDiskEnclosureConnectionArrayDiskNumber
INTEGER,
arrayDiskEnclosureConnectionEnclosureName
DisplayString,
arrayDiskEnclosureConnectionEnclosureNumber
INTEGER,
arrayDiskEnclosureConnectionControllerName
DisplayString,
arrayDiskEnclosureConnectionControllerNumber
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.5.1.1
arrayDiskEnclosureConnectionNumber OBJECT-TYPE
SYNTAX INTEGER (1..1000000000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this array disk connection entry.
This table shows the array disk to enclosure relationship."
::= { arrayDiskEnclosureConnectionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.5.1.2
arrayDiskEnclosureConnectionArrayDiskName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the array disk in this connection as represented in Storage Management."
::= { arrayDiskEnclosureConnectionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.5.1.3
arrayDiskEnclosureConnectionArrayDiskNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the array disk in the arrayDiskTable
in this connection."
::= { arrayDiskEnclosureConnectionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.5.1.4
arrayDiskEnclosureConnectionEnclosureName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the enclosure as represented in Storage Management
to which this array disk belongs.
"
::= { arrayDiskEnclosureConnectionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.5.1.5
arrayDiskEnclosureConnectionEnclosureNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number in the enclosureTable of the enclosure
to which this array disk belongs."
::= { arrayDiskEnclosureConnectionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.5.1.6
arrayDiskEnclosureConnectionControllerName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the controller as represented in Storage Management
to which this array disk is connected."
::= { arrayDiskEnclosureConnectionEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.5.1.7
arrayDiskEnclosureConnectionControllerNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number in the controllerTable of the controller
to which this array disk is connected."
::= { arrayDiskEnclosureConnectionEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.6
arrayDiskChannelConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArrayDiskChannelConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of the connections between array disks, their channel, and
their associated controller. For each object in the table, its
object number corresponds to an instance number in the appropriate
MIB table for that object where all of the object properties can be
found.
Note: Only array disks that are NOT part of an enclosure will be
listed in this table. Backplanes are considered enclosures by
Storage Management."
::= { physicalDevices 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.6.1
arrayDiskChannelConnectionEntry OBJECT-TYPE
SYNTAX ArrayDiskChannelConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Array Disk Channel Connection table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { arrayDiskChannelConnectionNumber }
::= { arrayDiskChannelConnectionTable 1 }
ArrayDiskChannelConnectionEntry ::=
SEQUENCE {
arrayDiskChannelConnectionNumber
INTEGER,
arrayDiskChannelConnectionArrayDiskName
DisplayString,
arrayDiskChannelConnectionArrayDiskNumber
INTEGER,
arrayDiskChannelConnectionChannelName
DisplayString,
arrayDiskChannelConnectionChannelNumber
INTEGER,
arrayDiskChannelConnectionControllerName
DisplayString,
arrayDiskChannelConnectionControllerNumber
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.6.1.1
arrayDiskChannelConnectionNumber OBJECT-TYPE
SYNTAX INTEGER (1..1000000000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this array disk connection entry.
This table shows the array disk to SCSI channel relationship.
There is no enclosure service processor associated with these
array disks."
::= { arrayDiskChannelConnectionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.6.1.2
arrayDiskChannelConnectionArrayDiskName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the array disk in this connection
as represented in Storage Management."
::= { arrayDiskChannelConnectionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.6.1.3
arrayDiskChannelConnectionArrayDiskNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the array disk in the arrayDiskTable
in this connection."
::= { arrayDiskChannelConnectionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.6.1.4
arrayDiskChannelConnectionChannelName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the channel as represented in Storage Management
to which is array disk is connected."
::= { arrayDiskChannelConnectionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.6.1.5
arrayDiskChannelConnectionChannelNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the channel in the channelTable to
which this array disk is connected."
::= { arrayDiskChannelConnectionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.6.1.6
arrayDiskChannelConnectionControllerName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the controller as represented in Storage Management
to which this array disk is connected."
::= { arrayDiskChannelConnectionEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.6.1.7
arrayDiskChannelConnectionControllerNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number in the controllerTable of the controller
to which this array disk is connected."
::= { arrayDiskChannelConnectionEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7
fanTable OBJECT-TYPE
SYNTAX SEQUENCE OF FanEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Fans. The number of entries is
related to number of Fans discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1
fanEntry OBJECT-TYPE
SYNTAX FanEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Fan table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { fanNumber }
::= { fanTable 1 }
FanEntry ::=
SEQUENCE {
fanNumber
INTEGER,
fanName
DisplayString,
fanVendor
DisplayString,
fanState
INTEGER,
fanSeverity
INTEGER,
fanProbeUnit
DisplayString,
fanProbeMinWarning
DisplayString,
fanProbeMinCritical
DisplayString,
fanProbeMaxWarning
DisplayString,
fanProbeMaxCritical
DisplayString,
fanProbeCurrValue
DisplayString,
fan1PartNumber
DisplayString,
fan2PartNumber
DisplayString,
fanRollUpStatus
DellStatus,
fanComponentStatus
DellStatus,
fanNexusID
DisplayString,
fanRevision
DisplayString
}
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.1
fanNumber OBJECT-TYPE
SYNTAX INTEGER (1..1000000000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this fan entry."
::= { fanEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.2
fanName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The fan's name as represented in Storage Management."
::= { fanEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.3
fanVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The fan's (re)seller's name."
::= { fanEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.4
fanState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
degraded(6),
removed(11),
missing(21)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of the fan.
Possible states:
0: Unknown
1: Ready
2: Failed
3: Online
4: Offline
6: Degraded
21: Missing"
::= { fanEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.5
fanSeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { fanEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.6
fanProbeUnit OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { fanEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.7
fanProbeMinWarning OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This setting is not supported
by fans managed under Storage Management."
::= { fanEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.8
fanProbeMinCritical OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This setting is not supported
by fans managed under Storage Management."
::= { fanEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.9
fanProbeMaxWarning OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This setting is not supported
by fans managed under Storage Management."
::= { fanEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.10
fanProbeMaxCritical OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This setting is not supported
by fans managed under Storage Management."
::= { fanEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.11
fanProbeCurrValue OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current speed of the fan.
"
::= { fanEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.12
fan1PartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The part number of the fan in the enclosure."
::= { fanEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.13
fan2PartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This setting is not supported
by fans managed under Storage Management."
::= { fanEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.14
fanRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the fan state.
This is the combined status of the fan and its components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { fanEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.15
fanComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the fan itself without the
propagation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { fanEntry 15 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.16
fanNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this fan."
::= { fanEntry 16 }
-- 1.3.6.1.4.1.674.10893.1.20.130.7.1.17
fanRevision OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The revision number of the fan in the enclosure."
::= { fanEntry 17 }
-- 1.3.6.1.4.1.674.10893.1.20.130.8
fanConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF FanConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of the connections between each fan on
the managed node and its enclosure. Each enclosure
number in the table corresponds to that enclosure instance
in the Enclosure Table."
::= { physicalDevices 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.8.1
fanConnectionEntry OBJECT-TYPE
SYNTAX FanConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Fan Connection table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { fanConnectionNumber }
::= { fanConnectionTable 1 }
FanConnectionEntry ::=
SEQUENCE {
fanConnectionNumber
INTEGER,
fanConnectionFanName
DisplayString,
fanConnectionFanNumber
INTEGER,
fanConnectionEnclosureName
DisplayString,
fanConnectionEnclosureNumber
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.8.1.1
fanConnectionNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this fan connection entry."
::= { fanConnectionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.8.1.2
fanConnectionFanName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the fan in this connection as represented in Storage Management."
::= { fanConnectionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.8.1.3
fanConnectionFanNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the fan in the fanTable in this connection."
::= { fanConnectionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.8.1.4
fanConnectionEnclosureName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the enclosure as represented in Storage Management
to which this fan belongs."
::= { fanConnectionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.8.1.5
fanConnectionEnclosureNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the enclosure in the enclosureTable
to which this fan belongs."
::= { fanConnectionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9
powerSupplyTable OBJECT-TYPE
SYNTAX SEQUENCE OF PowerSupplyEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Power Supplies. The number of entries is
related to number of Power Supplies discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1
powerSupplyEntry OBJECT-TYPE
SYNTAX PowerSupplyEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Power Supply table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { powerSupplyNumber }
::= { powerSupplyTable 1 }
PowerSupplyEntry ::=
SEQUENCE {
powerSupplyNumber
INTEGER,
powerSupplyName
DisplayString,
powerSupplyVendor
DisplayString,
powerSupplyState
INTEGER,
powerSupplySeverity
INTEGER,
powerSupply1PartNumber
DisplayString,
powerSupply2PartNumber
DisplayString,
powerSupplyRollUpStatus
DellStatus,
powerSupplyComponentStatus
DellStatus,
powerSupplyNexusID
DisplayString,
powerSupplyRevision
DisplayString
}
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.1
powerSupplyNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this power supply entry."
::= { powerSupplyEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.2
powerSupplyName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The power supply's name as represented in Storage Management."
::= { powerSupplyEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.3
powerSupplyVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The power supply's (re)seller's name."
::= { powerSupplyEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.4
powerSupplyState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
notInstalled(5),
degraded(6),
removed(11),
missing(21)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of the power supply.
Possible states:
0 : Unknown
1 : Ready
2 : Failed
5 : Not Installed
6 : Degraded
11: Removed
21: Missing"
::= { powerSupplyEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.5
powerSupplySeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { powerSupplyEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.6
powerSupply1PartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The part number of the power supply of the enclosure."
::= { powerSupplyEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.7
powerSupply2PartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This setting is not supported
by power supplies managed under Storage Management."
::= { powerSupplyEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.8
powerSupplyRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the power supply state.
This is the combined status of the power supply and its
components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { powerSupplyEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.9
powerSupplyComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the power supply itself without the
propegation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { powerSupplyEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.10
powerSupplyNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this power supply."
::= { powerSupplyEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.9.1.11
powerSupplyRevision OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The revision number of the power supply in the enclosure."
::= { powerSupplyEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.10
powerSupplyConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF PowerSupplyConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of the connections between each power
supply on the managed node and its enclosure. Each
enclosure number in the table corresponds to that
enclosure instance in the Enclosure Table."
::= { physicalDevices 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.10.1
powerSupplyConnectionEntry OBJECT-TYPE
SYNTAX PowerSupplyConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Power Supply Connection table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { powerSupplyConnectionNumber }
::= { powerSupplyConnectionTable 1 }
PowerSupplyConnectionEntry ::=
SEQUENCE {
powerSupplyConnectionNumber
INTEGER,
powerSupplyConnectionPowersupplyName
DisplayString,
powerSupplyConnectionPowersupplyNumber
INTEGER,
powerSupplyConnectionEnclosureName
DisplayString,
powerSupplyConnectionEnclosureNumber
INTEGER,
powerSupplyConnectionFirmwareVersion
DisplayString
}
-- 1.3.6.1.4.1.674.10893.1.20.130.10.1.1
powerSupplyConnectionNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this power supply connection entry."
::= { powerSupplyConnectionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.10.1.2
powerSupplyConnectionPowersupplyName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the power supply in this connection
as represented in Storage Management."
::= { powerSupplyConnectionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.10.1.3
powerSupplyConnectionPowersupplyNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This instance number in the powersupplyTable
of the power supply in this connection."
::= { powerSupplyConnectionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.10.1.4
powerSupplyConnectionEnclosureName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the enclosure to which this power supply is
connected as represented in Storage Management."
::= { powerSupplyConnectionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.10.1.5
powerSupplyConnectionEnclosureNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the enclosure in the enclosureTable
to which this power supply is connected."
::= { powerSupplyConnectionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.10.1.6
powerSupplyConnectionFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Displays power supply connection firmware version.
Note: Available above 1.04 firmware version"
::= { powerSupplyConnectionEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11
temperatureProbeTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemperatureProbeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Temperature Probes. The number of entries is
related to number of Temperature Probes discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1
temperatureProbeEntry OBJECT-TYPE
SYNTAX TemperatureProbeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Temperature Probe table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { temperatureProbeNumber }
::= { temperatureProbeTable 1 }
TemperatureProbeEntry ::=
SEQUENCE {
temperatureProbeNumber
INTEGER,
temperatureProbeName
DisplayString,
temperatureProbeVendor
DisplayString,
temperatureProbeState
INTEGER,
temperatureProbeSeverity
INTEGER,
temperatureProbeUnit
DisplayString,
temperatureProbeMinWarning
INTEGER,
temperatureProbeMinCritical
INTEGER,
temperatureProbeMaxWarning
INTEGER,
temperatureProbeMaxCritical
INTEGER,
temperatureProbeCurValue
INTEGER,
temperatureProbeRollUpStatus
DellStatus,
temperatureProbeComponentStatus
DellStatus,
temperatureProbeNexusID
DisplayString
}
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.1
temperatureProbeNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this temperature probe entry."
::= { temperatureProbeEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.2
temperatureProbeName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of this temperature probe as represented in Storage Management."
::= { temperatureProbeEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.3
temperatureProbeVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Temperature probe's (re)seller's name."
::= { temperatureProbeEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.4
temperatureProbeState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
offline(4),
degraded(6),
inactive(9),
missing(21)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of the temperature probe.
Possible states:
0: Unknown
1: Ready
2: Failed (Minimum Failure Threshold Exceeded,
Maximum Failure Threshold Exceeded)
4: Offline
6: Degraded (Minimum Warning Threshold Exceeded,
Maximum Warning Threshold Exceeded)
9: Inactive
21: Missing"
::= { temperatureProbeEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.5
temperatureProbeSeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { temperatureProbeEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.6
temperatureProbeUnit OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The units that will be used to display temperatures for this
temperature probe."
::= { temperatureProbeEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.7
temperatureProbeMinWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The minimum temperature that will force the probe into
a warning state."
::= { temperatureProbeEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.8
temperatureProbeMinCritical OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The minimum temperature that will force the probe into
an error state."
::= { temperatureProbeEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.9
temperatureProbeMaxWarning OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum temperature that will force the probe into
a warning state."
::= { temperatureProbeEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.10
temperatureProbeMaxCritical OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum temperature that will force the probe into
an error state."
::= { temperatureProbeEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.11
temperatureProbeCurValue OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current temperature of this probe."
::= { temperatureProbeEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.12
temperatureProbeRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the temperature probe state.
This is the combined status of the temperature probe
and its components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { temperatureProbeEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.13
temperatureProbeComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the temperature probe itself without the propagation
of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { temperatureProbeEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.11.1.14
temperatureProbeNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this temperature probe."
::= { temperatureProbeEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.130.12
temperatureConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF TemperatureConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of the connections between each
temperature probe on the managed node and its enclosure.
Each enclosure number in the table corresponds to that
enclosure instance in the Enclosure Table."
::= { physicalDevices 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.12.1
temperatureConnectionEntry OBJECT-TYPE
SYNTAX TemperatureConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Temperature Probe Connection table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { temperatureConnectionNumber }
::= { temperatureConnectionTable 1 }
TemperatureConnectionEntry ::=
SEQUENCE {
temperatureConnectionNumber
INTEGER,
temperatureConnectionTemperatureName
DisplayString,
temperatureConnectionTemperatureNumber
INTEGER,
temperatureConnectionEnclosureName
DisplayString,
temperatureConnectionEnclosureNumber
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.12.1.1
temperatureConnectionNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this temperature probe connection entry."
::= { temperatureConnectionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.12.1.2
temperatureConnectionTemperatureName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the temperature probe in this connection as
represented in Storage Management."
::= { temperatureConnectionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.12.1.3
temperatureConnectionTemperatureNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number in the temperatureTable of the temperature probe in this connection."
::= { temperatureConnectionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.12.1.4
temperatureConnectionEnclosureName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the enclosure as represented in Storage Management
to which this temperature probe belongs."
::= { temperatureConnectionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.12.1.5
temperatureConnectionEnclosureNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the enclosure in the enclosureTable
to which this temperature probe belongs.
"
::= { temperatureConnectionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13
enclosureManagementModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF EnclosureManagementModuleEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Enclosure Management Modules. The number of
entries is related to number of Enclosure Management Modules
discovered in the system. The maximum number of entries
is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1
enclosureManagementModuleEntry OBJECT-TYPE
SYNTAX EnclosureManagementModuleEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Enclosure Management Module table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { enclosureManagementModuleNumber }
::= { enclosureManagementModuleTable 1 }
EnclosureManagementModuleEntry ::=
SEQUENCE {
enclosureManagementModuleNumber
INTEGER,
enclosureManagementModuleName
DisplayString,
enclosureManagementModuleVendor
DisplayString,
enclosureManagementModuleState
INTEGER,
enclosureManagementModuleSeverity
INTEGER,
enclosureManagementModulePartNumber
DisplayString,
enclosureManagementModuleType
INTEGER,
enclosureManagementModuleFWVersion
DisplayString,
enclosureManagementModuleMaxSpeed
DisplayString,
enclosureManagementModuleRollUpStatus
DellStatus,
enclosureManagementModuleComponentStatus
DellStatus,
enclosureManagementModuleNexusID
DisplayString,
enclosureManagementModuleRevision
DisplayString
}
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.1
enclosureManagementModuleNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this enclosure memory module entry."
::= { enclosureManagementModuleEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.2
enclosureManagementModuleName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of this enclosure memory module as represented in
Storage Management."
::= { enclosureManagementModuleEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.3
enclosureManagementModuleVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The management module's (re)seller's name."
::= { enclosureManagementModuleEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.4
enclosureManagementModuleState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
online(3),
offline(4),
notInstalled(5),
degraded(6),
missing(21)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of the enclosure management
module.
Possible states:
0: Unknown
1: Ready
2: Failed
3: Online
4: Offline
5: Not Installed
6: Degraded
21: Missing"
::= { enclosureManagementModuleEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.5
enclosureManagementModuleSeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { enclosureManagementModuleEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.6
enclosureManagementModulePartNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The part number of the enclosure memory module."
::= { enclosureManagementModuleEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.7
enclosureManagementModuleType OBJECT-TYPE
SYNTAX INTEGER
{
eMM(1),
terminationCard(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of the enclosure management module.
Possible values:
0: Unknown
1: EMM
2: Termination Card"
::= { enclosureManagementModuleEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.8
enclosureManagementModuleFWVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Firmware version of the enclosure memory module."
::= { enclosureManagementModuleEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.9
enclosureManagementModuleMaxSpeed OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum bus speed of the enclosure management module."
::= { enclosureManagementModuleEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.10
enclosureManagementModuleRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the enclosure management module state.
This is the combined status of the EMM and its components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { enclosureManagementModuleEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.11
enclosureManagementModuleComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the enclosure management module itself
without the propagation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { enclosureManagementModuleEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.12
enclosureManagementModuleNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this EMM."
::= { enclosureManagementModuleEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.13.1.13
enclosureManagementModuleRevision OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The revision number of the enclosure management module."
::= { enclosureManagementModuleEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.14
enclosureManagementModuleConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF EnclosureManagementModuleConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of the connections between each enclosure management module
on the managed node and its enclosure. Each enclosure
number in the table corresponds to that enclosure instance
in the Enclosure Table."
::= { physicalDevices 14 }
-- 1.3.6.1.4.1.674.10893.1.20.130.14.1
enclosureManagementModuleConnectionEntry OBJECT-TYPE
SYNTAX EnclosureManagementModuleConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Enclosure Management Module Connection table . A row in this
table cannot be created or deleted by SNMP operations on columns of the table."
INDEX { enclosureManagementModuleConnectionNumber }
::= { enclosureManagementModuleConnectionTable 1 }
EnclosureManagementModuleConnectionEntry ::=
SEQUENCE {
enclosureManagementModuleConnectionNumber
INTEGER,
enclosureManagementModuleConnectionEMMName
DisplayString,
enclosureManagementModuleConnectionEMMNumber
INTEGER,
enclosureManagementModuleConnectionEnclosureName
DisplayString,
enclosureManagementModuleConnectionEnclosureNumber
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.14.1.1
enclosureManagementModuleConnectionNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this enclosure management module
connection entry."
::= { enclosureManagementModuleConnectionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.14.1.2
enclosureManagementModuleConnectionEMMName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the enclosure management module in this
connection as represented in Storage Management."
::= { enclosureManagementModuleConnectionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.14.1.3
enclosureManagementModuleConnectionEMMNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the enclosure management module in
the enclosureManagementModuleTable in this connection."
::= { enclosureManagementModuleConnectionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.14.1.4
enclosureManagementModuleConnectionEnclosureName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the enclosure as represented in Storage Management
to which this enclosure management module belongs."
::= { enclosureManagementModuleConnectionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.14.1.5
enclosureManagementModuleConnectionEnclosureNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the enclosure in the enclosureTable
to which this enclosure management module belongs."
::= { enclosureManagementModuleConnectionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15
batteryTable OBJECT-TYPE
SYNTAX SEQUENCE OF BatteryEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Batteries. The number of
entries is related to number of Batteries
discovered in the system. The maximum number of entries
is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 15 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1
batteryEntry OBJECT-TYPE
SYNTAX BatteryEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Battery table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { batteryNumber }
::= { batteryTable 1 }
BatteryEntry ::=
SEQUENCE {
batteryNumber
INTEGER,
batteryName
DisplayString,
batteryVendor
DisplayString,
batteryState
INTEGER,
batteryRollUpStatus
DellStatus,
batteryComponentStatus
DellStatus,
batteryChargeCount
INTEGER,
batteryMaxChargeCount
INTEGER,
batteryNexusID
DisplayString,
batteryPredictedCapacity
INTEGER,
batteryNextLearnTime
INTEGER,
batteryLearnState
INTEGER,
batteryID
INTEGER,
batteryMaxLearnDelay
INTEGER,
batteryLearnMode
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.1
batteryNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this battery entry."
::= { batteryEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.2
batteryName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The battery's name as represented in Storage Management."
::= { batteryEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.3
batteryVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The battery's (re)seller's name."
::= { batteryEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.4
batteryState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
degraded(6),
reconditioning(7),
high(9),
low(10),
charging(12),
missing(21),
learning(36)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Current state of battery.
Possible values:
0: Unknown
1: Ready
2: Failed
6: Degraded
7: Reconditioning
9: High
10: Low Power
12: Charging
21: Missing
36: Learning
"
::= { batteryEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.5
batteryRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the battery state.
This is the combined status of the battery and its components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { batteryEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.6
batteryComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the battery itself without the
propagation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { batteryEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.7
batteryChargeCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of charges that have been applied to the battery."
::= { batteryEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.8
batteryMaxChargeCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum number of charges that can be applied to the battery."
::= { batteryEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.9
batteryNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this battery."
::= { batteryEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.10
batteryPredictedCapacity OBJECT-TYPE
SYNTAX INTEGER
{
failed(1),
ready(2),
unknown(4)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This property displays the battery's ability to be charged.
Possible values:
1: Failed - The battery cannot be charged and needs to be replaced.
2: Ready - The battery can be charged to full capacity.
4: Unknown - The battery is completing a Learn cycle. The charge capacity of the battery cannot be determined until the Learn cycle is complete.
"
::= { batteryEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.11
batteryNextLearnTime OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Time next learn cycle must be executed (in hours.)
"
::= { batteryEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.12
batteryLearnState OBJECT-TYPE
SYNTAX INTEGER
{
failed(1),
active(2),
timedOut(4),
requested(8),
idle(16),
due(32)
}
ACCESS read-only
STATUS deprecated
DESCRIPTION
"Specifies the learn state activity of the battery.
Possible values:
1 : Failed
2 : Active
4 : Timed out
8 : Requested
16: Idle
32: Due"
::= { batteryEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.13
batteryID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Represents unique id for battery."
::= { batteryEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.14
batteryMaxLearnDelay OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The maximum amount of time (in hours) that the battery learn cycle can be delayed."
::= { batteryEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.130.15.1.15
batteryLearnMode OBJECT-TYPE
SYNTAX INTEGER
{
auto(1),
warn(2),
autowarn(4),
unknown(8)
}
ACCESS read-write
STATUS deprecated
DESCRIPTION
"Indicates current learn mode of the battery.
Possible values:
1: Auto
2: Warn
4: Autowarn
8: Unknown
"
::= { batteryEntry 15 }
-- 1.3.6.1.4.1.674.10893.1.20.130.16
batteryConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF BatteryConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of the connections between each
battery on the managed node and its controller.
Each controller number in the table corresponds to that
controller instance in the Controller Table."
::= { physicalDevices 16 }
-- 1.3.6.1.4.1.674.10893.1.20.130.16.1
batteryConnectionEntry OBJECT-TYPE
SYNTAX BatteryConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Battery Connection table . A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { batteryConnectionNumber }
::= { batteryConnectionTable 1 }
BatteryConnectionEntry ::=
SEQUENCE {
batteryConnectionNumber
INTEGER,
batteryConnectionBatteryName
DisplayString,
batteryConnectionBatteryNumber
INTEGER,
batteryConnectionControllerName
DisplayString,
batteryConnectionControllerNumber
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.16.1.1
batteryConnectionNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this battery connection entry."
::= { batteryConnectionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.16.1.2
batteryConnectionBatteryName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the battery in this connection as represented in Storage Management."
::= { batteryConnectionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.16.1.3
batteryConnectionBatteryNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number in the batteryTable of the battery in this connection."
::= { batteryConnectionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.16.1.4
batteryConnectionControllerName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the controller as represented in Storage Management
to which this battery belongs."
::= { batteryConnectionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.16.1.5
batteryConnectionControllerNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the controller in the controllerTable
to which this battery belongs."
::= { batteryConnectionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1
controllerTable OBJECT-TYPE
SYNTAX SEQUENCE OF ControllerEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed RAID controllers. The number of entries
is related to number of RAID controllers discovered in the
system.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1
controllerEntry OBJECT-TYPE
SYNTAX ControllerEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the table of RAID controllers. A row in this table cannot
be created or deleted by SNMP operations on columns of the table."
INDEX { controllerNumber }
::= { controllerTable 1 }
ControllerEntry ::=
SEQUENCE {
controllerNumber
INTEGER,
controllerName
DisplayString,
controllerVendor
DisplayString,
controllerType
INTEGER,
controllerState
INTEGER,
controllerSeverity
INTEGER,
controllerRebuildRateInPercent
INTEGER,
controllerFWVersion
DisplayString,
controllerCacheSizeInMB
INTEGER,
controllerCacheSizeInBytes
INTEGER,
controllerPhysicalDeviceCount
INTEGER,
controllerLogicalDeviceCount
INTEGER,
controllerPartnerStatus
DisplayString,
controllerHostPortCount
INTEGER,
controllerMemorySizeInMB
INTEGER,
controllerMemorySizeInBytes
INTEGER,
controllerDriveChannelCount
INTEGER,
controllerFaultTolerant
INTEGER,
controllerC0Port0WWN
DisplayString,
controllerC0Port0Name
DisplayString,
controllerC0Port0ID
INTEGER,
controllerC0Target
INTEGER,
controllerC0Channel
INTEGER,
controllerC0OSController
DisplayString,
controllerC0BatteryState
INTEGER,
controllerC1Port0WWN
DisplayString,
controllerC1Port0Name
DisplayString,
controllerC1Port0ID
INTEGER,
controllerC1Target
INTEGER,
controllerC1Channel
INTEGER,
controllerC1OSController
INTEGER,
controllerC1BatteryState
INTEGER,
controllerNodeWWN
DisplayString,
controllerC0Port1WWN
DisplayString,
controllerC1Port1WWN
DisplayString,
controllerBatteryChargeCount
INTEGER,
controllerRollUpStatus
DellStatus,
controllerComponentStatus
DellStatus,
controllerNexusID
DisplayString,
controllerAlarmState
INTEGER,
controllerDriverVersion
DisplayString,
controllerPCISlot
DisplayString,
controllerClusterMode
INTEGER,
controllerMinFWVersion
DisplayString,
controllerMinDriverVersion
DisplayString,
controllerSCSIInitiatorID
INTEGER,
controllerChannelCount
INTEGER,
controllerReconstructRate
INTEGER,
controllerPatrolReadRate
INTEGER,
controllerBGIRate
INTEGER,
controllerCheckConsistencyRate
INTEGER,
controllerPatrolReadMode
INTEGER,
controllerPatrolReadState
INTEGER,
controllerPatrolReadIterations
INTEGER,
controllerStorportDriverVersion
DisplayString,
controllerMinRequiredStorportVer
DisplayString,
controllerEncryptionCapable
INTEGER,
controllerEncryptionKeyPresent
INTEGER,
controllerPersistentHotSpare
INTEGER,
controllerSpinDownUnconfiguredDrives
INTEGER,
controllerSpinDownHotSpareDrives
INTEGER,
controllerSpinDownTimeInterval
INTEGER,
controllerEncryptionMode
INTEGER,
controllerCacheCade
INTEGER,
controllerSpinDownConfiguredDrives
INTEGER,
controllerAutomaticPowerSaving
INTEGER,
controllerConfiguredDrivesSpinUpTime
DisplayString,
controllerConfiguredDrivesSpinUpTimeInterval
INTEGER,
controllerPreservedCache
INTEGER,
controllerPIEnable
INTEGER,
controllerCurrentMode
DisplayString,
frontChassisSlot
INTEGER,
controllerInstance
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.1
controllerNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this controller entry."
::= { controllerEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.2
controllerName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the controller in this subsystem as represented in Storage Management.
Includes the controller type and instance.
For example: Perc3/QC 1."
::= { controllerEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.3
controllerVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The controller's (re)seller's name."
::= { controllerEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.4
controllerType OBJECT-TYPE
SYNTAX INTEGER
{
scsi(1),
pv660F(2),
pv662F(3),
ide(4),
sata(5),
sas(6),
pciessd(9)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of this controller:
1: SCSI
2: PV660F
3: PV662F
4: IDE (Integrated/Intelligent Drive Electronics)
5: SATA (Serial Advanced Technology Attachment)
6: SAS (Serial Attached SCSI)
9: PCIe SSD"
::= { controllerEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.5
controllerState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
online(3),
offline(4),
degraded(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of the controller's subsystem
(which includes any devices connected to it.)
Possible states:
0: Unknown
1: Ready
2: Failed
3: Online
4: Offline
6: Degraded"
::= { controllerEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.6
controllerSeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { controllerEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.7
controllerRebuildRateInPercent OBJECT-TYPE
SYNTAX INTEGER (0..100)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The percent of the compute cycles dedicated to rebuilding
failed array disks. "
::= { controllerEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.8
controllerFWVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The controller's current firmware version."
::= { controllerEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.9
controllerCacheSizeInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The controller's current amount of cache memory in megabytes.
If this size is 0, it is less than a megabyte."
::= { controllerEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.10
controllerCacheSizeInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The controller's current amount of cache memory that is less than a megabyte. This combined with the
controllerCacheSizeInMB will be the total amount of memory."
::= { controllerEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.11
controllerPhysicalDeviceCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of physical devices on the controller channel including both disks and the controller."
::= { controllerEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.12
controllerLogicalDeviceCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of virtual disks on the controller."
::= { controllerEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.13
controllerPartnerStatus OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management."
::= { controllerEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.14
controllerHostPortCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.15
controllerMemorySizeInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Size of memory in megabytes on the controller. If this size is 0, it is less than a megabyte. This attribute is only supported on Adaptec controllers. "
::= { controllerEntry 15 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.16
controllerMemorySizeInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Size of memory on the controller that is less than a megabyte. This combined with the controllerMemorySizeInMB
will be the total size of the memory. This attribute is only supported on Adaptec controllers."
::= { controllerEntry 16 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.17
controllerDriveChannelCount OBJECT-TYPE
SYNTAX INTEGER (1..4)
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 17 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.18
controllerFaultTolerant OBJECT-TYPE
SYNTAX INTEGER { yes(1) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 18 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.19
controllerC0Port0WWN OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 19 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.20
controllerC0Port0Name OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 20 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.21
controllerC0Port0ID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 21 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.22
controllerC0Target OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management.
"
::= { controllerEntry 22 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.23
controllerC0Channel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 23 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.24
controllerC0OSController OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 24 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.25
controllerC0BatteryState OBJECT-TYPE
SYNTAX INTEGER
{
ok(1),
failed(2),
reconditioning(7),
high(9),
low(10),
charging(12),
missing(21)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management. "
::= { controllerEntry 25 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.26
controllerC1Port0WWN OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 26 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.27
controllerC1Port0Name OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 27 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.28
controllerC1Port0ID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 28 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.29
controllerC1Target OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 29 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.30
controllerC1Channel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 30 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.31
controllerC1OSController OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 31 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.32
controllerC1BatteryState OBJECT-TYPE
SYNTAX INTEGER
{
ok(1),
failed(2),
reconditioning(7),
high(9),
low(10),
charging(12),
missing(21)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management. "
::= { controllerEntry 32 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.33
controllerNodeWWN OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 33 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.34
controllerC0Port1WWN OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 34 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.35
controllerC1Port1WWN OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 35 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.36
controllerBatteryChargeCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete.
Fibre channel is not supported in Storage Management."
::= { controllerEntry 36 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.37
controllerRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the controller state.
This is the combined status of the controller and its components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { controllerEntry 37 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.38
controllerComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the controller itself without the
propagation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { controllerEntry 38 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.39
controllerNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this controller."
::= { controllerEntry 39 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.40
controllerAlarmState OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2),
not-applicable(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"State, or setting for the controller's alarm.
Possible values:
1: Enabled
2: Disabled
3: Not Applicable"
::= { controllerEntry 40 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.41
controllerDriverVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Currently installed driver version for this controller."
::= { controllerEntry 41 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.42
controllerPCISlot OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI slot number or embedded number for controllers on the motherboard.
"
::= { controllerEntry 42 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.43
controllerClusterMode OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2),
active(3),
notApplicable(99)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies if the controller is in cluster mode.
Possible values:
1 : Enabled
2 : Disabled
3 : Active (enabled and active)
99: Not Applicable
"
::= { controllerEntry 43 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.44
controllerMinFWVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The minimum firmware version for Storage Management to support the controller.
"
::= { controllerEntry 44 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.45
controllerMinDriverVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The minimum driver version for Storage Management to support the controller.
"
::= { controllerEntry 45 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.46
controllerSCSIInitiatorID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The SCSI ID of the initiator."
::= { controllerEntry 46 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.47
controllerChannelCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of channels on the controller."
::= { controllerEntry 47 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.48
controllerReconstructRate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The rate for reconstruct on the controller.
"
::= { controllerEntry 48 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.49
controllerPatrolReadRate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The rate for patrol read on the controller.
"
::= { controllerEntry 49 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.50
controllerBGIRate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The rate for background initialization on the controller.
"
::= { controllerEntry 50 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.51
controllerCheckConsistencyRate OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The rate for check consistency on the controller.
"
::= { controllerEntry 51 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.52
controllerPatrolReadMode OBJECT-TYPE
SYNTAX INTEGER
{
automatic(1),
manual(2),
disabled(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the patrol read mode.
Possible values:
1: Automatic (enabled)
2: Manual (enabled)
3: Disabled
"
::= { controllerEntry 52 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.53
controllerPatrolReadState OBJECT-TYPE
SYNTAX INTEGER
{
stopped(1),
ready(2),
active(4),
aborted(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The state of the patrol read.
1: Stopped - not running
2: Ready - ready to start
4: Active - is running
8: Aborted - has aborted
"
::= { controllerEntry 53 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.54
controllerPatrolReadIterations OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of times Patrol Read has been run on this controller."
::= { controllerEntry 54 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.55
controllerStorportDriverVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provide current Windows OS storport driver version. Not applicable for Linux."
::= { controllerEntry 55 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.56
controllerMinRequiredStorportVer OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides minimum required storport driver version for Windows OS only. "
::= { controllerEntry 56 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.57
controllerEncryptionCapable OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates Encryption capability of the controller.
Value: 1 - Capable, 99 - NotApplicable"
::= { controllerEntry 57 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.58
controllerEncryptionKeyPresent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indicates presence of Encryption Key for the controller.
Value: 1 - Yes, 0 - No, 99 - NotApplicable"
::= { controllerEntry 58 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.59
controllerPersistentHotSpare OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates Persistent Hot Spare capability of the controller
Value: 1 - Enabled, 0 - Disabled, 99 - Undetermined / Not applicable"
::= { controllerEntry 59 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.60
controllerSpinDownUnconfiguredDrives OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates controller capability to put unconfigured drives in power save mode.
Value: 1 - Enabled, 0 - Disabled, 99 - Undetermined / Not applicable"
::= { controllerEntry 60 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.61
controllerSpinDownHotSpareDrives OBJECT-TYPE
SYNTAX INTEGER (0..1)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates controller capability to put hot spare drives in power save mode.
Value: 1 - Enabled, 0 - Disabled, 99 - Undetermined / Not applicable"
::= { controllerEntry 61 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.62
controllerSpinDownTimeInterval OBJECT-TYPE
SYNTAX INTEGER (30..1440)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Shows the duration in minutes after which, the unconfigured or hot spare drives will be spun down to power save mode.
Value: 30 to 1440
Note: A value of 9999 indicates feature not available."
::= { controllerEntry 62 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.63
controllerEncryptionMode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the current encryption mode of the controller.
Value: 0 - No Encryption, 1 - Local Key Management (LKM), 2 - Dell Key Management (DKM), 99 - Not Applicable
"
::= { controllerEntry 63 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.64
controllerCacheCade OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if the controller is CacheCade capable or not.
Value: 1 - Capable, 0 - Not Capable, 99 - Undetermined"
::= { controllerEntry 64 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.65
controllerSpinDownConfiguredDrives OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates controller capability to spin down configured physical disks.
Value: 0 - Disabled, 1 - Enabled, 99 - Undetermined
"
::= { controllerEntry 65 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.66
controllerAutomaticPowerSaving OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates controller capability for automatic power saving.
Value: 0 - Disabled, 1 - Enabled, 99 - Undetermined"
::= { controllerEntry 66 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.67
controllerConfiguredDrivesSpinUpTime OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates configured drives spin up start time.
Value: 1:00 AM to 12:59 PM, 9999 - Undetermined"
::= { controllerEntry 67 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.68
controllerConfiguredDrivesSpinUpTimeInterval OBJECT-TYPE
SYNTAX INTEGER (30..1440)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates configured drives spin up time interval in hours. This value is added with configured drives start time to arrive at time window in which configured drives are always spin up.
Value: 1 .. 24, 9999 - Undetermined"
::= { controllerEntry 68 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.69
controllerPreservedCache OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if preserved cache is present on the controller.
Values: 1- Yes, 0 - No, 99 - Not available / Not applicable"
::= { controllerEntry 69 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.70
controllerPIEnable OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if T10 PI is enabled on a controller.
Value can be either 0 (T10 PI disabled) or 1 (T10 PI enabled)."
::= { controllerEntry 70 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.71
controllerCurrentMode OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Shows the current controller mode."
::= { controllerEntry 71 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.72
frontChassisSlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Shows the physical slot on the chassis for stash ."
::= { controllerEntry 72 }
-- 1.3.6.1.4.1.674.10893.1.20.130.1.1.73
controllerInstance OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Shows the current instance of the controller for stash ."
::= { controllerEntry 73 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17
tapeDriveTable OBJECT-TYPE
SYNTAX SEQUENCE OF TapeDriveEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of listed Tape Drives The number of entries is
related to number of Tape Drives discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 17 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1
tapeDriveEntry OBJECT-TYPE
SYNTAX TapeDriveEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Tape Library table. A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { tapeDriveNumber }
::= { tapeDriveTable 1 }
TapeDriveEntry ::=
SEQUENCE {
tapeDriveNumber
INTEGER,
tapeDriveName
DisplayString,
tapeDriveVendor
DisplayString,
tapeDriveProductID
DisplayString,
tapeDriveNexusID
DisplayString,
tapeDriveBusType
INTEGER,
tapeDriveSASAddress
DisplayString,
tapeDriveMediaType
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1.1
tapeDriveNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this tape drive entry."
::= { tapeDriveEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1.2
tapeDriveName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the tape drive as represented in Storage Management."
::= { tapeDriveEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1.3
tapeDriveVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The tape drive's manufacturer's name."
::= { tapeDriveEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1.4
tapeDriveProductID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The model number of the tape drive"
::= { tapeDriveEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1.5
tapeDriveNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this tape drive"
::= { tapeDriveEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1.6
tapeDriveBusType OBJECT-TYPE
SYNTAX INTEGER { sas(8) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The bus type of the tape drive.
Possible values:
8. SAS"
::= { tapeDriveEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1.7
tapeDriveSASAddress OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The specified SAS address if this is a SAS tape drive.
"
::= { tapeDriveEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.17.1.8
tapeDriveMediaType OBJECT-TYPE
SYNTAX INTEGER { tape(4) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Media type of the tape drive.
Possible Values:
4:Tape"
::= { tapeDriveEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18
nvmeAdapterTable OBJECT-TYPE
SYNTAX SEQUENCE OF NvmeAdapterEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of listed NVME Adapter cards. The number of entries is
related to number of NVME Adapter cards discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { physicalDevices 18 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1
nvmeAdapterEntry OBJECT-TYPE
SYNTAX NvmeAdapterEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the NvmeAdapter table. A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { nvmeAdapterNumber }
::= { nvmeAdapterTable 1 }
NvmeAdapterEntry ::=
SEQUENCE {
nvmeAdapterNumber
INTEGER,
nvmeAdapterState
INTEGER,
nvmeAdapterControllerNum
INTEGER,
nvmeAdapterPCISlot
INTEGER,
nvmeAdapterDeviceName
DisplayString,
nvmeAdapterVendor
DisplayString,
nvmeAdapterProductID
DisplayString,
nvmeAdapterSerialNumber
DisplayString,
nvmeAdapterRevision
DisplayString,
nvmeAdapterDriverVersion
DisplayString,
nvmeAdapterPCIBusNo
INTEGER,
nvmeAdapterPCIDeviceNum
INTEGER,
nvmeAdapterPCIFuncNum
INTEGER,
nvmeAdapterNexusID
DisplayString,
nvmeAdapterBusProtocolType
INTEGER,
nvmeAdapterMediaType
INTEGER,
nvmeAdapterLengthInMegaBytes
INTEGER,
nvmeAdapterLengthOffsetBytes
INTEGER,
nvmeAdapterDeviceID
INTEGER,
nvmeAdapterModelNumber
DisplayString,
nvmeAdapterNegotiatedSpeed
INTEGER,
nvmeAdapterCapableSpeed
INTEGER,
nvmeAdapterRemainingRatedWrEnd
INTEGER,
nvmeAdapterFormFactor
INTEGER,
nvmeAdapterSupportedSpec
DisplayString,
nvmeAdapterMaxLinkWidth
INTEGER,
nvmeAdapterNegotiatedLinkWidth
INTEGER,
nvmeAdapterSubVendor
DisplayString
}
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.1
nvmeAdapterNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this NVME Adapter entry."
::= { nvmeAdapterEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.2
nvmeAdapterState OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current state of the NVMe Adapter."
::= { nvmeAdapterEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.3
nvmeAdapterControllerNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCIeSSD subsystem Id to which the NVMe Adapter belongs to."
::= { nvmeAdapterEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.4
nvmeAdapterPCISlot OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI slot of the system where the adapter card is connected."
::= { nvmeAdapterEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.5
nvmeAdapterDeviceName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device name of the NVMe Adapter as it is represented in OMSA and also the operating system."
::= { nvmeAdapterEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.6
nvmeAdapterVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"NVMe Adapter manufacturer."
::= { nvmeAdapterEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.7
nvmeAdapterProductID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The product id or part number of the NVMe Adapter "
::= { nvmeAdapterEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.8
nvmeAdapterSerialNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Product serial number of the NVMe Adapter."
::= { nvmeAdapterEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.9
nvmeAdapterRevision OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The NVMe Adapter revision."
::= { nvmeAdapterEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.10
nvmeAdapterDriverVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"NVMe Adapter driver version."
::= { nvmeAdapterEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.11
nvmeAdapterPCIBusNo OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI Bus number of the NVMe adapter."
::= { nvmeAdapterEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.12
nvmeAdapterPCIDeviceNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI device number of the NVMe Adapter."
::= { nvmeAdapterEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.13
nvmeAdapterPCIFuncNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI device number of the NVMe Adapter."
::= { nvmeAdapterEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.14
nvmeAdapterNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Nexus ID of the NVMe Adapter."
::= { nvmeAdapterEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.15
nvmeAdapterBusProtocolType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Bus protocol for NVMe device, expected value: 9 (PCIeSSD)."
::= { nvmeAdapterEntry 15 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.16
nvmeAdapterMediaType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"NVMe Adapter media type.
Possible Values:
1:unknown
2:ssd"
::= { nvmeAdapterEntry 16 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.17
nvmeAdapterLengthInMegaBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Size in megabytes of the NVMe Adapter."
::= { nvmeAdapterEntry 17 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.18
nvmeAdapterLengthOffsetBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"No of bytes after total number of megabytes have been subtracted from the total size of the NVMe Adapter."
::= { nvmeAdapterEntry 18 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.19
nvmeAdapterDeviceID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device Id of the NVMe Adapter."
::= { nvmeAdapterEntry 19 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.20
nvmeAdapterModelNumber OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Model number of the NVMe Adapter as per the manufacturer."
::= { nvmeAdapterEntry 20 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.21
nvmeAdapterNegotiatedSpeed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The negotiated speed of the NVMe adapter in GT/s."
::= { nvmeAdapterEntry 21 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.22
nvmeAdapterCapableSpeed OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum rated speed of the NVMe adapter in GT/s."
::= { nvmeAdapterEntry 22 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.23
nvmeAdapterRemainingRatedWrEnd OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The remaining percentage of writes on the NVME device"
::= { nvmeAdapterEntry 23 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.24
nvmeAdapterFormFactor OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The form factor of the NVMe Adapter.
Expected Value: 2
means (Card)"
::= { nvmeAdapterEntry 24 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.25
nvmeAdapterSupportedSpec OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The NVMe specification supported by the device."
::= { nvmeAdapterEntry 25 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.26
nvmeAdapterMaxLinkWidth OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum bus width of NVME Adapter"
::= { nvmeAdapterEntry 26}
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.27
nvmeAdapterNegotiatedLinkWidth OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The negotiated bus width of NVME Adapter. "
::= { nvmeAdapterEntry 27 }
-- 1.3.6.1.4.1.674.10893.1.20.130.18.1.28
nvmeAdapterSubVendor OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Sub vendor of the NVMe Adapter device."
::= { nvmeAdapterEntry 28}
-- 1.3.6.1.4.1.674.10893.1.20.140
logicalDevices OBJECT IDENTIFIER ::= { storageManagement 140 }
-- 1.3.6.1.4.1.674.10893.1.20.140.3
arrayDiskLogicalConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF ArrayDiskLogicalConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of the connections between array disks, the
virtual disk to which they belong, and their
associated logical disk. For each object in the table,
its object number corresponds to an instance number in
the appropriate MIB table for that object where all of
the object properties can be found.
"
::= { logicalDevices 3 }
-- 1.3.6.1.4.1.674.10893.1.20.140.3.1
arrayDiskLogicalConnectionEntry OBJECT-TYPE
SYNTAX ArrayDiskLogicalConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Array Disk Logical Connection table . A row in this table
cannot be created or deleted by SNMP operations on columns of the table."
INDEX { arrayDiskLogicalConnectionNumber }
::= { arrayDiskLogicalConnectionTable 1 }
ArrayDiskLogicalConnectionEntry ::=
SEQUENCE {
arrayDiskLogicalConnectionNumber
INTEGER,
arrayDiskLogicalConnectionArrayDiskName
DisplayString,
arrayDiskLogicalConnectionArrayDiskNumber
INTEGER,
arrayDiskLogicalConnectionVirtualDiskName
DisplayString,
arrayDiskLogicalConnectionVirtualDiskNumber
INTEGER,
arrayDiskLogicalConnectionDiskName
DisplayString,
arrayDiskLogicalConnectionDiskNumber
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.140.3.1.1
arrayDiskLogicalConnectionNumber OBJECT-TYPE
SYNTAX INTEGER (1..1000000000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this array disk logical connection entry."
::= { arrayDiskLogicalConnectionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.140.3.1.2
arrayDiskLogicalConnectionArrayDiskName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the array disk in this logical connection."
::= { arrayDiskLogicalConnectionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.140.3.1.3
arrayDiskLogicalConnectionArrayDiskNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the array disk in this logical connection."
::= { arrayDiskLogicalConnectionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.140.3.1.4
arrayDiskLogicalConnectionVirtualDiskName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the virtual disk to which this array disk belongs."
::= { arrayDiskLogicalConnectionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.140.3.1.5
arrayDiskLogicalConnectionVirtualDiskNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The instance number of the virtual disk to which this array disk
belongs."
::= { arrayDiskLogicalConnectionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.140.3.1.6
arrayDiskLogicalConnectionDiskName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the disk group to with this array disk belongs.
This property is currently not supported."
::= { arrayDiskLogicalConnectionEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.140.3.1.7
arrayDiskLogicalConnectionDiskNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This instance number of the disk group to with this array disk belongs.
This property is currently not supported."
::= { arrayDiskLogicalConnectionEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1
virtualDiskTable OBJECT-TYPE
SYNTAX SEQUENCE OF VirtualDiskEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Virtual Disks. The number of entries is related
to number of Virtual Disks discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { logicalDevices 1 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1
virtualDiskEntry OBJECT-TYPE
SYNTAX VirtualDiskEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Virtual Disk table. A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { virtualDiskNumber }
::= { virtualDiskTable 1 }
VirtualDiskEntry ::=
SEQUENCE {
virtualDiskNumber
INTEGER,
virtualDiskName
DisplayString,
virtualDiskDeviceName
DisplayString,
virtualDiskState
INTEGER,
virtualDiskSeverity
INTEGER,
virtualDiskLengthInMB
INTEGER,
virtualDiskLengthInBytes
INTEGER,
virtualDiskFreeSpaceInMB
INTEGER,
virtualDiskFreeSpaceInBytes
INTEGER,
virtualDiskWritePolicy
INTEGER,
virtualDiskReadPolicy
INTEGER,
virtualDiskCachePolicy
INTEGER,
virtualDiskLayout
INTEGER,
virtualDiskCurStripeSizeInMB
INTEGER,
virtualDiskCurStripeSizeInBytes
INTEGER,
virtualDiskChannel
INTEGER,
virtualDiskTargetID
INTEGER,
virtualDiskLunID
INTEGER,
virtualDiskRollUpStatus
DellStatus,
virtualDiskComponentStatus
DellStatus,
virtualDiskNexusID
DisplayString,
virtualDiskArrayDiskType
INTEGER,
virtualDiskBadBlocksDetected
INTEGER,
virtualDiskEncrypted
INTEGER,
virtualDiskIsCacheCade
INTEGER,
virtualDiskDiskCachePolicy
INTEGER,
virtualDiskAssociatedFluidCacheStatus
INTEGER,
virtualDiskPIEnable
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.1
virtualDiskNumber OBJECT-TYPE
SYNTAX INTEGER (1..100000000)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this virtual disk entry."
::= { virtualDiskEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.2
virtualDiskName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The virtual disk's label generated by Storage Management or entered
by the user."
::= { virtualDiskEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.3
virtualDiskDeviceName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device name used by this virtual disk's member disks."
::= { virtualDiskEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.4
virtualDiskState OBJECT-TYPE
SYNTAX INTEGER
{
ready(1),
failed(2),
online(3),
offline(4),
degraded(6),
verifying(7),
resynching(15),
regenerating(16),
failedRedundancy(18),
rebuilding(24),
formatting(26),
reconstructing(32),
initializing(35),
backgroundInit(36),
permanentlyDegraded(52)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current condition of this virtual disk
(which includes any member array disks.)
Possible states:
0: Unknown
1: Ready - The disk is accessible and has no known problems.
2: Failed - Access has been lost to the data or is about to be lost.
3: Online
4: Offline - The disk is not accessible. The disk may be corrupted or intermittently unavailable.
6: Degraded - The data on the virtual disk is no longer fault tolerant because one of the underlying disks is not online.
15: Resynching
16: Regenerating
24: Rebuilding
26: Formatting
32: Reconstructing
35: Initializing
36: Background Initialization
38: Resynching Paused
52: Permanently Degraded
54: Degraded Redundancy"
::= { virtualDiskEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.5
virtualDiskSeverity OBJECT-TYPE
SYNTAX INTEGER
{
warning(1),
error(2),
failure(3)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete for Storage Management.
It was replaced with RollUpStatus and ComponentStatus for each device."
::= { virtualDiskEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.6
virtualDiskLengthInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The size of this virtual disk in megabytes. If this size
is 0, it is smaller than a megabyte."
::= { virtualDiskEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.7
virtualDiskLengthInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The portion of the virtual disk in bytes that is smaller
than a megabyte. This size plus the virtualDiskLengthInMB
is the total size of the virtual disk."
::= { virtualDiskEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.8
virtualDiskFreeSpaceInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This property is not supported for virtual disks managed under Storage Management."
::= { virtualDiskEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.9
virtualDiskFreeSpaceInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This property is not supported for virtual disks managed under Storage Management."
::= { virtualDiskEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.10
virtualDiskWritePolicy OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2),
writeBack(3),
writeThrough(4),
enabledAlways(5),
enabledAlwaysSAS(6),
notApplicable(9)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates whether the controller's write cache will be used
when writing to a virtual disk.
Possible values:
1: Enabled - Adaptec Write Cache Enabled Protected
2: Disabled - Adaptec Write Cache Disabled
3: LSI Write Back
4: LSI Write Through
5: Enabled Always - Adaptec only
6: Enabled Always - SAS only
9: Not Applicable"
::= { virtualDiskEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.11
virtualDiskReadPolicy OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2),
readAhead(3),
adaptiveReadAhead(4),
noReadAhead(5),
notApplicable(9)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates whether the controller's read cache will be used
when reading from a virtual disk.
Possible values:
1: Enabled - Adaptec Read Cache Enabled
2: Disabled - Adaptec Read Cache Disabled
3: LSI Read Ahead
4: LSI Adaptive Read Ahead
5: LSI No Read Ahead
9: Not Applicable"
::= { virtualDiskEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.12
virtualDiskCachePolicy OBJECT-TYPE
SYNTAX INTEGER
{
directIO(1),
cachedIO(2),
not-applicable(99)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates whether the controller's cache is used when
reading from or writing to a virtual disk.
Possible values:
1: Direct I/O (LSI)
2: Cached I/O (LSI)
99: Not applicable"
::= { virtualDiskEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.13
virtualDiskLayout OBJECT-TYPE
SYNTAX INTEGER
{
concatenated(1),
raid-0(2),
raid-1(3),
raid-2(4),
raid-3(5),
raid-4(6),
raid-5(7),
raid-6(8),
raid-7(9),
raid-10(10),
raid-30(11),
raid-50(12),
addSpares(13),
deleteLogical(14),
transformLogical(15),
raid-0-plus-1(18),
concatRaid-1(19),
concatRaid-5(20),
noRaid(21),
volume(22),
raidMorph(23),
raid-60(24),
cacheCade(25)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The virtual disk's RAID type.
Currently supported types:
1: Concatenated
2: RAID-0
3: RAID-1
7: RAID-5
8: RAID-6
10: RAID-10
12: RAID-50
19: Concatenated RAID 1
24: RAID-60
25: CacheCade
"
::= { virtualDiskEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.14
virtualDiskCurStripeSizeInMB OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The stripe size of this virtual disk in megabytes. If this
size is 0, it is either smaller than a megabyte or not applicable.
"
::= { virtualDiskEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.15
virtualDiskCurStripeSizeInBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The portion of the stripe size in bytes that is smaller
than a megabyte. This size plus the virtualDiskCurStripeSizeInMB
is the total stripe size on the virtual disk.
If this size is 0, either the entire size is whole megabytes or it is not applicable."
::= { virtualDiskEntry 15 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.16
virtualDiskChannel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This property is not supported
by virtual disks managed under Storage Management."
::= { virtualDiskEntry 16 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.17
virtualDiskTargetID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unique ID for the virtual disk."
::= { virtualDiskEntry 17 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.18
virtualDiskLunID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS obsolete
DESCRIPTION
"This entry is obsolete. This property is not supported
by virtual disks managed under Storage Management."
::= { virtualDiskEntry 18 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.19
virtualDiskRollUpStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the virtual disk state.
This is the combined status of the virtual disk and its
components.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { virtualDiskEntry 19 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.20
virtualDiskComponentStatus OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the virtual disk itself without
the propagation of any contained component status.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { virtualDiskEntry 20 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.21
virtualDiskNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this virtual disk."
::= { virtualDiskEntry 21 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.22
virtualDiskArrayDiskType OBJECT-TYPE
SYNTAX INTEGER
{
sas(1),
sata(2),
scsi(3),
ide(4),
unknown(99)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the type of array (physical) disks used to create the virtual disk.
Possible values:
1: SAS
2: SATA
3: SCSI
4: IDE
99: Unknown
"
::= { virtualDiskEntry 22 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.23
virtualDiskBadBlocksDetected OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if virtual disk has bad blocks.
Value: 0 - No, 1 - Yes, 2 - Not Applicable, 99 - Unknown"
::= { virtualDiskEntry 23 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.24
virtualDiskEncrypted OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if virtual disk is encrypted.
Value: 0 - No, 1 - Yes, 99 - Unknown."
::= { virtualDiskEntry 24 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.25
virtualDiskIsCacheCade OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if this virtual disk is configured as CacheCade.
Value: 1 - Yes, 0 - No, 99 - Undetermined"
::= { virtualDiskEntry 25 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.26
virtualDiskDiskCachePolicy OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates disk cache policy of the logical device.
Value: 1 - Enabled, 2 - Disabled, 99 - Undetermined"
::= { virtualDiskEntry 26 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.27
virtualDiskAssociatedFluidCacheStatus OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the status of the associated fluid cache status"
::= { virtualDiskEntry 27 }
-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.28
virtualDiskPIEnable OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if T10 PI is enabled on a virtual disk.
Possible values are: 0 (T10 PI disabled) or 1 (T10 PI enabled).
"
::= { virtualDiskEntry 28 }
-- 1.3.6.1.4.1.674.10893.1.20.140.2
virtualDiskPartitionTable OBJECT-TYPE
SYNTAX SEQUENCE OF VirtualDiskPartitionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed Virtual Disk Partitions. The number of entries is related
to number of partitions discovered in the system. The maximum number of
entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries."
::= { logicalDevices 2 }
-- 1.3.6.1.4.1.674.10893.1.20.140.2.1
virtualDiskPartitionEntry OBJECT-TYPE
SYNTAX VirtualDiskPartitionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Virtual Disk Partition table. A row in this table cannot be
created or deleted by SNMP operations on columns of the table."
INDEX { virtualDiskPartitionNumber }
::= { virtualDiskPartitionTable 1 }
VirtualDiskPartitionEntry ::=
SEQUENCE {
virtualDiskPartitionNumber
INTEGER,
virtualDiskPartitionDeviceName
OCTET STRING,
virtualDiskPartitionState
INTEGER,
virtualDiskPartitionSize
INTEGER,
virtualDiskPartitionFluidCacheStatus
OCTET STRING,
virtualDiskPartitionNexusID
DisplayString
}
-- 1.3.6.1.4.1.674.10893.1.20.140.2.1.1
virtualDiskPartitionNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this partition entry"
::= { virtualDiskPartitionEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.140.2.1.2
virtualDiskPartitionDeviceName OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device name of the partition given by the operating system."
::= { virtualDiskPartitionEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.140.2.1.3
virtualDiskPartitionState OBJECT-TYPE
SYNTAX INTEGER
{
active(1),
no(2),
removing(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"State of the partition. This is mapped stated of the associate virtual disk.
1: Active - Mapped cache disk is working fine
2: No - Fluid caching is not enabled
3: Removing - This is a transient stage duing the process of disabling the cache
4: Failed - Mapped cache disk has failed."
::= { virtualDiskPartitionEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.140.2.1.4
virtualDiskPartitionSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Size of the Partition in GB."
::= { virtualDiskPartitionEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.140.2.1.5
virtualDiskPartitionFluidCacheStatus OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if the partition has associated fluidcache
"
::= { virtualDiskPartitionEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.140.2.1.6
virtualDiskPartitionNexusID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID for this partition. This comprises the controllerID, virtualDisk ID and hash mapped WWN number of this partition"
::= { virtualDiskPartitionEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4
fluidCacheTable OBJECT-TYPE
SYNTAX SEQUENCE OF FluidCacheEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table of managed FluidCache. The number of entries is related to FluidCache discovered in the system.
The maximum number of entries is implementation dependent.
Note: The properties in this table may not be applicable to all entries.
"
::= { logicalDevices 4 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1
fluidCacheEntry OBJECT-TYPE
SYNTAX FluidCacheEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the Fluid Cache table.
A row in this table cannot be created or deleted by SNMP operations on columns of the table.
"
INDEX { fluidCacheNumber }
::= { fluidCacheTable 1 }
FluidCacheEntry ::=
SEQUENCE {
fluidCacheNumber
INTEGER,
fluidCacheName
OCTET STRING,
fluidCacheLicenseState
OCTET STRING,
fluidCacheLicenseValidity
INTEGER,
fluidCacheLicenseEntitlementID
OCTET STRING,
fluidCacheLicenseDuration
OCTET STRING,
fluidCacheLicenseCapacity
OCTET STRING,
fluidCacheLicenseRemaining
OCTET STRING,
fluidCacheLicenseType
OCTET STRING,
fluidCacheLicenseVendor
OCTET STRING,
fluidCacheLicenseProductId
OCTET STRING,
fluidCacheLicenseDateSold
OCTET STRING,
fluidCacheLicenseGeneration
OCTET STRING,
fluidCacheLicenseFeatureID
OCTET STRING,
fluidCacheLicenseFeatureDescription
OCTET STRING,
fluidCacheNexus
OCTET STRING
}
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.1
fluidCacheNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of this fluid cache entry"
::= { fluidCacheEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.2
fluidCacheName OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the fluidcache in this subsystem as represented in Storage Management. "
::= { fluidCacheEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.3
fluidCacheLicenseState OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"License state of the associated fluid cache subsystem"
::= { fluidCacheEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.4
fluidCacheLicenseValidity OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This entry displays the number of days the fluid cache license is valid. It has to be read in parallel to license type.
Incase of site wide license, value '0' should be read as 'Not Applicable'"
::= { fluidCacheEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.5
fluidCacheLicenseEntitlementID OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indiactes the Entitlement Identifier for the license of the fluid cache subsystem"
::= { fluidCacheEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.6
fluidCacheLicenseDuration OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the duration of the the license validity"
::= { fluidCacheEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.7
fluidCacheLicenseCapacity OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the capacity of the license of fluidcache subsystem"
::= { fluidCacheEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.8
fluidCacheLicenseRemaining OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indicates the remaining days of the license validity"
::= { fluidCacheEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.9
fluidCacheLicenseType OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the type of the license of the fluidcache subsystem"
::= { fluidCacheEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.10
fluidCacheLicenseVendor OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the license vendor for the fluidcache subsystem"
::= { fluidCacheEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.11
fluidCacheLicenseProductId OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the product ID of the license of the fluidcache susbsytem"
::= { fluidCacheEntry 11 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.12
fluidCacheLicenseDateSold OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the date on which the license for the fluidcache subsystem is sold"
::= { fluidCacheEntry 12 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.13
fluidCacheLicenseGeneration OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the generation of the license for the fluidcache subsystem"
::= { fluidCacheEntry 13 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.14
fluidCacheLicenseFeatureID OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the license feature ID of the fluidcache subsystem"
::= { fluidCacheEntry 14 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.15
fluidCacheLicenseFeatureDescription OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Provides the description of the license feature of fluidcache subsystem"
::= { fluidCacheEntry 15 }
-- 1.3.6.1.4.1.674.10893.1.20.140.4.1.16
fluidCacheNexus OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the unique ID of the fludicache component"
::= { fluidCacheEntry 16 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5
fluidCacheDiskTable OBJECT-TYPE
SYNTAX SEQUENCE OF FluidCacheDiskEntry
ACCESS not-accessible
STATUS mandatory
::= { logicalDevices 5 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1
fluidCacheDiskEntry OBJECT-TYPE
SYNTAX FluidCacheDiskEntry
ACCESS not-accessible
STATUS mandatory
INDEX { fluidCacheDiskNumber }
::= { fluidCacheDiskTable 1 }
FluidCacheDiskEntry ::=
SEQUENCE {
fluidCacheDiskNumber
INTEGER,
fluidCacheDiskName
OCTET STRING,
fluidCacheDiskState
INTEGER,
fluidCacheDiskBackendDeviceType
INTEGER,
fluidCacheDiskBackendDeviceName
OCTET STRING,
fluidCacheDiskBackendDeviceSize
INTEGER,
fluidCacheDiskOperatingMode
INTEGER,
fluidCacheDiskConfiguredMode
INTEGER,
fluidCacheDiskNexus
OCTET STRING,
fluidCacheDiskStatus
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.1
fluidCacheDiskNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of the fluidCacheDisk entry"
::= { fluidCacheDiskEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.2
fluidCacheDiskName OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of the Fluid Cache Disk Name as seen by storage management"
::= { fluidCacheDiskEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.3
fluidCacheDiskState OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"State of the FluidCacheDisk entry
Valid values are
2 - Active, otherwise Inactive
"
::= { fluidCacheDiskEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.4
fluidCacheDiskBackendDeviceType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This displays the type of the backend device beneath the fluid cache disk.
Values are as below
773 denotes VirtualDisk
791 denotes Partition"
::= { fluidCacheDiskEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.5
fluidCacheDiskBackendDeviceName OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Device name of the backend device as seen by the operating system"
::= { fluidCacheDiskEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.6
fluidCacheDiskBackendDeviceSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Size of the Backend device. Size is indicated in GB"
::= { fluidCacheDiskEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.7
fluidCacheDiskOperatingMode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Operating mode of the FluidCache. Values are
0 - Writeback mode
1 - Writethrough mode
2 - PassThrough mode
"
::= { fluidCacheDiskEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.8
fluidCacheDiskConfiguredMode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Configured Mode of the FluidCache. The values are
0 - Writeback mode
1 - Writethrough mode
2 - PassThrough mode
"
::= { fluidCacheDiskEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.9
fluidCacheDiskNexus OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Durable Unique ID of the fluidcache disk"
::= { fluidCacheDiskEntry 9 }
-- 1.3.6.1.4.1.674.10893.1.20.140.5.1.10
fluidCacheDiskStatus OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the fluid cache disk state.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { fluidCacheDiskEntry 10 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6
fluidCachePoolTable OBJECT-TYPE
SYNTAX SEQUENCE OF FluidCachePoolEntry
ACCESS not-accessible
STATUS mandatory
::= { logicalDevices 6 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1
fluidCachePoolEntry OBJECT-TYPE
SYNTAX FluidCachePoolEntry
ACCESS not-accessible
STATUS mandatory
INDEX { fluidCachePoolNumber }
::= { fluidCachePoolTable 1 }
FluidCachePoolEntry ::=
SEQUENCE {
fluidCachePoolNumber
INTEGER,
fluidCachePoolStoreCount
INTEGER,
fluidCachePoolUUID
OCTET STRING,
fluidCachePoolLicenseState
DisplayString,
fluidCachePoolSize
INTEGER,
fluidCachePoolHighAvailabilityState
OCTET STRING,
fluidCachePoolNexus
OCTET STRING,
fluidCachePoolStatus
INTEGER
}
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1.1
fluidCachePoolNumber OBJECT-TYPE
SYNTAX INTEGER (1..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance number of the fluid cachepool entry"
::= { fluidCachePoolEntry 1 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1.2
fluidCachePoolStoreCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of flash devices that are part of the fluidcache pool"
::= { fluidCachePoolEntry 2 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1.3
fluidCachePoolUUID OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"UUID of the fluidcache pool"
::= { fluidCachePoolEntry 3 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1.4
fluidCachePoolLicenseState OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"State of the fluid cache license.
Possible values: Valid, Evaluation, Expired
"
::= { fluidCachePoolEntry 4 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1.5
fluidCachePoolSize OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Size of the fluidcache pool in GiB"
::= { fluidCachePoolEntry 5 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1.6
fluidCachePoolHighAvailabilityState OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates if the fluidcache pool is operating in high availability mode."
::= { fluidCachePoolEntry 6 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1.7
fluidCachePoolNexus OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Durable unique ID of the fluidcache pool entry"
::= { fluidCachePoolEntry 7 }
-- 1.3.6.1.4.1.674.10893.1.20.140.6.1.8
fluidCachePoolStatus OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severity of the fluid cache pool table state.
Possible values:
1: Other
2: Unknown
3: OK
4: Non-critical
5: Critical
6: Non-recoverable"
::= { fluidCachePoolEntry 8 }
-- 1.3.6.1.4.1.674.10893.1.20.200
storageManagementEvent OBJECT IDENTIFIER ::= { storageManagement 200 }
-- 1.3.6.1.4.1.674.10893.1.20.200.1
messageIDEvent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0001 Storage Management alert (event) message number."
::= { storageManagementEvent 1 }
-- 1.3.6.1.4.1.674.10893.1.20.200.2
descriptionEvent OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0002 Storage Management event message text describing the alert."
::= { storageManagementEvent 2 }
-- 1.3.6.1.4.1.674.10893.1.20.200.3
locationEvent OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0003 Additional information identifying the location of the object causing the alert."
::= { storageManagementEvent 3 }
-- 1.3.6.1.4.1.674.10893.1.20.200.4
objectNameEvent OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0004 Name of the object as represented in Storage Management causing the alert."
::= { storageManagementEvent 4 }
-- 1.3.6.1.4.1.674.10893.1.20.200.5
objectOIDEvent OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0005 MIB OID of the object causing the alert."
::= { storageManagementEvent 5 }
-- 1.3.6.1.4.1.674.10893.1.20.200.6
objectNexusEvent OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0006 Durable, unique ID of the object causing the alert."
::= { storageManagementEvent 6 }
-- 1.3.6.1.4.1.674.10893.1.20.200.7
currentStatusEvent OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0007 Current status of object causing the alert, if applicable."
::= { storageManagementEvent 7 }
-- 1.3.6.1.4.1.674.10893.1.20.200.8
previousStatusEvent OBJECT-TYPE
SYNTAX DellStatus
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0008 Previous status of object causing the alert if applicable."
::= { storageManagementEvent 8 }
-- 1.3.6.1.4.1.674.10893.1.20.200.9
enhancedMessageIDEvent OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0001 Enhanced Storage Management Message ID."
::= { storageManagementEvent 9 }
-- 1.3.6.1.4.1.674.10893.1.20.200.10
systemFQDNEvent OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0008 System FQDN of object causing the alert if applicable."
::= { storageManagementEvent 10 }
-- 1.3.6.1.4.1.674.10893.1.20.200.11
serviceTagEvent OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0008 Service Tag of object causing the alert if applicable."
::= { storageManagementEvent 11 }
-- 1.3.6.1.4.1.674.10893.1.20.200.12
chassisServiceTagEvent OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"0200.0008 Chassis Service Tag of object causing the alert if applicable."
::= { storageManagementEvent 12 }
--
-- Trap definitions
--
alertStorageManagementInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent }
DESCRIPTION
"Storage Management Information
There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Storage Management information. %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 101
alertStorageManagementNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent }
DESCRIPTION
"There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 102
alertStorageManagementWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent }
DESCRIPTION
"Storage Management has detected a device independent warning condition.
There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Storage Management has detected a device independent warning condition. %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 103
alertStorageManagementFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent }
DESCRIPTION
"Storage Management has detected a device independent error condition.
There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Storage Management has detected a device independent error condition. %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 104
alertStorageManagementNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent }
DESCRIPTION
"Storage Management has detected a device independent non-recoverable condition.
There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Storage Management has detected a device independent non-recoverable condition. %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 105
alertControllerInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Controller information."
--#TYPE "Storage Management Event: Controller Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Controller information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 751
alertControllerNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Controller has returned to normal."
--#TYPE "Storage Management Event: Controller Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Controller has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 752
alertControllerWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Controller warning."
--#TYPE "Storage Management Event: Controller Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Controller warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 753
alertControllerFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Controller failure."
--#TYPE "Storage Management Event: Controller Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Controller failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 754
alertControllerNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Controller is non-recoverable."
--#TYPE "Storage Management Event: Controller Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Controller is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 755
alertChannelInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Channel information."
--#TYPE "Storage Management Event: Channel Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Channel information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 801
alertChannelNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Channel has returned to normal."
--#TYPE "Storage Management Event: Channel Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Channel has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 802
alertChannelWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Channel warning."
--#TYPE "Storage Management Event: Channel Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Channel warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 803
alertChannelFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Channel failure."
--#TYPE "Storage Management Event: Channel Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Channel failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 804
alertChannelNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Channel is non-recoverable."
--#TYPE "Storage Management Event: Channel Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Channel is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 805
alertEnclosureInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Enclosure information."
--#TYPE "Storage Management Event: Enclosure Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Enclosure information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 851
alertEnclosureNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Enclosure has returned to normal."
--#TYPE "Storage Management Event: Enclosure Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Enclosure has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 852
alertEnclosureWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Enclosure warning."
--#TYPE "Storage Management Event: Enclosure Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Enclosure warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 853
alertEnclosureFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Enclosure failure."
--#TYPE "Storage Management Event: Enclosure Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Enclosure failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 854
alertEnclosureNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Enclosure is non-recoverable."
--#TYPE "Storage Management Event: Enclosure Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Enclosure is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 855
alertArrayDiskInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Array disk information."
--#TYPE "Storage Management Event: Array Disk Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Array disk information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 901
alertArrayDiskNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Array disk has returned to normal."
--#TYPE "Storage Management Event: Array Disk Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Array disk has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 902
alertArrayDiskWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Array disk warning."
--#TYPE "Storage Management Event: Array Disk Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Array disk warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 903
alertArrayDiskFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Array disk failure."
--#TYPE "Storage Management Event: Array Disk Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Array disk failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 904
alertArrayDiskNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Array disk is non-recoverable."
--#TYPE "Storage Management Event: Array Disk Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Array disk is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 905
alertEMMInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"EMM information."
--#TYPE "Storage Management Event: EMM Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, EMM information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 951
alertEMMNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"EMM has returned to normal."
--#TYPE "Storage Management Event: EMM Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, EMM has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 952
alertEMMWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"EMM warning."
--#TYPE "Storage Management Event: EMM Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, EMM warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 953
alertEMMFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"EMM failure."
--#TYPE "Storage Management Event: EMM Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, EMM failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 954
alertEMMNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"EMM is non-recoverable."
--#TYPE "Storage Management Event: EMM Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, EMM is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 955
alertPowerSupplyInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Power supply information."
--#TYPE "Storage Management Event: Power Supply Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Power supply information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1001
alertPowerSupplyNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Power supply has returned to normal."
--#TYPE "Storage Management Event: Power Supply Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Power supply has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1002
alertPowerSupplyWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Power supply warning."
--#TYPE "Storage Management Event: Power Supply Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Power supply warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1003
alertPowerSupplyFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Power supply failure."
--#TYPE "Storage Management Event: Power Supply Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Power supply failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1004
alertPowerSupplyNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Power supply is non-recoverable."
--#TYPE "Storage Management Event: Power Supply Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Power supply is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1005
alertTemperatureProbeInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Temperature probe information."
--#TYPE "Storage Management Event: Temperature Probe Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Temperature probe information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1051
alertTemperatureProbeNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Temperature probe has returned to normal."
--#TYPE "Storage Management Event: Temperature Probe Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Temperature probe has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1052
alertTemperatureProbeWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Temperature probe warning."
--#TYPE "Storage Management Event: Temperature Probe Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Temperature probe warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1053
alertTemperatureProbeFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Temperature probe failure."
--#TYPE "Storage Management Event: Temperature Probe Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Temperature probe failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1054
alertTemperatureProbeNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Temperature probe is non-recoverable."
--#TYPE "Storage Management Event: Temperature Probe Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Temperature probe is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1055
alertFanInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fan information."
--#TYPE "Storage Management Event: Fan Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fan information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1101
alertFanNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fan has returned to normal."
--#TYPE "Storage Management Event: Fan Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fan has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1102
alertFanWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fan warning."
--#TYPE "Storage Management Event: Fan Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Fan warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1103
alertFanFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fan failure."
--#TYPE "Storage Management Event: Fan Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fan failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1104
alertFanNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fan is non-recoverable."
--#TYPE "Storage Management Event: Fan Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fan is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1105
alertBatteryInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Battery information."
--#TYPE "Storage Management Event: Battery Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Battery information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1151
alertBatteryNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Battery has returned to normal."
--#TYPE "Storage Management Event: Battery Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Battery has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1152
alertBatteryWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Battery warning."
--#TYPE "Storage Management Event: Battery Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Battery warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1153
alertBatteryFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Battery failure."
--#TYPE "Storage Management Event: Battery Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Battery failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1154
alertBatteryNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Battery is non-recoverable."
--#TYPE "Storage Management Event: Battery Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Battery is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1155
alertVirtualDiskInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Virtual disk information."
--#TYPE "Storage Management Event: Virtual Disk Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Virtual disk information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1201
alertVirtualDiskNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Virtual disk has returned to normal."
--#TYPE "Storage Management Event: Virtual Disk Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Virtual disk has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1202
alertVirtualDiskWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Virtual disk warning."
--#TYPE "Storage Management Event: Virtual Disk Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Virtual disk warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1203
alertVirtualDiskFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Virtual disk failure."
--#TYPE "Storage Management Event: Virtual Disk Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Virtual disk failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1204
alertVirtualDiskNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Virtual disk is non-recoverable."
--#TYPE "Storage Management Event: Virtual Disk Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Virtual disk is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1205
alertRedundancyNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Redundancy has returned to normal."
--#TYPE "Storage Management Event: Redundancy Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Redundancy has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1304
alertRedundancyDegraded TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Redundancy has been degraded."
--#TYPE "Storage Management Event: Redundancy Degraded"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Redundancy has been degraded. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1305
alertRedundancyLost TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Redundancy has been lost."
--#TYPE "Storage Management Event: Redundancy Lost"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Redundancy has been lost. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1306
alertFluidCacheDiskInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache Disk Information"
--#TYPE "Storage Management Event: Fluid Cache Disk Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Disk. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1401
alertfluidCacheDiskWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache Disk warning."
--#TYPE "Storage Management Event: Fluid Cache Disk Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Fluid Cache Disk. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1403
alertFluidCacheDisklFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache Disk failure."
--#TYPE "Storage Management Event: Fluid Cache Disk Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Disk. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1404
alertVirtualDiskPartitionInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Virtual Disk Partition Information"
--#TYPE "Storage Management Event: Virtual Disk Partition Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Virtual Disk Partition. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1501
alertVirtualDiskPartitionWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Virtual Disk Partition warning."
--#TYPE "Storage Management Event: Virtual Disk Partition Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Virtual Disk Partition. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1503
alertVirtualDiskPartitionFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Virtual Disk Partition failure."
--#TYPE "Storage Management Event: Virtual Disk Partition Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Virtual Disk Partition Failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1504
alertFluidCacheInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache Information"
--#TYPE "Storage Management Event: Fluid Cache Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fluid Cache. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1601
alertfluidCacheWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache warning."
--#TYPE "Storage Management Event: Fluid Cache Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Fluid Cache. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1603
alertFluidCacheFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache failure."
--#TYPE "Storage Management Event: Fluid Cache Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1604
alertFluidCachePoolInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache Pool Information"
--#TYPE "Storage Management Event: Fluid Cache Pool Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Pool. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 1701
alertfluidCachePoolWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache Pool warning."
--#TYPE "Storage Management Event: Fluid Cache Pool Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Fluid Cache Pool. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 1703
alertFluidCachePoolFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent }
DESCRIPTION
"Fluid Cache Pool failure."
--#TYPE "Storage Management Event: Fluid Cache Pool Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Pool Failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 1704
alertEEMIStorageManagementInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, enhancedMessageIDEvent, systemFQDNEvent, serviceTagEvent,
chassisServiceTagEvent }
DESCRIPTION
"Storage Management Information
There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Storage Management information. %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 10100
alertEEMIStorageManagementNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, enhancedMessageIDEvent, systemFQDNEvent, serviceTagEvent,
chassisServiceTagEvent }
DESCRIPTION
"There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 10200
alertEEMIStorageManagementWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, enhancedMessageIDEvent, systemFQDNEvent, serviceTagEvent,
chassisServiceTagEvent }
DESCRIPTION
"Storage Management has detected a device independent warning condition.
There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Storage Management has detected a device independent warning condition. %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 10300
alertEEMIStorageManagementFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, enhancedMessageIDEvent, systemFQDNEvent, serviceTagEvent,
chassisServiceTagEvent }
DESCRIPTION
"Storage Management has detected a device independent error condition.
There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Storage Management has detected a device independent error condition. %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 10400
alertEEMIStorageManagementNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, enhancedMessageIDEvent, systemFQDNEvent, serviceTagEvent,
chassisServiceTagEvent }
DESCRIPTION
"Storage Management has detected a device independent non-recoverable condition.
There is no global status change associated with this trap."
--#TYPE "Storage Management Event: Storage Management Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Storage Management has detected a device independent non-recoverable condition. %s"
--#ARGUMENTS { 0, 1 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 10500
alertEEMIControllerInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Controller information."
--#TYPE "Storage Management Event: Controller Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Controller information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 75100
alertEEMIControllerNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Controller has returned to normal."
--#TYPE "Storage Management Event: Controller Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Controller has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 75200
alertEEMIControllerWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Controller warning."
--#TYPE "Storage Management Event: Controller Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Controller warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 75300
alertEEMIControllerFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Controller failure."
--#TYPE "Storage Management Event: Controller Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Controller failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 75400
alertEEMIControllerNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Controller is non-recoverable."
--#TYPE "Storage Management Event: Controller Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Controller is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 75500
alertEEMIChannelInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Channel information."
--#TYPE "Storage Management Event: Channel Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Channel information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 80100
alertEEMIChannelNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Channel has returned to normal."
--#TYPE "Storage Management Event: Channel Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Channel has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 80200
alertEEMIChannelWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Channel warning."
--#TYPE "Storage Management Event: Channel Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Channel warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 80300
alertEEMIChannelFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Channel failure."
--#TYPE "Storage Management Event: Channel Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Channel failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 80400
alertEEMIChannelNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Channel is non-recoverable."
--#TYPE "Storage Management Event: Channel Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Channel is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 80500
alertEEMIEnclosureInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Enclosure information."
--#TYPE "Storage Management Event: Enclosure Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Enclosure information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 85100
alertEEMIEnclosureNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Enclosure has returned to normal."
--#TYPE "Storage Management Event: Enclosure Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Enclosure has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 85200
alertEEMIEnclosureWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Enclosure warning."
--#TYPE "Storage Management Event: Enclosure Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Enclosure warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 85300
alertEEMIEnclosureFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Enclosure failure."
--#TYPE "Storage Management Event: Enclosure Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Enclosure failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 85400
alertEEMIEnclosureNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Enclosure is non-recoverable."
--#TYPE "Storage Management Event: Enclosure Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Enclosure is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 85500
alertEEMIArrayDiskInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Array disk information."
--#TYPE "Storage Management Event: Array Disk Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Array disk information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 90100
alertEEMIArrayDiskNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Array disk has returned to normal."
--#TYPE "Storage Management Event: Array Disk Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Array disk has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 90200
alertEEMIArrayDiskWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Array disk warning."
--#TYPE "Storage Management Event: Array Disk Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Array disk warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 90300
alertEEMIArrayDiskFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Array disk failure."
--#TYPE "Storage Management Event: Array Disk Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Array disk failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 90400
alertEEMIArrayDiskNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Array disk is non-recoverable."
--#TYPE "Storage Management Event: Array Disk Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Array disk is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 90500
alertEMMEMMInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"EMM information."
--#TYPE "Storage Management Event: EMM Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, EMM information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 95100
alertEEMIEMMNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"EMM has returned to normal."
--#TYPE "Storage Management Event: EMM Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, EMM has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 95200
alertEEMIEMMWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"EMM warning."
--#TYPE "Storage Management Event: EMM Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, EMM warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 95300
alertEEMIEMMFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"EMM failure."
--#TYPE "Storage Management Event: EMM Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, EMM failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 95400
alertEEMIEMMNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"EMM is non-recoverable."
--#TYPE "Storage Management Event: EMM Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, EMM is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 95500
alertEEMIPowerSupplyInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Power supply information."
--#TYPE "Storage Management Event: Power Supply Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Power supply information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 100100
alertEEMIPowerSupplyNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Power supply has returned to normal."
--#TYPE "Storage Management Event: Power Supply Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Power supply has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 100200
alertEEMIPowerSupplyWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Power supply warning."
--#TYPE "Storage Management Event: Power Supply Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Power supply warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 100300
alertEEMIPowerSupplyFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Power supply failure."
--#TYPE "Storage Management Event: Power Supply Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Power supply failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 100400
alertEEMIPowerSupplyNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Power supply is non-recoverable."
--#TYPE "Storage Management Event: Power Supply Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Power supply is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 100500
alertEEMITemperatureProbeInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Temperature probe information."
--#TYPE "Storage Management Event: Temperature Probe Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Temperature probe information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 105100
alertEEMITemperatureProbeNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Temperature probe has returned to normal."
--#TYPE "Storage Management Event: Temperature Probe Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Temperature probe has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 105200
alertEEMITemperatureProbeWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Temperature probe warning."
--#TYPE "Storage Management Event: Temperature Probe Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Temperature probe warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 105300
alertEEMITemperatureProbeFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Temperature probe failure."
--#TYPE "Storage Management Event: Temperature Probe Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Temperature probe failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 105400
alertEEMITemperatureProbeNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Temperature probe is non-recoverable."
--#TYPE "Storage Management Event: Temperature Probe Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Temperature probe is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 105500
alertEEMIFanInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fan information."
--#TYPE "Storage Management Event: Fan Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fan information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 110100
alertEEMIFanNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fan has returned to normal."
--#TYPE "Storage Management Event: Fan Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fan has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 110200
alertEEMIFanWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fan warning."
--#TYPE "Storage Management Event: Fan Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Fan warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 110300
alertEEMIFanFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fan failure."
--#TYPE "Storage Management Event: Fan Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fan failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 110400
alertEEMIFanNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fan is non-recoverable."
--#TYPE "Storage Management Event: Fan Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fan is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 110500
alertEEMIBatteryInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Battery information."
--#TYPE "Storage Management Event: Battery Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Battery information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 115100
alertEEMIBatteryNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Battery has returned to normal."
--#TYPE "Storage Management Event: Battery Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Battery has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 115200
alertEEMIBatteryWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Battery warning."
--#TYPE "Storage Management Event: Battery Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Battery warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 115300
alertEEMIBatteryFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Battery failure."
--#TYPE "Storage Management Event: Battery Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Battery failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 115400
alertEEMIBatteryNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Battery is non-recoverable."
--#TYPE "Storage Management Event: Battery Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Battery is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 115500
alertEEMIVirtualDiskInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Virtual disk information."
--#TYPE "Storage Management Event: Virtual Disk Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Virtual disk information. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 120100
alertEEMIVirtualDiskNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Virtual disk has returned to normal."
--#TYPE "Storage Management Event: Virtual Disk Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Virtual disk has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 120200
alertEEMIVirtualDiskWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Virtual disk warning."
--#TYPE "Storage Management Event: Virtual Disk Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Virtual disk warning. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 120300
alertEEMIVirtualDiskFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Virtual disk failure."
--#TYPE "Storage Management Event: Virtual Disk Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Virtual disk failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 120400
alertEEMIVirtualDiskNonRecoverable TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Virtual disk is non-recoverable."
--#TYPE "Storage Management Event: Virtual Disk Non-recoverable"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Virtual disk is non-recoverable. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 120500
alertEEMIRedundancyNormal TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Redundancy has returned to normal."
--#TYPE "Storage Management Event: Redundancy Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Redundancy has returned to normal. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 130400
alertEEMIRedundancyDegraded TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Redundancy has been degraded."
--#TYPE "Storage Management Event: Redundancy Degraded"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Redundancy has been degraded. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 130500
alertEEMIRedundancyLost TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Redundancy has been lost."
--#TYPE "Storage Management Event: Redundancy Lost"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Redundancy has been lost. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 130600
alertEEMIFluidCacheDiskInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache Disk Information"
--#TYPE "Storage Management Event: Fluid Cache Disk Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Disk. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 140100
alertEEMIfluidCacheDiskWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache Disk warning."
--#TYPE "Storage Management Event: Fluid Cache Disk Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Fluid Cache Disk. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 140300
alertEEMIFluidCacheDisklFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache Disk failure."
--#TYPE "Storage Management Event: Fluid Cache Disk Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Disk. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 140400
alertEEMIVirtualDiskPartitionInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Virtual Disk Partition Information"
--#TYPE "Storage Management Event: Virtual Disk Partition Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Virtual Disk Partition. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 150100
alertEEMIVirtualDiskPartitionWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Virtual Disk Partition warning."
--#TYPE "Storage Management Event: Virtual Disk Partition Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Virtual Disk Partition. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 150300
alertEEMIVirtualDiskPartitionFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Virtual Disk Partition failure."
--#TYPE "Storage Management Event: Virtual Disk Partition Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Virtual Disk Partition Failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 150400
alertEEMIFluidCacheInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache Information"
--#TYPE "Storage Management Event: Fluid Cache Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fluid Cache. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 160100
alertEEMIfluidCacheWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache warning."
--#TYPE "Storage Management Event: Fluid Cache Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Fluid Cache. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 160300
alertEEMIFluidCacheFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache failure."
--#TYPE "Storage Management Event: Fluid Cache Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 160400
alertEEMIFluidCachePoolInformation TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache Pool Information"
--#TYPE "Storage Management Event: Fluid Cache Pool Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Pool. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS MANDATORY
::= 170100
alertEEMIfluidCachePoolWarning TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache Pool warning."
--#TYPE "Storage Management Event: Fluid Cache Pool Warning"
--#SEVERITY MINOR
--#SUMMARY "Alert message ID: %s, Fluid Cache Pool. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS MANDATORY
::= 170300
alertEEMIFluidCachePoolFailure TRAP-TYPE
ENTERPRISE storageManagementEvent
VARIABLES { messageIDEvent, descriptionEvent, locationEvent, objectNameEvent, objectOIDEvent,
objectNexusEvent, currentStatusEvent, previousStatusEvent, enhancedMessageIDEvent, systemFQDNEvent,
serviceTagEvent, chassisServiceTagEvent }
DESCRIPTION
"Fluid Cache Pool failure."
--#TYPE "Storage Management Event: Fluid Cache Pool Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Alert message ID: %s, Fluid Cache Pool Failure. %s, %s, %s"
--#ARGUMENTS { 0, 1, 2, 3 }
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS MANDATORY
::= 170400
END
--
-- dcstorag.mib
--