mibs/MIBS/dell/DELL-MM-MIB-SMIv2
2023-12-05 12:25:34 +01:00

10648 lines
429 KiB
Plaintext

--
-- Dell Management Module MIB
-- Management Information Base
--
-- This MIB is intended for use with the OpenManage Enterprise-Modular management software.
--
-- Note that the Dell Management Module MIB file is published in both types of SMI (Structure
-- of Managed Information). This copy of the Dell Management Module MIB file is the SMIv2 version of the MIB file.
--
-- Copyright (c) 2015-2021 Dell Inc. or its subsidiaries.
-- All Rights Reserved.
--
-- Last Changed Revision: 1
-- Last Changed Date: 2021-07-07 22:00:00 -0500 (Wed, 07 July 2021)
--
------------------------------------------------------------------------------
-- Begin MIB
------------------------------------------------------------------------------
DELL-MM-MIB-SMIv2 DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, enterprises
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString
FROM SNMPv2-TC
OBJECT-GROUP,NOTIFICATION-GROUP
FROM SNMPv2-CONF;
------------------------------------------------------------------------------
-- Textual Conventions
------------------------------------------------------------------------------
DellString ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"General string type."
SYNTAX OCTET STRING (SIZE (0..1023))
--
-- Management Module Types
--
DellMmType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Management Module Types."
SYNTAX INTEGER {
other(1), -- the MM type is not one of the following
unknown(2), -- the MM type is unknown
mxMM(3) -- MX Chassis (MM)
}
DellStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Status Information."
SYNTAX INTEGER {
other(1), -- the status of the object is not one of the following:
unknown(2), -- the status of the object is unknown
-- (not known or monitored)
ok(3), -- the status of the object is ok
nonCritical(4), -- the status of the object is warning, non-critical
critical(5), -- the status of the object is critical (failure)
nonRecoverable(6) -- the status of the object is non-recoverable (dead)
}
-------------------------------------------------------------------------------
-- DellPowerReading is a string representation of a floating point value,
-- having exactly 3 digits of precision, and a maximum of 31 characters.
--
-- DellChassisPowerIndexRange defines the possible chassis power instances
-- in this MIB.
--
-- DellPSUIndexRange defines the possible Power Supply Unit (PSU)
-- instances, per chassis power instance, in this MIB.
--
-- DellPSUCapable is an enumeration of PSU presence and/or monitoring
-- capabilities.
--
-- DellTemperatureReading is an integer value, expressed in degrees Celsius.
-------------------------------------------------------------------------------
DellPowerReading ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Power Reading."
SYNTAX OCTET STRING (SIZE (0..32))
DellPowerIndexRange ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Integer with a range of (1..1)."
SYNTAX INTEGER (1..1)
DellPSUIndexRange ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Integer with a range of (1..6)."
SYNTAX INTEGER (1..6)
DellPSUCapable ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Power Supply Information."
SYNTAX INTEGER {
absent(1), -- power supply is not present
none(2), -- no power monitoring abilities
basic(3) -- basic power monitoring abilities
}
DellTemperatureReading ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Temperature Reading."
SYNTAX INTEGER
-------------------------------------------------------------------------------
-- DellTimestamp is defined in the displayable format:
--
-- yyyymmddHHMMSS.uuuuuuDooo
--
-- where yyyy is the year, mm is the month number, dd is the day of the month,
-- HHMMSS are the hours, minutes and seconds, respectively, uuuuuu is the
-- number of microseconds, D is the UTC offset direction, and ooo is the
-- offset from UTC, in minutes.
--
-- Note: D is a plus (+) sign if east of UTC, and a minus (-) if west of UTC.
--
-- For example, Wednesday, May 25, 1994, at 1:30:15 PM EDT
-- would be represented as: 19940525133015.000000-300
-------------------------------------------------------------------------------
DellTimestamp ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Time Stamp."
SYNTAX OCTET STRING (SIZE (26))
-- MIB Objects and Tables --------------------------------------------------------
dell OBJECT IDENTIFIER ::= { enterprises 674 }
server3 OBJECT IDENTIFIER ::= { dell 10892 }
dmmOutOfBandGroup OBJECT IDENTIFIER ::= { server3 6 }
dmmInformationGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 1 }
dmmProductInfoGroup OBJECT IDENTIFIER ::= { dmmInformationGroup 1 }
dmmFirmwareGroup OBJECT IDENTIFIER ::= { dmmInformationGroup 2 }
dmmStatusGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 2 }
dmmChassisStatusGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 3 }
dmmStatusNowGroup OBJECT IDENTIFIER ::= { dmmChassisStatusGroup 1 }
dmmChassisPowerGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 4 }
DmmPowerTableEntry ::= SEQUENCE
{
dmmPowerChassisIndex DellPowerIndexRange,
dmmPowerIdlePower DellPowerReading,
dmmPowerKWhCumulative DellPowerReading,
dmmPowerKWhCumulativeTime DellTimestamp,
dmmPowerWattsPeakUsage DellPowerReading,
dmmPowerWattsPeakTime DellTimestamp,
dmmPowerWattsMinUsage DellPowerReading,
dmmPowerWattsMinTime DellTimestamp,
dmmPowerWattsReading DellPowerReading
}
DmmPSUTableEntry ::= SEQUENCE
{
dmmPSUChassisIndex DellPowerIndexRange,
dmmPSUIndex DellPSUIndexRange,
dmmPSULocation DellString,
dmmPSUState DellString,
dmmPSUType DellString,
dmmPSUCapacity DellPowerReading,
dmmPSUVoltage DellPowerReading,
dmmPSUCurrStatus DellStatus
}
dmmChassisAlert2Group OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 5 }
dmmChassisAlert2Variables OBJECT IDENTIFIER ::= { dmmChassisAlert2Group 1 }
dmmGenericAlertGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 6 }
dmmGenericAlertVariables OBJECT IDENTIFIER ::= { dmmGenericAlertGroup 1 }
dmmiDRACAlertGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 7 }
dmmNWIOMAlertGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 8 }
dmmSASIOMAlertGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 9 }
conformanceGroup OBJECT IDENTIFIER ::= { dmmOutOfBandGroup 10 }
conformanceMIBGroups OBJECT IDENTIFIER ::= { conformanceGroup 1 }
conformanceMIBnotificationGroup OBJECT IDENTIFIER ::= { conformanceGroup 2 }
-- Variables and Traps ------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- group: product information
-------------------------------------------------------------------------------
dmmProductInfoObjGroup OBJECT-GROUP
OBJECTS { dmmProductName, dmmProductShortName, dmmProductDescription, dmmProductManufacturer, dmmProductVersion,
dmmChassisServiceTag, dmmProductURL, dmmProductChassisAssetTag, dmmProductChassisName, dmmProductType,
dmmProductChassisDataCenter, dmmProductChassisAisle, dmmProductChassisRack, dmmProductChassisRackSlot,dmmProductChassisModel, dmmProductChassisExpressServiceCode, dmmProductChassisSystemID
}
STATUS current
DESCRIPTION
"A collection of objects providing information about the chassis management module."
::= { conformanceMIBGroups 1 }
dmmProductName OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the product name of a chassis management module."
::= { dmmProductInfoGroup 1 }
dmmProductShortName OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the short product name of a chassis management module. "
::= { dmmProductInfoGroup 2 }
dmmProductDescription OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the product description of a chassis management module. "
::= { dmmProductInfoGroup 3 }
dmmProductManufacturer OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the product manufacturer of a chassis management module. "
::= { dmmProductInfoGroup 4 }
dmmProductVersion OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the product version of a chassis management module. "
::= { dmmProductInfoGroup 5 }
dmmChassisServiceTag OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Service Tag of the chassis. "
::= { dmmProductInfoGroup 6 }
dmmProductURL OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the out-of-band UI URL of a chassis management module. "
::= { dmmProductInfoGroup 7 }
dmmProductChassisAssetTag OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Asset Tag of the chassis. "
::= { dmmProductInfoGroup 8 }
dmmProductChassisName OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the name of the chassis. "
::= { dmmProductInfoGroup 9 }
dmmProductType OBJECT-TYPE
SYNTAX DellMmType
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines type of a remote management module "
::= { dmmProductInfoGroup 10 }
dmmProductChassisDataCenter OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Data Center locator of the chassis. "
::= { dmmProductInfoGroup 11 }
dmmProductChassisAisle OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Aisle locator of the chassis. "
::= { dmmProductInfoGroup 12 }
dmmProductChassisRack OBJECT-TYPE
SYNTAX DellString
ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Rack locator of the chassis. "
::= { dmmProductInfoGroup 13 }
dmmProductChassisRackSlot OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Rack Slot locator of the chassis. "
::= { dmmProductInfoGroup 14 }
dmmProductChassisModel OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Model of the chassis."
::= { dmmProductInfoGroup 15 }
dmmProductChassisExpressServiceCode OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Express Service Code of the chassis."
::= { dmmProductInfoGroup 16 }
dmmProductChassisSystemID OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the System ID of the chassis."
::= { dmmProductInfoGroup 17 }
-------------------------------------------------------------------------------
-- group: firmware
-------------------------------------------------------------------------------
dmmFirmwareObjGroup OBJECT-GROUP
OBJECTS { dmmFirmwareVersion, dmmFirmwareVersion2
}
STATUS current
DESCRIPTION
"A collection of objects providing information about the chassis firmware version."
::= { conformanceMIBGroups 2 }
dmmFirmwareVersion OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the firmware version of chassis management module 1."
::= { dmmFirmwareGroup 1 }
dmmFirmwareVersion2 OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the firmware version of chassis management module 2."
::= { dmmFirmwareGroup 2 }
-------------------------------------------------------------------------------
-- group: chassis status
-------------------------------------------------------------------------------
dmmStatusObjGroup OBJECT-GROUP
OBJECTS { dmmGlobalSystemStatus
}
STATUS current
DESCRIPTION
"Object is providing information about the overall chassis status."
::= { conformanceMIBGroups 3 }
dmmGlobalSystemStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the overall chassis status
being monitored by the chassis management module."
::= { dmmStatusGroup 1 }
dmmStatusNowObjGroup OBJECT-GROUP
OBJECTS { dmmIOMCurrStatus, dmmRedCurrStatus, dmmPowerCurrStatus, dmmFanCurrStatus, dmmBladeCurrStatus,
dmmTempCurrStatus, dmmMMCurrStatus, dmmChassisFrontPanelAmbientTemperature
}
STATUS current
DESCRIPTION
"A collection of objects providing information about the chassis subsystem status."
::= { conformanceMIBGroups 4 }
dmmIOMCurrStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the IOM subsystem status
being monitored by the chassis management module."
::= { dmmStatusNowGroup 1 }
dmmRedCurrStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Redundancy status
being monitored by the chassis management module."
::= { dmmStatusNowGroup 2 }
dmmPowerCurrStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the power subsystem health status
being monitored by the chassis management module."
::= { dmmStatusNowGroup 3 }
dmmFanCurrStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Fan subsystem health status
being monitored by the chassis management module."
::= { dmmStatusNowGroup 4 }
dmmBladeCurrStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Blade subsystem health status
being monitored by the chassis management module."
::= { dmmStatusNowGroup 5 }
dmmTempCurrStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the Temp Sensor subsystem health status
being monitored by the chassis management module."
::= { dmmStatusNowGroup 6 }
dmmMMCurrStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the health status
being monitored by the chassis management module."
::= { dmmStatusNowGroup 7 }
dmmChassisFrontPanelAmbientTemperature OBJECT-TYPE
SYNTAX DellTemperatureReading
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the ambient temperature
reading (in degrees Celsius) for the chassis front panel module."
::= { dmmStatusNowGroup 8 }
-------------------------------------------------------------------------------
-- group: chassis power
-------------------------------------------------------------------------------
dmmChassisPowerObjGroup OBJECT-GROUP
OBJECTS { dmmPowerTable, dmmPSUTable
}
STATUS current
DESCRIPTION
"A collection of objects providing information about the chassis Power."
::= { conformanceMIBGroups 5 }
dmmPowerTable OBJECT-TYPE
SYNTAX SEQUENCE OF DmmPowerTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object defines the power table."
::= { dmmChassisPowerGroup 1 }
dmmPowerTableEntry OBJECT-TYPE
SYNTAX DmmPowerTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object defines the power table entry."
INDEX { dmmPowerChassisIndex }
::= { dmmPowerTable 1 }
dmmPSUTable OBJECT-TYPE
SYNTAX SEQUENCE OF DmmPSUTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object defines the PSU table."
::= { dmmChassisPowerGroup 2 }
dmmPSUTableEntry OBJECT-TYPE
SYNTAX DmmPSUTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object defines the PSU table entry."
INDEX { dmmPSUChassisIndex, dmmPSUIndex }
::= { dmmPSUTable 1 }
-------------------------------------------------------------------------------
-- table: power information
-------------------------------------------------------------------------------
dmmPowerTableObjEntry OBJECT-GROUP
OBJECTS { dmmPowerChassisIndex, dmmPowerIdlePower, dmmPowerKWhCumulative, dmmPowerKWhCumulativeTime, dmmPowerWattsPeakUsage,
dmmPowerWattsPeakTime, dmmPowerWattsMinUsage, dmmPowerWattsMinTime, dmmPowerWattsReading
}
STATUS current
DESCRIPTION
"A collection of objects providing information about the chassis Power Information."
::= { conformanceMIBGroups 6 }
dmmPowerChassisIndex OBJECT-TYPE
SYNTAX DellPowerIndexRange
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the index
(one-based) of the associated chassis."
::= { dmmPowerTableEntry 1 }
dmmPowerIdlePower OBJECT-TYPE
SYNTAX DellPowerReading
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the power (in Watts) required by
the chassis infrastructure, plus the sum of the minimum power requirements
for all currently powered-on servers."
::= { dmmPowerTableEntry 2 }
dmmPowerKWhCumulative OBJECT-TYPE
SYNTAX DellPowerReading
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the cumulative chassis power
usage (in KWh) since last reset."
::= { dmmPowerTableEntry 3 }
dmmPowerKWhCumulativeTime OBJECT-TYPE
SYNTAX DellTimestamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the timestamp of the most recent
chassis power accumulator reset."
::= { dmmPowerTableEntry 4 }
dmmPowerWattsPeakUsage OBJECT-TYPE
SYNTAX DellPowerReading
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the chassis peak power
usage (in Watts) since last reset."
::= { dmmPowerTableEntry 5 }
dmmPowerWattsPeakTime OBJECT-TYPE
SYNTAX DellTimestamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the timestamp of the most recent
chassis peak power usage."
::= { dmmPowerTableEntry 6 }
dmmPowerWattsMinUsage OBJECT-TYPE
SYNTAX DellPowerReading
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the chassis mimimum power
usage (in Watts) since last reset."
::= { dmmPowerTableEntry 7 }
dmmPowerWattsMinTime OBJECT-TYPE
SYNTAX DellTimestamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the timestamp of the most recent
chassis minimum power usage."
::= { dmmPowerTableEntry 8 }
dmmPowerWattsReading OBJECT-TYPE
SYNTAX DellPowerReading
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the instantaneous chassis power
usage (in Watts)."
::= { dmmPowerTableEntry 9 }
-------------------------------------------------------------------------------
-- table: PSU info
-------------------------------------------------------------------------------
dmmPSUTableObjEntry OBJECT-GROUP
OBJECTS { dmmPSUChassisIndex, dmmPSUIndex, dmmPSULocation, dmmPSUState, dmmPSUType,
dmmPSUCapacity, dmmPSUVoltage, dmmPSUCurrStatus
}
STATUS current
DESCRIPTION
"A collection of objects providing information about the chassis Power Supply."
::= { conformanceMIBGroups 7 }
dmmPSUChassisIndex OBJECT-TYPE
SYNTAX DellPowerIndexRange
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the index
(one-based) of the associated chassis."
::= { dmmPSUTableEntry 1 }
dmmPSUIndex OBJECT-TYPE
SYNTAX DellPSUIndexRange
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the index
(one-based) of the associated PSU."
::= { dmmPSUTableEntry 2 }
dmmPSULocation OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the location
of the PSU."
::= { dmmPSUTableEntry 3 }
dmmPSUState OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the enabled state of
of the PSU."
::= { dmmPSUTableEntry 4 }
dmmPSUType OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the type
of the PSU."
::= { dmmPSUTableEntry 5 }
dmmPSUCapacity OBJECT-TYPE
SYNTAX DellPowerReading
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the capacity in watts
of the PSU."
::= { dmmPSUTableEntry 6 }
dmmPSUVoltage OBJECT-TYPE
SYNTAX DellPowerReading
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the input voltage
of the PSU."
::= { dmmPSUTableEntry 7 }
dmmPSUCurrStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute defines the current status
of the PSU."
::= { dmmPSUTableEntry 8 }
-------------------------------------------------------------------------------
-- group: Chassis Alerts 2
-------------------------------------------------------------------------------
dmmChassisAlert2VariablesObj OBJECT-GROUP
OBJECTS { dmmCA2MessageID, dmmCA2Message, dmmCA2MessageArgs, dmmCA2AlertStatus, dmmCA2FQDD
}
STATUS current
DESCRIPTION
"A collection of objects providing information about the chassis Alerts."
::= { conformanceMIBGroups 8 }
dmmCA2MessageID OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Message ID of the alert."
::= { dmmChassisAlert2Variables 1 }
dmmCA2Message OBJECT-TYPE
SYNTAX DellString
ACCESS read-only
STATUS mandatory
DESCRIPTION "Message describing the alert."
::= { dmmChassisAlert2Variables 2 }
dmmCA2MessageArgs OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Concatenated set of strings representing any message arguments
that were used to construct the alert message. Each message
argument string is enclosed in double quotes, and there is a
comma after the ending double quote of each message argument
string, except the last one. Any double quotes found within a
message argument string were preprocessed and changed to single
quotes."
::= { dmmChassisAlert2Variables 3 }
dmmCA2AlertStatus OBJECT-TYPE
SYNTAX DellStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status of the alert."
::= { dmmChassisAlert2Variables 4 }
dmmCA2FQDD OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..512))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fully qualified device descriptor of device causing the alert."
::= { dmmChassisAlert2Variables 5 }
-------------------------------------------------------------------------------
-- group: Generic Alerts
-------------------------------------------------------------------------------
dmmGenericAlertVariablesObj OBJECT-GROUP
OBJECTS { dmmDeviceServiceTag, dmmCategoryName, dmmSubCategoryName, dmmSeverity
}
STATUS current
DESCRIPTION
"A collection of objects providing information about the chassis Alerts."
::= { conformanceMIBGroups 9 }
dmmDeviceServiceTag OBJECT-TYPE
SYNTAX DellString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Service tag of the device."
::= { dmmGenericAlertVariables 1 }
dmmCategoryName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..512))
ACCESS read-only
STATUS mandatory
DESCRIPTION "Category Name"
::= { dmmGenericAlertVariables 2 }
dmmSubCategoryName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..512))
ACCESS read-only
STATUS mandatory
DESCRIPTION "Sub Category Name"
::= { dmmGenericAlertVariables 3 }
dmmSeverity OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..512))
ACCESS read-only
STATUS mandatory
DESCRIPTION "Severity"
::= { dmmGenericAlertVariables 4 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Amperage Probe Traps
--
-- Category: System/1
-- Subcategory: AMP/16
------------------------------------------------------------------------------
dmmChassisAlert2NotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { alert2AmperageProbeNormal, alert2AmperageProbeWarning, alert2AmperageProbeFailure, alert2BatteryNormal,
alert2BatteryWarning, alert2BatteryFailure, alert2CableFailure, alert2CMCWarning, alert2CMCFailure, alert2FanInformation,
alert2FanWarning, alert2FanFailure, alert2HardwareConfigurationInformation, alert2HardwareConfigurationWarning,
alert2HardwareConfigurationFailure, alert2IOVirtualizationInformation, alert2IOVirtualizationWarning, alert2IOVirtualizationFailure,
alert2LinkStatusInformation, alert2LinkStatusWarning, alert2LinkStatusFailure, alert2PowerSupplyNormal, alert2PowerSupplyWarning,
alert2PowerSupplyFailure, alert2PowerSupplyAbsent, alert2PowerUsageInformation, alert2PowerUsageWarning, alert2PowerUsageFailure,
alert2RedundancyInformation, alert2RedundancyDegraded, alert2RedundancyLost, alert2SecurityInformation, alert2SecurityWarning,
alert2SecurityFailure, alert2SystemEventLogInformation, alert2SystemEventLogWarning, alert2SystemEventLogFailure,alert2SoftwareConfigurationInformation, alert2SoftwareConfigurationWarning, alert2SoftwareConfigurationFailure, alert2TemperatureProbeNormal, alert2TemperatureProbeWarning, alert2TemperatureProbeFailure, alert2VoltageProbeNormal,
alert2VoltageProbeWarning, alert2VoltageProbeFailure, alert2StorageBatteryInformation, alert2StorageBatteryWarning,
alert2StorageBatteryFailure, alert2StorageControllerInformation, alert2StorageControllerWarning, alert2StorageControllerFailure,
alert2StorageEnclosureInformation, alert2StorageEnclosureWarning, alert2StorageEnclosureFailure, alert2StorageFanInformation,
alert2StorageFanWarning, alert2StorageFanFailure, alert2StoragePhysicalDiskInformation, alert2StoragePhysicalDiskWarning,
alert2StoragePhysicalDiskFailure, alert2StoragePowerSupplyInformation, alert2StoragePowerSupplyWarning, alert2StoragePowerSupplyFailure,
alert2StorageSecurityInformation, alert2StorageSecurityWarning, alert2StorageSecurityFailure, alert2StorageManagementInformation,
alert2StorageManagementWarning, alert2StorageManagementFailure, alert2StorageTemperatureProbeInformation, alert2StorageTemperatureProbeWarning, alert2StorageTemperatureProbeFailure, alert2StorageVirtualDiskInformation,
alert2StorageVirtualDiskWarning, alert2StorageVirtualDiskFailure, alert2SoftwareChangeUpdateWarning, alert2CMCAuditInformation,
alert2CMCAuditWarning, alert2CMCAuditFailure, alert2IOVirtualizationAuditWarning, alert2LicenseInformation,
alert2LicenseWarning, alert2LicenseFailure, alert2PCIDeviceAuditWarning, alert2PowerSupplyAuditWarning,
alert2PowerSupplyAuditFailure, alert2PowerUsageAuditInformation, alert2PowerUsageAuditWarning, alert2PowerUsageAuditFailure,
alert2SoftwareChangeAuditFailure, alert2IOVConfigurationInformation, alert2IOVConfigurationWarning,
alert2PCIDeviceConfigurationInformation, alert2SWCConfigurationWarning, alert2SWCConfigurationFailure, alert2CMCTestTrap, alert851138RCPRestoreInformational, alert851139RCPRestoreCritical, alert856129DeviceStateInformational, alert856130DeviceStateCritical, alert856131DeviceStateCritical, alert856132DeviceStateInformational, alert856133DeviceStateInformational, alert856134DeviceStateInformational, alert856172DeviceStateInformational, alert856173DeviceStateCritical, alert856174DeviceStateCritical, alert856175DeviceStateWarning}
STATUS current
DESCRIPTION
"The two notifications which an SNMPv2 entity is required to
implement."
::= { conformanceMIBnotificationGroup 1 }
alert2AmperageProbeNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag }
STATUS current
DESCRIPTION
"Current sensor reading is within range."
--#TYPE "System: Amperage Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2179 }
alert2AmperageProbeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Current sensor has detected a warning value."
--#TYPE "System: Amperage Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2178 }
alert2AmperageProbeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Current sensor has detected a failure value."
--#TYPE "System: Amperage Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2177 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Battery Traps
--
-- Category: System/1
-- Subcategory: BAT/22
------------------------------------------------------------------------------
alert2BatteryNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Battery state has returned to normal;
or battery presence had been detected."
--#TYPE "System: Battery Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2227 }
alert2BatteryWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Battery is low."
--#TYPE "System: Battery Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2226 }
alert2BatteryFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Battery has failed or battery is absent."
--#TYPE "System: Battery Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2225 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Cable Traps
--
-- Category: System/1
-- Subcategory: CBL/43
------------------------------------------------------------------------------
alert2CableFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Cable failure."
--#TYPE "System: Cable Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2393 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Traps
--
-- Category: System/1
-- Subcategory: MM/62
------------------------------------------------------------------------------
alert2CMCWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Chassis Management Module detected a warning."
--#TYPE "System: Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2546 }
alert2CMCFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Chassis Management Module detected an error."
--#TYPE "System: Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2545 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Fan Traps
--
-- Category: System/1
-- Subcategory: FAN/13
------------------------------------------------------------------------------
alert2FanInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Fan information."
--#TYPE "System: Fan Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2155 }
alert2FanWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Fan warning."
--#TYPE "System: Fan Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2154 }
alert2FanFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Fan failure."
--#TYPE "System: Fan Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2153 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Hardware Configuration Traps
--
-- Category: System/1
-- Subcategory: HWC/35
------------------------------------------------------------------------------
alert2HardwareConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Hardware configuration information."
--#TYPE "System: Hardware Configuration Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2331 }
alert2HardwareConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Hardware configuration warning."
--#TYPE "System: Hardware Configuration Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2330 }
alert2HardwareConfigurationFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Hardware configuration failure or critical event."
--#TYPE "System: Hardware Configuration Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2329 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: IO Virtualization Traps
--
-- Category: System/1
-- Subcategory: IOV/63
------------------------------------------------------------------------------
alert2IOVirtualizationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"IO Virtualization information."
--#TYPE "System: IO Virtualization Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2555 }
alert2IOVirtualizationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"IO Virtualization warning."
--#TYPE "System: IO Virtualization Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2554 }
alert2IOVirtualizationFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"IO Virtualization failure or critical event."
--#TYPE "System: IO Virtualization Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2553 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Link Status Traps
--
-- Category: System/1
-- Subcategory: LNK/25
------------------------------------------------------------------------------
alert2LinkStatusInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Link status information."
--#TYPE "System: Link Status Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2251 }
alert2LinkStatusWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Link status warning."
--#TYPE "System: Link Status Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2250 }
alert2LinkStatusFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Link status failure or critical event."
--#TYPE "System: Link Status Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2249 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Power Supply Traps
--
-- Category: System/1
-- Subcategory: PSU/17
------------------------------------------------------------------------------
alert2PowerSupplyNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power supply has returned to normal."
--#TYPE "System: Power Supply Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2187 }
alert2PowerSupplyWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power supply has detected a warning."
--#TYPE "System: Power Supply Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2186 }
alert2PowerSupplyFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power supply has detected a failure."
--#TYPE "System: Power Supply Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2185 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Power Supply Absent Traps
--
-- Category: System/1
-- Subcategory: PSUA/52
------------------------------------------------------------------------------
alert2PowerSupplyAbsent NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power supply is absent."
--#TYPE "System: Power Supply Absent"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2465 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Power Usage Traps
--
-- Category: System/1
-- Subcategory: PWR/28
------------------------------------------------------------------------------
alert2PowerUsageInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power usage information."
--#TYPE "System: Power Usage Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2275 }
alert2PowerUsageWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power usage warning."
--#TYPE "System: Power Usage Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2274 }
alert2PowerUsageFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power usage failure."
--#TYPE "System: Power Usage Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2273 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Redundancy Traps
--
-- Category: System/1
-- Subcategory: RDU/53
------------------------------------------------------------------------------
alert2RedundancyInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Redundancy information."
--#TYPE "System: Redundancy Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2475 }
alert2RedundancyDegraded NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Redundancy is degraded."
--#TYPE "System: Redundancy Degraded"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2474 }
alert2RedundancyLost NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Redundancy is lost."
--#TYPE "System: Redundancy Lost"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2473 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Security Event Traps
--
-- Category: System/1
-- Subcategory: SEC/42
------------------------------------------------------------------------------
alert2SecurityInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Security information."
--#TYPE "System: Security Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2387 }
alert2SecurityWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Security warning."
--#TYPE "System: Security Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2386 }
alert2SecurityFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Security failure or critical event."
--#TYPE "System: Security Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2385 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: System Event Log Traps
--
-- Category: System/1
-- Subcategory: SEL/41
------------------------------------------------------------------------------
alert2SystemEventLogInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"System Event Log information."
--#TYPE "System: System Event Log Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2379 }
alert2SystemEventLogWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"System Event Log warning."
--#TYPE "System: System Event Log Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2378 }
alert2SystemEventLogFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"System Event Log failure or critical event."
--#TYPE "System: System Event Log Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2377 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Software Configuration Traps
--
-- Category: System/1
-- Subcategory: SWC/36
------------------------------------------------------------------------------
alert2SoftwareConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Software configuration information."
--#TYPE "System: Software Configuration Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2339 }
alert2SoftwareConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Software configuration warning."
--#TYPE "System: Software Configuration Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2338 }
alert2SoftwareConfigurationFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Software configuration failure."
--#TYPE "System: Software Configuration Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2337 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Temperature Probe Traps
--
-- Category: System/1
-- Subcategory: TMP/14
------------------------------------------------------------------------------
alert2TemperatureProbeNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Temperature sensor value is within range."
--#TYPE "System: Temperature Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2163 }
alert2TemperatureProbeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Temperature sensor has detected a warning value."
--#TYPE "System: Temperature Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2162 }
alert2TemperatureProbeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Temperature sensor has detected a failure value."
--#TYPE "System: Temperature Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2161 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: System: Voltage Probe Traps
--
-- Category: System/1
-- Subcategory: VLT/15
------------------------------------------------------------------------------
alert2VoltageProbeNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Voltage sensor reading is within range."
--#TYPE "System: Voltage Normal"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 2171 }
alert2VoltageProbeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Voltage sensor has detected a warning value."
--#TYPE "System: Voltage Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2170 }
alert2VoltageProbeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Voltage sensor has detected a failure value."
--#TYPE "System: Voltage Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 2169 }
-------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Battery Traps
--
-- Category: Storage/2
-- Subcategory: BAT/22
-------------------------------------------------------------------------------
alert2StorageBatteryInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Battery information."
--#TYPE "Storage: Battery Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4275 }
alert2StorageBatteryWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Battery warning."
--#TYPE "Storage: Battery Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4274 }
alert2StorageBatteryFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Battery failure."
--#TYPE "Storage: Battery Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4273 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Controller Traps
--
-- Category: Storage/2
-- Subcategory: CTL/29
------------------------------------------------------------------------------
alert2StorageControllerInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Controller information."
--#TYPE "Storage: Controller Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4331 }
alert2StorageControllerWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Controller warning."
--#TYPE "Storage: Controller Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4330 }
alert2StorageControllerFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Controller failure."
--#TYPE "Storage: Controller Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4329 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Enclosure Traps
--
-- Category: Storage/2
-- Subcategory: ENC/30
------------------------------------------------------------------------------
alert2StorageEnclosureInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Enclosure information."
--#TYPE "Storage: Enclosure Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4339 }
alert2StorageEnclosureWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Enclosure warning."
--#TYPE "Storage: Enclosure Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4338 }
alert2StorageEnclosureFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Enclosure failure."
--#TYPE "Storage: Enclosure Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4337 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Fan Traps
--
-- Category: Storage/2
-- Subcategory: FAN/13
------------------------------------------------------------------------------
alert2StorageFanInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Fan information."
--#TYPE "Storage: Fan Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4203 }
alert2StorageFanWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Fan warning."
--#TYPE "Storage: Fan Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4202 }
alert2StorageFanFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Fan failure."
--#TYPE "Storage: Fan Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4201 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Physical Disk Traps
--
-- Category: Storage/2
-- Subcategory: PDR/31
------------------------------------------------------------------------------
alert2StoragePhysicalDiskInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Physical disk information."
--#TYPE "Storage: Physical Disk Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4347 }
alert2StoragePhysicalDiskWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Physical disk warning."
--#TYPE "Storage: Physical Disk Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4346 }
alert2StoragePhysicalDiskFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Physical disk failure."
--#TYPE "Storage: Physical Disk Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4345 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Power Supply Traps
--
-- Category: Storage/2
-- Subcategory: PSU/17
------------------------------------------------------------------------------
alert2StoragePowerSupplyInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Power supply information."
--#TYPE "Storage: Power Supply Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4235 }
alert2StoragePowerSupplyWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Power supply warning."
--#TYPE "Storage: Power Supply Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4234 }
alert2StoragePowerSupplyFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Power supply failure."
--#TYPE "Storage: Power Supply Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4233 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Security Event Traps
--
-- Category: Storage/2
-- Subcategory: SEC/42
------------------------------------------------------------------------------
alert2StorageSecurityInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Security information."
--#TYPE "Storage: Security Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4435 }
alert2StorageSecurityWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Security warning."
--#TYPE "Storage: Security Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4434 }
alert2StorageSecurityFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Security failure or critical event."
--#TYPE "Storage: Security Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4433 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Storage Management Status Traps
--
-- Category: Storage/2
-- Subcategory: STOR/10
------------------------------------------------------------------------------
alert2StorageManagementInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Management information.
There is no global status change associated with this trap."
--#TYPE "Storage: Storage Management Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4179 }
alert2StorageManagementWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Management has detected a device independent warning
condition. There is no global status change associated with this
trap."
--#TYPE "Storage: Storage Management Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4178 }
alert2StorageManagementFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Management has detected a device independent error condition.
There is no global status change associated with this trap."
--#TYPE "Storage: Storage Management Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4177 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Temperature Probe Traps
--
-- Category: Storage/2
-- Subcategory: TMP/14
------------------------------------------------------------------------------
alert2StorageTemperatureProbeInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Temperature probe information."
--#TYPE "Storage: Temperature Probe Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4211 }
alert2StorageTemperatureProbeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Temperature probe warning."
--#TYPE "Storage: Temperature Probe Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4210 }
alert2StorageTemperatureProbeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Temperature probe failure."
--#TYPE "Storage: Temperature Probe Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4209 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Storage: Virtual Disk Traps
--
-- Category: Storage/2
-- Subcategory: VDR/32
------------------------------------------------------------------------------
alert2StorageVirtualDiskInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Virtual disk information."
--#TYPE "Storage: Virtual Disk Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 4355 }
alert2StorageVirtualDiskWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Virtual disk warning."
--#TYPE "Storage: Virtual Disk Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 4354 }
alert2StorageVirtualDiskFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Storage Virtual disk failure."
--#TYPE "Storage: Virtual Disk Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE FAILED
--#STATUS current
::= { dmmChassisAlert2Group 0 4353 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Updates: Software Change Traps
--
-- Category: Updates/3
-- Subcategory: SWU/21
------------------------------------------------------------------------------
alert2SoftwareChangeUpdateWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Software change update warning."
--#TYPE "Updates: Software Change Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 6314 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Audit: Traps
--
-- Category: Audit/4
-- Subcategory: /62
------------------------------------------------------------------------------
alert2CMCAuditInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Chassis Management Module audit information."
--#TYPE "Audit: Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 8691 }
alert2CMCAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Chassis Management Module audit warning."
--#TYPE "Audit: Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8690 }
alert2CMCAuditFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Chassis Management Module audit failure or critical event."
--#TYPE "Audit: Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8689 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Audit: IO Virtualization Traps
--
-- Category: Audit/4
-- Subcategory: IOV/63
------------------------------------------------------------------------------
alert2IOVirtualizationAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"IO Virtualization audit warning."
--#TYPE "Audit: IO Virtualization Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8698 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Audit: License Traps
--
-- Category: Audit/4
-- Subcategory: LIC/40
------------------------------------------------------------------------------
alert2LicenseInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"License information."
--#TYPE "Audit: License Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 8515 }
alert2LicenseWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"License warning."
--#TYPE "Audit: License Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8514 }
alert2LicenseFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"License failure."
--#TYPE "Audit: License Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8513 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Audit: PCI Device Traps
--
-- Category: Audit/4
-- Subcategory: PCI/46
------------------------------------------------------------------------------
alert2PCIDeviceAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"PCI device audit warning."
--#TYPE "Audit: PCI Device Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8562 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Audit: Power Supply Traps
--
-- Category: Audit/4
-- Subcategory: PSU/17
------------------------------------------------------------------------------
alert2PowerSupplyAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power Supply audit warning."
--#TYPE "Audit: Power Supply Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8330 }
alert2PowerSupplyAuditFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power Supply audit failure or critical event."
--#TYPE "Audit: Power Supply Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8329 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Audit: Power Usage Traps
--
-- Category: Audit/4
-- Subcategory: PWR/28
------------------------------------------------------------------------------
alert2PowerUsageAuditInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power usage audit information."
--#TYPE "Audit: Power Usage Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 8419 }
alert2PowerUsageAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power usage audit warning."
--#TYPE "Audit: Power Usage Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8418 }
alert2PowerUsageAuditFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Power usage audit failure or critical event."
--#TYPE "Audit: Power Usage Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8417 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Audit: Software Change Traps
--
-- Category: Audit/4
-- Subcategory: SWU/21
------------------------------------------------------------------------------
alert2SoftwareChangeAuditFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Software change audit failure or critical event."
--#TYPE "Audit: Software Change Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 8361 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Configuration: IO Virtualization Traps
--
-- Category: Configuration/5
-- Subcategory: IOV/63
------------------------------------------------------------------------------
alert2IOVConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"IO Virtualization configuration information."
--#TYPE "Configuration: IO Virtualization Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 10747 }
alert2IOVConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"IO Virtualization configuration warning."
--#TYPE "Configuration: IO Virtualization Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 10746 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Configuration: PCI Device Traps
--
-- Category: Configuration/5
-- Subcategory: PCI/46
------------------------------------------------------------------------------
alert2PCIDeviceConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"PCI device configuration information."
--#TYPE "Configuration: PCI Device Information"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 10611 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Configuration: Software Configuration Traps
--
-- Category: Configuration/5
-- Subcategory: SWC/36
------------------------------------------------------------------------------
alert2SWCConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Software configuration warning."
--#TYPE "Configuration: Software Configuration Warning"
--#SEVERITY MINOR
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Status Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 10530 }
alert2SWCConfigurationFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Software configuration failure."
--#TYPE "Configuration: Software Configuration Failure"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d, Device FQDD: %s,"
--#SUMMARY "Chassis Service Tag: %s, Chassis Name: %s"
--#ARGUMENTS {0, 1, 3, 4, 6, 5}
--#CATEGORY "Error Events"
--#STATE DEGRADED
--#STATUS current
::= { dmmChassisAlert2Group 0 10529 }
------------------------------------------------------------------------------
-- Chassis Alerts 2: Configuration: Test Traps
--
-- Category: Configuration/5
-- Subcategory: TST/19
------------------------------------------------------------------------------
alert2CMCTestTrap NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmCA2FQDD,
dmmProductChassisName,
dmmChassisServiceTag}
STATUS current
DESCRIPTION
"Test trap generated in response to a user request."
--#TYPE "Configuration: Test Trap"
--#SEVERITY INFORMATIONAL
--#SUMMARY "%s"
--#ARGUMENTS {1}
--#CATEGORY "Status Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 10395 }
dmmGenericAlertNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { alertGenericCritical, alertGenericWarning, alertGenericNormal,
alertGenericInformational, alertGenericTestTrapEvent, alertAuditCritical, alertAuditWarning, alertAuditNormal, alertAuditInformational }
STATUS current
DESCRIPTION
"The two notifications which an SNMPv2 entity is required to
implement."
::= { conformanceMIBnotificationGroup 2 }
dmmiDRACAlertNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { iDRAC10267alertJobControlConfigurationInformation, iDRAC10298alertPRDeviceDetectionWarning, iDRAC10395alertTestTrapEvent, iDRAC10529alertSWCConfigurationFailure, iDRAC10530alertSWCConfigurationWarning, iDRAC10531alertSWCConfigurationInformation, iDRAC10547alertIPAddressConfigurationInformation, iDRAC10578alertSecurityConfigurationWarning, iDRAC10611alertPCIDeviceConfigurationInformation, iDRAC10627alertSystemConfigurationChangeInformation, iDRAC10635alertAutoDiscoveryInformation, iDRAC10770alertNetworkConfigurationWarning, iDRAC10771alertNetworkConfigurationInformation, iDRAC11274alertSDKConfigurationWarning, iDRAC11275alertSDKConfigurationInformation, iDRAC2089alertNetworkFailure, iDRAC2090alertNetworkWarning, iDRAC2091alertNetworkInformation, iDRAC2153alertFanFailure, iDRAC2154alertFanWarning, iDRAC2155alertFanInformation, iDRAC2161alertTemperatureProbeFailure, iDRAC2162alertTemperatureProbeWarning, iDRAC2163alertTemperatureProbeNormal, iDRAC2169alertVoltageProbeFailure, iDRAC2170alertVoltageProbeWarning, iDRAC2171alertVoltageProbeNormal, iDRAC2177alertAmperageProbeFailure, iDRAC2178alertAmperageProbeWarning, iDRAC2179alertAmperageProbeNormal, iDRAC2185alertPowerSupplyFailure, iDRAC2186alertPowerSupplyWarning, iDRAC2187alertPowerSupplyNormal, iDRAC2209alertIntegratedDualSDModuleFailure, iDRAC2210alertIntegratedDualSDModuleWarning, iDRAC2211alertIntegratedDualSDModuleInformation, iDRAC2225alertBatteryFailure, iDRAC2226alertBatteryWarning, iDRAC2227alertBatteryNormal, iDRAC2233alertAutomaticSystemRecovery, iDRAC2241alertProcessorDeviceStatusFailure, iDRAC2242alertProcessorDeviceStatusWarning, iDRAC2243alertProcessorDeviceStatusNormal, iDRAC2249alertLinkStatusFailure, iDRAC2250alertLinkStatusWarning, iDRAC2251alertLinkStatusInformation, iDRAC2265alertMemoryDeviceFailure, iDRAC2266alertMemoryDeviceWarning, iDRAC2267alertMemoryDeviceInformation, iDRAC2273alertPowerUsageFailure, iDRAC2274alertPowerUsageWarning, iDRAC2275alertPowerUsageInformation, iDRAC2297alertPhysicalDiskFailure, iDRAC2298alertPhysicalDiskWarning, iDRAC2299alertPhysicalDiskInformation, iDRAC2329alertHardwareConfigurationFailure, iDRAC2330alertHardwareConfigurationWarning, iDRAC2331alertHardwareConfigurationInformation, iDRAC2337alertSoftwareConfigurationFailure, iDRAC2338alertSoftwareConfigurationWarning, iDRAC2339alertSoftwareConfigurationInformation, iDRAC2377alertSystemEventLogFailure, iDRAC2378alertSystemEventLogWarning, iDRAC2379alertSystemEventLogInformation, iDRAC2385alertSecurityFailure, iDRAC2386alertSecurityWarning, iDRAC2387alertSecurityInformation, iDRAC2393alertCableFailure, iDRAC2409alertOSFailure, iDRAC2411alertOSInformation, iDRAC2417alertPCIDeviceFailure, iDRAC2418alertPCIDeviceWarning, iDRAC2419alertPCIDeviceInformation, iDRAC2425alertBiosPostFailure, iDRAC2433alertInternaliDRACMemoryUnresponsive, iDRAC2435alertServerIdleTime, iDRAC2457alertProcessorDeviceAbsent, iDRAC2465alertPowerSupplyAbsent, iDRAC2473alertRedundancyLost, iDRAC2474alertRedundancyDegraded, iDRAC2475alertRedundancyInformation, iDRAC2481alertIntegratedDualSDModuleAbsent, iDRAC2489alertIntegratedDualSDModuleRedundancyLost, iDRAC2490alertIntegratedDualSDModuleRedundancyDegraded, iDRAC2491alertIntegratedDualSDModuleRedundancyInformation, iDRAC2505alertvFlashMediaDeviceFailure, iDRAC2506alertvFlashMediaDeviceWarning, iDRAC2507alertvFlashMediaDeviceInformation, iDRAC2515alertvFlashMediaDeviceAbsent, iDRAC2521alertTemperatureStatisticsFailure, iDRAC2522alertTemperatureStatisticsWarning, iDRAC2531alertRACInformation, iDRAC2537alertFiberChannelFailure, iDRAC2538alertFiberChannelWarning, iDRAC2539alertFiberChannelInformation, iDRAC2545alertCMCFailure, iDRAC2546alertCMCWarning, iDRAC2553alertIOVirtualizationFailure, iDRAC2650alertSystemPerformanceWarning, iDRAC3049alertLiquidCoolingLeakFailure, iDRAC3050alertLiquidCoolingLeakWarning, iDRAC3051alertLiquidCoolingLeakInformational, iDRAC3082alertSDKSystemWarning, iDRAC3083alertSDKSystemInformational, iDRAC4177alertStorageManagementFailure, iDRAC4178alertStorageManagementWarning, iDRAC4179alertStorageManagementInformation, iDRAC4201alertStorageFanFailure, iDRAC4202alertStorageFanWarning, iDRAC4203alertStorageFanInformation, iDRAC4209alertStorageTemperatureProbeFailure, iDRAC4210alertStorageTemperatureProbeWarning, iDRAC4211alertStorageTemperatureProbeInformation, iDRAC4233alertStoragePowerSupplyFailure, iDRAC4234alertStoragePowerSupplyWarning, iDRAC4235alertStoragePowerSupplyInformation, iDRAC4273alertStorageBatteryFailure, iDRAC4274alertStorageBatteryWarning, iDRAC4275alertStorageBatteryInformation, iDRAC4329alertStorageControllerFailure, iDRAC4330alertStorageControllerWarning, iDRAC4331alertStorageControllerInformation, iDRAC4337alertStorageEnclosureFailure, iDRAC4338alertStorageEnclosureWarning, iDRAC4339alertStorageEnclosureInformation, iDRAC4345alertStoragePhysicalDiskFailure, iDRAC4346alertStoragePhysicalDiskWarning, iDRAC4347alertStoragePhysicalDiskInformation, iDRAC4353alertStorageVirtualDiskFailure, iDRAC4354alertStorageVirtualDiskWarning, iDRAC4355alertStorageVirtualDiskInformation, iDRAC4370alertStorageSolidstateDrive, iDRAC4433alertStorageSecurityFailure, iDRAC4434alertStorageSecurityWarning, iDRAC4435alertStorageSecurityInformation, iDRAC4761alertStorageSoftwareDefinedSubSystemFailure, iDRAC4762alertStorageSoftwareDefinedSubSystemWarning, iDRAC6211alertUpdateJobInformation, iDRAC6314alertSoftwareChangeUpdateWarning, iDRAC8305alertTemperatureProbeChangeFailure, iDRAC8306alertTemperatureProbeReadWarning, iDRAC8329alertPowerSupplyAuditFailure, iDRAC8330alertPowerSupplyAuditWarning, iDRAC8417alertPowerUsageAuditFailure, iDRAC8418alertPowerUsageAuditWarning, iDRAC8419alertPowerUsageAuditInformation, iDRAC8474alertHWCAuditWarning, iDRAC8475alertHWCAuditInformation, iDRAC8490alertUserTrackingWarning, iDRAC8499alertiDRACIPAddressChange, iDRAC8513alertLicenseFailure, iDRAC8514alertLicenseWarning, iDRAC8515alertLicenseInformation, iDRAC8562alertPCIDeviceAuditWarning, iDRAC8579alertSystemPowerStateChangeInformation, iDRAC8594alertDebugWarning, iDRAC8595alertDebugInformation, iDRAC8674alertRacConfigurationChangewarning, iDRAC8675alertRacConfigurationChangeInformation, iDRAC8689alertCMCAuditFailure, iDRAC8690alertCMCAuditWarning, iDRAC8691alertCMCAuditInformation }
STATUS current
DESCRIPTION
"The two notifications which an SNMPv2 entity is required to
implement."
::= { conformanceMIBnotificationGroup 3 }
dmmNWIOMAlertNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { nwIOM980021AlertFabricInformational, nwIOM980022AlertFabricWarning, nwIOM980023AlertFabricCritical, nwIOM980024AlertFabricInformational, nwIOM980025AlertFabricWarning, nwIOM980026AlertFabricInformational, nwIOM980027AlertFabricInformational, nwIOM980028AlertFabricInformational, nwIOM980029AlertFabricCritical, nwIOM980030AlertFabricInformational, nwIOM980031AlertFabricInformational, nwIOM980032AlertFabricInformational, nwIOM990001AlertInterfaceInformational, nwIOM990002AlertInterfaceWarning, nwIOM1000001AlertLinkInformational, nwIOM1000002AlertLinkWarning, nwIOM1010001AlertNodeInformational, nwIOM1010002AlertNodeWarning, nwIOM1010003AlertNodeInformational, nwIOM1010004AlertNodeWarning, nwIOM1010005AlertNodeInformational, nwIOM1010006AlertNodeWarning, nwIOM1010007AlertNodeWarning, nwIOM1020001AlertServerInformational, nwIOM1020002AlertServerWarning, nwIOM1020003AlertServerInformational, nwIOM1020004AlertServerWarning, nwIOM1020005AlertServerInformational, nwIOM1020006AlertServerWarning, nwIOM1020007AlertServerInformational, nwIOM1020008AlertServerWarning, nwIOM1052505AlertRESTInformational, nwIOM1052506AlertRESTInformational }
STATUS current
DESCRIPTION
"The two notifications which an SNMPv2 entity is required to
implement."
::= { conformanceMIBnotificationGroup 4 }
dmmSASIOMAlertNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { sasIOM1120001AlertHealthCritical, sasIOM1120002AlertHealthInformational, sasIOM1120003AlertHealthCritical, sasIOM1120004AlertHealthInformational, sasIOM1120005AlertHealthWarning, sasIOM1120006AlertHealthInformational, sasIOM1120007AlertHealthWarning, sasIOM1120008AlertHealthWarning, sasIOM1120009AlertHealthInformational, sasIOM1120010AlertHealthWarning, sasIOM1120011AlertHealthInformational, sasIOM1120012AlertHealthWarning, sasIOM1120013AlertHealthInformational, sasIOM1120016AlertHealthWarning, sasIOM1120017AlertHealthInformational, sasIOM1120018AlertHealthWarning, sasIOM1120019AlertHealthInformational, sasIOM1120020AlertHealthInformational, sasIOM1120021AlertHealthInformational, sasIOM1120022AlertHealthInformational, sasIOM1120023AlertHealthInformational, sasIOM1120024AlertHealthInformational, sasIOM1120025AlertHealthCritical, sasIOM1120026AlertHealthInformational, sasIOM1120027AlertHealthCritical, sasIOM1120028AlertHealthInformational, sasIOM1120029AlertHealthWarning, sasIOM1120030AlertHealthWarning, sasIOM1120031AlertHealthCritical, sasIOM1120032AlertHealthInformational, sasIOM1120033AlertHealthCritical, sasIOM1120034AlertHealthInformational, sasIOM1120035AlertHealthInformational, sasIOM1120036AlertHealthInformational, sasIOM1120039AlertHealthWarning, sasIOM1120040AlertHealthCritical, sasIOM1120041AlertHealthCritical, sasIOM1120042AlertConfigurationCritical, sasIOM1120069AlertHealthInformational, sasIOM1120072AlertHealthWarning }
STATUS current
DESCRIPTION
"The two notifications which an SNMPv2 entity is required to
implement."
::= { conformanceMIBnotificationGroup 5 }
------------------------------------------------------------------------------
-- Alert 1: Internal: Internal MM Traps
--
-- Category: Internal/1
-- Subcategory: Internal/1
------------------------------------------------------------------------------
alertGenericCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"MM generic critical system alert."
--#TYPE "Internal: MM System Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Internal Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmGenericAlertGroup 0 100 }
------------------------------------------------------------------------------
-- MM Alert 2: Internal: Internal MM Traps
--
-- Category: Internal/1
-- Subcategory: Internal/2
------------------------------------------------------------------------------
alertGenericWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"MM generic warning system alert."
--#TYPE "Internal: MM System Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Internal Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmGenericAlertGroup 0 200 }
------------------------------------------------------------------------------
-- MM Alert 3: Internal: Internal MM Traps
--
-- Category: Internal/1
-- Subcategory: Internal/3
------------------------------------------------------------------------------
alertGenericNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"MM generic normal system alert."
--#TYPE "Internal: MM System Alert"
--#SEVERITY NORMAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Internal Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmGenericAlertGroup 0 300 }
------------------------------------------------------------------------------
-- MM Alert 4: Internal: Internal MM Traps
--
-- Category: Internal/1
-- Subcategory: Internal/4
------------------------------------------------------------------------------
alertGenericInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"MM generic information system alert."
--#TYPE "Internal: MM System Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Internal Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmGenericAlertGroup 0 400 }
------------------------------------------------------------------------------
-- MM Alert 5: Internal: Internal MM Traps
--
-- Category: Internal/1
-- Subcategory: Internal/5
------------------------------------------------------------------------------
alertGenericTestTrapEvent NOTIFICATION-TYPE
OBJECTS { dmmCA2Message
}
STATUS current
DESCRIPTION
"MM Generated a test trap event in response to a user request."
--#TYPE "Internal: Dell MM Test TRAP Event"
--#SEVERITY INFORMATIONAL
--#SUMMARY "%s"
--#ARGUMENTS {0}
--#CATEGORY "Status Events"
::= { dmmGenericAlertGroup 0 500 }
------------------------------------------------------------------------------
-- Alert 6: Internal: Internal MM Audit Traps
--
-- Category: Internal/1
-- Subcategory: Internal/6
------------------------------------------------------------------------------
alertAuditCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"MM audit critical system alert."
--#TYPE "Internal: MM System Audit Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Internal Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmGenericAlertGroup 0 600 }
------------------------------------------------------------------------------
-- MM Alert 7: Internal: Internal MM Audit Traps
--
-- Category: Internal/1
-- Subcategory: Internal/7
------------------------------------------------------------------------------
alertAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"MM audit warning system alert."
--#TYPE "Internal: MM System Audit Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Internal Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmGenericAlertGroup 0 700 }
------------------------------------------------------------------------------
-- MM Alert 8: Internal: Internal MM Audit Traps
--
-- Category: Internal/1
-- Subcategory: Internal/8
------------------------------------------------------------------------------
alertAuditNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"MM audit normal system alert."
--#TYPE "Internal: MM System Audit Alert"
--#SEVERITY NORMAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Internal Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmGenericAlertGroup 0 800 }
------------------------------------------------------------------------------
-- MM Alert 9: Internal: Internal MM Audit Traps
--
-- Category: Internal/1
-- Subcategory: Internal/9
------------------------------------------------------------------------------
alertAuditInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"MM audit information system alert."
--#TYPE "Internal: MM System Audit Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Internal Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmGenericAlertGroup 0 900 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Job Control
------------------------------------------------------------------------------
iDRAC10267alertJobControlConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Job Control configuration information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10267 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Test Alert
------------------------------------------------------------------------------
iDRAC10298alertPRDeviceDetectionWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" The indicated device is not detected. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10298 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Test Alert
------------------------------------------------------------------------------
iDRAC10395alertTestTrapEvent NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" The iDRAC generated a test trap event in response to a user request. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10395 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Software Config
------------------------------------------------------------------------------
iDRAC10529alertSWCConfigurationFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software configuration failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10529 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Software Config
------------------------------------------------------------------------------
iDRAC10530alertSWCConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software configuration warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10530 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Software Config
------------------------------------------------------------------------------
iDRAC10531alertSWCConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software configuration Information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10531 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: IP Address
------------------------------------------------------------------------------
iDRAC10547alertIPAddressConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" IP Address configuration information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10547 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Security Event
------------------------------------------------------------------------------
iDRAC10578alertSecurityConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Security configuration warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10578 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: PCI Device
------------------------------------------------------------------------------
iDRAC10611alertPCIDeviceConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" PCI device configuration information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10611 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: System Info
------------------------------------------------------------------------------
iDRAC10627alertSystemConfigurationChangeInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" A Many System Configuration Item Items are changed "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10627 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Auto-Discovery
------------------------------------------------------------------------------
iDRAC10635alertAutoDiscoveryInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Auto discovery information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10635 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: IO Identity Optimization
------------------------------------------------------------------------------
iDRAC10770alertNetworkConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Network configuration warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10770 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: IO Identity Optimization
------------------------------------------------------------------------------
iDRAC10771alertNetworkConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Network configuration information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 10771 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Other
------------------------------------------------------------------------------
iDRAC11274alertSDKConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" The iDRAC generated a trap event with SDK plugin configuration change warning "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 11274 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Other
------------------------------------------------------------------------------
iDRAC11275alertSDKConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" The iDRAC generated a trap event with SDK plugin Configuration change information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 11275 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: NIC Configuration
------------------------------------------------------------------------------
iDRAC2089alertNetworkFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Network failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2089 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: NIC Configuration
------------------------------------------------------------------------------
iDRAC2090alertNetworkWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Network warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2090 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: NIC Configuration
------------------------------------------------------------------------------
iDRAC2091alertNetworkInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Network information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2091 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fan Event
------------------------------------------------------------------------------
iDRAC2153alertFanFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fan failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2153 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fan Event
------------------------------------------------------------------------------
iDRAC2154alertFanWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fan warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2154 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fan Event
------------------------------------------------------------------------------
iDRAC2155alertFanInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fan information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2155 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Temperature
------------------------------------------------------------------------------
iDRAC2161alertTemperatureProbeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature sensor has detected a failure value. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2161 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Temperature
------------------------------------------------------------------------------
iDRAC2162alertTemperatureProbeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature sensor has detected a warning value. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2162 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Temperature
------------------------------------------------------------------------------
iDRAC2163alertTemperatureProbeNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature sensor value is within range. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2163 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Voltage
------------------------------------------------------------------------------
iDRAC2169alertVoltageProbeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Voltage sensor has detected a failure value. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2169 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Voltage
------------------------------------------------------------------------------
iDRAC2170alertVoltageProbeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Voltage sensor has detected a warning value. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2170 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Voltage
------------------------------------------------------------------------------
iDRAC2171alertVoltageProbeNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Voltage sensor reading is within range. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2171 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Amperage
------------------------------------------------------------------------------
iDRAC2177alertAmperageProbeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Current sensor has detected a failure value. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2177 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Amperage
------------------------------------------------------------------------------
iDRAC2178alertAmperageProbeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Current sensor has detected a warning value. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2178 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Amperage
------------------------------------------------------------------------------
iDRAC2179alertAmperageProbeNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Current sensor reading is within range. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2179 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Power Supply
------------------------------------------------------------------------------
iDRAC2185alertPowerSupplyFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power supply has detected a failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2185 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Power Supply
------------------------------------------------------------------------------
iDRAC2186alertPowerSupplyWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power supply has detected a warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2186 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Power Supply
------------------------------------------------------------------------------
iDRAC2187alertPowerSupplyNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power supply has returned to normal. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2187 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: IDSDM Media
------------------------------------------------------------------------------
iDRAC2209alertIntegratedDualSDModuleFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Integrated Dual SD Module failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2209 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: IDSDM Media
------------------------------------------------------------------------------
iDRAC2210alertIntegratedDualSDModuleWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Integrated Dual SD Module warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2210 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: IDSDM Media
------------------------------------------------------------------------------
iDRAC2211alertIntegratedDualSDModuleInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Integrated Dual SD Module information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2211 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Battery Event
------------------------------------------------------------------------------
iDRAC2225alertBatteryFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Battery has failed or battery is absent. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2225 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Battery Event
------------------------------------------------------------------------------
iDRAC2226alertBatteryWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Battery is low. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2226 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Battery Event
------------------------------------------------------------------------------
iDRAC2227alertBatteryNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Battery state has returned to normal "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2227 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Auto System Reset
------------------------------------------------------------------------------
iDRAC2233alertAutomaticSystemRecovery NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Automatic system recovery ASR was performed. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2233 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Processor
------------------------------------------------------------------------------
iDRAC2241alertProcessorDeviceStatusFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Processor device status has detected a failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2241 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Processor
------------------------------------------------------------------------------
iDRAC2242alertProcessorDeviceStatusWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Processor device status has detected a warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2242 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Processor
------------------------------------------------------------------------------
iDRAC2243alertProcessorDeviceStatusNormal NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Processor device status has returned to normal. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2243 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Link Status
------------------------------------------------------------------------------
iDRAC2249alertLinkStatusFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Link status failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2249 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Link Status
------------------------------------------------------------------------------
iDRAC2250alertLinkStatusWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Link status warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2250 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Link Status
------------------------------------------------------------------------------
iDRAC2251alertLinkStatusInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Link status information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2251 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Memory
------------------------------------------------------------------------------
iDRAC2265alertMemoryDeviceFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Memory device status is critical. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2265 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Memory
------------------------------------------------------------------------------
iDRAC2266alertMemoryDeviceWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Memory device status is noncritical. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2266 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Memory
------------------------------------------------------------------------------
iDRAC2267alertMemoryDeviceInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Memory device informational event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2267 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Power Usage
------------------------------------------------------------------------------
iDRAC2273alertPowerUsageFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" The system halted because system power exceeds capacity "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2273 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Power Usage
------------------------------------------------------------------------------
iDRAC2274alertPowerUsageWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" System performance degraded. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2274 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Power Usage
------------------------------------------------------------------------------
iDRAC2275alertPowerUsageInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" System performance restored. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2275 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Physical Disk
------------------------------------------------------------------------------
iDRAC2297alertPhysicalDiskFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Physical disk failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2297 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Physical Disk
------------------------------------------------------------------------------
iDRAC2298alertPhysicalDiskWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Physical disk warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2298 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Physical Disk
------------------------------------------------------------------------------
iDRAC2299alertPhysicalDiskInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Physical disk information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2299 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Hardware Config
------------------------------------------------------------------------------
iDRAC2329alertHardwareConfigurationFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Hardware configuration failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2329 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Hardware Config
------------------------------------------------------------------------------
iDRAC2330alertHardwareConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Hardware configuration warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2330 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Hardware Config
------------------------------------------------------------------------------
iDRAC2331alertHardwareConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Hardware configuration information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2331 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Software Config
------------------------------------------------------------------------------
iDRAC2337alertSoftwareConfigurationFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software configuration failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2337 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Software Config
------------------------------------------------------------------------------
iDRAC2338alertSoftwareConfigurationWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software configuration warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2338 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Software Config
------------------------------------------------------------------------------
iDRAC2339alertSoftwareConfigurationInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software configuration information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2339 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: System Event Log
------------------------------------------------------------------------------
iDRAC2377alertSystemEventLogFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" System Event Log failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2377 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: System Event Log
------------------------------------------------------------------------------
iDRAC2378alertSystemEventLogWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" System Event Log warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2378 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: System Event Log
------------------------------------------------------------------------------
iDRAC2379alertSystemEventLogInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" System Event Log information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2379 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Security Event
------------------------------------------------------------------------------
iDRAC2385alertSecurityFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Security failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2385 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Security Event
------------------------------------------------------------------------------
iDRAC2386alertSecurityWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Security warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2386 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Security Event
------------------------------------------------------------------------------
iDRAC2387alertSecurityInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Security information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2387 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Cable
------------------------------------------------------------------------------
iDRAC2393alertCableFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Cable failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2393 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: OS Event
------------------------------------------------------------------------------
iDRAC2409alertOSFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" A critical stop occurred during OS load "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2409 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: OS Event
------------------------------------------------------------------------------
iDRAC2411alertOSInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" An OS graceful stop occurred "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2411 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: PCI Device
------------------------------------------------------------------------------
iDRAC2417alertPCIDeviceFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" An error was detected for a PCI device. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2417 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: PCI Device
------------------------------------------------------------------------------
iDRAC2418alertPCIDeviceWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" A warning event was detected for a PCI device. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2418 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: PCI Device
------------------------------------------------------------------------------
iDRAC2419alertPCIDeviceInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" An informational event was detected for a PCI device. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2419 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: BIOS POST
------------------------------------------------------------------------------
iDRAC2425alertBiosPostFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" System BIOS detected a failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2425 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: System Info
------------------------------------------------------------------------------
iDRAC2433alertInternaliDRACMemoryUnresponsive NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Unable to communicate with internal iDRAC memory "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2433 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: System Info
------------------------------------------------------------------------------
iDRAC2435alertServerIdleTime NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Server is either idle or underutilized "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2435 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Processor Absent
------------------------------------------------------------------------------
iDRAC2457alertProcessorDeviceAbsent NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Processor device is absent. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2457 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: PSU Absent
------------------------------------------------------------------------------
iDRAC2465alertPowerSupplyAbsent NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power supply is absent. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2465 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Redundancy
------------------------------------------------------------------------------
iDRAC2473alertRedundancyLost NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Redundancy is lost. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2473 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Redundancy
------------------------------------------------------------------------------
iDRAC2474alertRedundancyDegraded NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Redundancy is degraded. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2474 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Redundancy
------------------------------------------------------------------------------
iDRAC2475alertRedundancyInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Redundancy information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2475 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: IDSDM Absent
------------------------------------------------------------------------------
iDRAC2481alertIntegratedDualSDModuleAbsent NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Integrated Dual SD Module is absent. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2481 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: IDSDM Redundancy
------------------------------------------------------------------------------
iDRAC2489alertIntegratedDualSDModuleRedundancyLost NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Integrated Dual SD Module redundancy is lost. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2489 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: IDSDM Redundancy
------------------------------------------------------------------------------
iDRAC2490alertIntegratedDualSDModuleRedundancyDegraded NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Integrated Dual SD Module redundancy is degraded. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2490 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: IDSDM Redundancy
------------------------------------------------------------------------------
iDRAC2491alertIntegratedDualSDModuleRedundancyInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Integrated Dual SD Module redundancy information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2491 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: vFlash Event
------------------------------------------------------------------------------
iDRAC2505alertvFlashMediaDeviceFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" vFlash Media device failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2505 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: vFlash Event
------------------------------------------------------------------------------
iDRAC2506alertvFlashMediaDeviceWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" vFlash Media device warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2506 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: vFlash Event
------------------------------------------------------------------------------
iDRAC2507alertvFlashMediaDeviceInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" vFlash Media device information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2507 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: vFlash Absent
------------------------------------------------------------------------------
iDRAC2515alertvFlashMediaDeviceAbsent NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" vFlash Media device is absent. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2515 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Temperature Statistics
------------------------------------------------------------------------------
iDRAC2521alertTemperatureStatisticsFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature has been above the warning or critical threshold level"
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2521 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Temperature Statistics
------------------------------------------------------------------------------
iDRAC2522alertTemperatureStatisticsWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature has been above the warning or critical threshold level"
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2522 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: RAC Event
------------------------------------------------------------------------------
iDRAC2531alertRACInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" RAC information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2531 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fibre Channel
------------------------------------------------------------------------------
iDRAC2537alertFiberChannelFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fiber Channel failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2537 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fibre Channel
------------------------------------------------------------------------------
iDRAC2538alertFiberChannelWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fiber Channel warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2538 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fibre Channel
------------------------------------------------------------------------------
iDRAC2539alertFiberChannelInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fiber Channel information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2539 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Management Module
------------------------------------------------------------------------------
iDRAC2545alertCMCFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Chassis Management Controller detected an error. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2545 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Management Module
------------------------------------------------------------------------------
iDRAC2546alertCMCWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Chassis Management Controller detected a warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2546 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: IO Virtualization
------------------------------------------------------------------------------
iDRAC2553alertIOVirtualizationFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" IO Virtualization failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2553 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: System Performance Event
------------------------------------------------------------------------------
iDRAC2650alertSystemPerformanceWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" System Performance warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 2650 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Other
------------------------------------------------------------------------------
iDRAC3049alertLiquidCoolingLeakFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" A large leak is detected on the device "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 3049 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Other
------------------------------------------------------------------------------
iDRAC3050alertLiquidCoolingLeakWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" A small leak is detected on the device "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 3050 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Other
------------------------------------------------------------------------------
iDRAC3051alertLiquidCoolingLeakInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" A small leak that was earlier detected on the device is now resolved. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 3051 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Other
------------------------------------------------------------------------------
iDRAC3082alertSDKSystemWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" The iDRAC generated a trap event due to a warning from SDK plugin. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 3082 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Other
------------------------------------------------------------------------------
iDRAC3083alertSDKSystemInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" The iDRAC generated a trap as iDRAC SDK plugin started working as expected. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 3083 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage
------------------------------------------------------------------------------
iDRAC4177alertStorageManagementFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Storage Management has detected a device independent error condition."
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4177 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage
------------------------------------------------------------------------------
iDRAC4178alertStorageManagementWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Storage Management has detected a device independent warning"
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4178 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage
------------------------------------------------------------------------------
iDRAC4179alertStorageManagementInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Storage Management Information."
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4179 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Fan Event
------------------------------------------------------------------------------
iDRAC4201alertStorageFanFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fan failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4201 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Fan Event
------------------------------------------------------------------------------
iDRAC4202alertStorageFanWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fan warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4202 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Fan Event
------------------------------------------------------------------------------
iDRAC4203alertStorageFanInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Fan information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4203 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Temperature
------------------------------------------------------------------------------
iDRAC4209alertStorageTemperatureProbeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature probe failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4209 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Temperature
------------------------------------------------------------------------------
iDRAC4210alertStorageTemperatureProbeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature probe warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4210 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Temperature
------------------------------------------------------------------------------
iDRAC4211alertStorageTemperatureProbeInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature probe information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4211 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Power Supply
------------------------------------------------------------------------------
iDRAC4233alertStoragePowerSupplyFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power supply failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4233 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Power Supply
------------------------------------------------------------------------------
iDRAC4234alertStoragePowerSupplyWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power supply warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4234 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Power Supply
------------------------------------------------------------------------------
iDRAC4235alertStoragePowerSupplyInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power supply information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4235 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Battery Event
------------------------------------------------------------------------------
iDRAC4273alertStorageBatteryFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Battery failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4273 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Battery Event
------------------------------------------------------------------------------
iDRAC4274alertStorageBatteryWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Battery warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4274 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Battery Event
------------------------------------------------------------------------------
iDRAC4275alertStorageBatteryInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Battery information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4275 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage Controller
------------------------------------------------------------------------------
iDRAC4329alertStorageControllerFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Controller failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4329 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage Controller
------------------------------------------------------------------------------
iDRAC4330alertStorageControllerWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Controller warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4330 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage Controller
------------------------------------------------------------------------------
iDRAC4331alertStorageControllerInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Controller information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4331 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage Enclosure
------------------------------------------------------------------------------
iDRAC4337alertStorageEnclosureFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Enclosure failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4337 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage Enclosure
------------------------------------------------------------------------------
iDRAC4338alertStorageEnclosureWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Enclosure warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4338 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Storage Enclosure
------------------------------------------------------------------------------
iDRAC4339alertStorageEnclosureInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Enclosure information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4339 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Physical Disk
------------------------------------------------------------------------------
iDRAC4345alertStoragePhysicalDiskFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Physical disk failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4345 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Physical Disk
------------------------------------------------------------------------------
iDRAC4346alertStoragePhysicalDiskWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Physical disk warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4346 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Physical Disk
------------------------------------------------------------------------------
iDRAC4347alertStoragePhysicalDiskInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Physical disk information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4347 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Virtual Disk
------------------------------------------------------------------------------
iDRAC4353alertStorageVirtualDiskFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Virtual disk failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4353 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Virtual Disk
------------------------------------------------------------------------------
iDRAC4354alertStorageVirtualDiskWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Virtual disk warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4354 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Virtual Disk
------------------------------------------------------------------------------
iDRAC4355alertStorageVirtualDiskInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Virtual disk information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4355 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: SSD Devices
------------------------------------------------------------------------------
iDRAC4370alertStorageSolidstateDrive NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" SSD is less than the threshold value. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4370 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Security Event
------------------------------------------------------------------------------
iDRAC4433alertStorageSecurityFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Storage Security failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4433 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Security Event
------------------------------------------------------------------------------
iDRAC4434alertStorageSecurityWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Storage Security warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4434 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Security Event
------------------------------------------------------------------------------
iDRAC4435alertStorageSecurityInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Storage Security information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4435 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Software Defined Storage
------------------------------------------------------------------------------
iDRAC4761alertStorageSoftwareDefinedSubSystemFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software defined storage subsystem failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4761 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Storage
-- Subcategory: Software Defined Storage
------------------------------------------------------------------------------
iDRAC4762alertStorageSoftwareDefinedSubSystemWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software defined storage subsystem warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 4762 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Updates
-- Subcategory: Firmware Download
------------------------------------------------------------------------------
iDRAC6211alertUpdateJobInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Update job information "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 6211 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Updates
-- Subcategory: Software Change
------------------------------------------------------------------------------
iDRAC6314alertSoftwareChangeUpdateWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Software change update warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 6314 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Temperature
------------------------------------------------------------------------------
iDRAC8305alertTemperatureProbeChangeFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Temperature increase Error. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8305 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Temperature
------------------------------------------------------------------------------
iDRAC8306alertTemperatureProbeReadWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Unable to read Temperature Sensors "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8306 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Power Supply
------------------------------------------------------------------------------
iDRAC8329alertPowerSupplyAuditFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power Supply audit failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8329 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Power Supply
------------------------------------------------------------------------------
iDRAC8330alertPowerSupplyAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power Supply audit warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8330 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Power Usage
------------------------------------------------------------------------------
iDRAC8417alertPowerUsageAuditFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power usage audit failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8417 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Power Usage
------------------------------------------------------------------------------
iDRAC8418alertPowerUsageAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power usage audit warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8418 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Power Usage
------------------------------------------------------------------------------
iDRAC8419alertPowerUsageAuditInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Power usage audit information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8419 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Hardware Config
------------------------------------------------------------------------------
iDRAC8474alertHWCAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Hardware configuration warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8474 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Hardware Config
------------------------------------------------------------------------------
iDRAC8475alertHWCAuditInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Hardware configuration audit information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8475 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: User Tracking
------------------------------------------------------------------------------
iDRAC8490alertUserTrackingWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" User Tracking warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8490 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: IP Address
------------------------------------------------------------------------------
iDRAC8499alertiDRACIPAddressChange NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" iDRAC IP address has changed. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8499 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Licensing
------------------------------------------------------------------------------
iDRAC8513alertLicenseFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" License failure. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8513 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Licensing
------------------------------------------------------------------------------
iDRAC8514alertLicenseWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" License warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8514 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Licensing
------------------------------------------------------------------------------
iDRAC8515alertLicenseInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" License information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8515 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: PCI Device
------------------------------------------------------------------------------
iDRAC8562alertPCIDeviceAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" PCI device audit warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8562 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: System Info
------------------------------------------------------------------------------
iDRAC8579alertSystemPowerStateChangeInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Host is going through a power state change"
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8579 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Debug
------------------------------------------------------------------------------
iDRAC8594alertDebugWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Debug authorization failed. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8594 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Debug
------------------------------------------------------------------------------
iDRAC8595alertDebugInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Debug authorized. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8595 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: RAC Event
------------------------------------------------------------------------------
iDRAC8674alertRacConfigurationChangewarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Configuration or state Change warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8674 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: RAC Event
------------------------------------------------------------------------------
iDRAC8675alertRacConfigurationChangeInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Configuration or state Change Information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8675 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Management Module
------------------------------------------------------------------------------
iDRAC8689alertCMCAuditFailure NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Chassis Management Controller audit failure or critical event. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8689 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Management Module
------------------------------------------------------------------------------
iDRAC8690alertCMCAuditWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Chassis Management Controller audit warning. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8690 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Management Module
------------------------------------------------------------------------------
iDRAC8691alertCMCAuditInformation NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
" Chassis Management Controller audit information. "
--#TYPE "Forwarded: Forwarded iDRAC Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmiDRACAlertGroup 0 8691 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Devices
------------------------------------------------------------------------------
alert851138RCPRestoreInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The automatic restoration of chassis settings is completed on the right control panel."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 851138 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Devices
------------------------------------------------------------------------------
alert851139RCPRestoreCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The automatic restoration of chassis settings is either unsuccessful orcompleted with warnings on the right control panel."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 851139 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856129DeviceStateInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The device health status has changed."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856129 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856130DeviceStateCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The device power state has changed."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856130 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856131DeviceStateCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The operation cannot be performed on the device because connection with the device is lost."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856131 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856132DeviceStateInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"A new device is detected in the chassis."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856132 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856133DeviceStateInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"A new device is successfully inserted in the chassis."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856133 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856134DeviceStateInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"A device is removed from the chassis."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856134 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856172DeviceStateInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"Device Health Changed to OK."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856172 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856173DeviceStateCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The device health status has changed."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856173 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856174DeviceStateCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The device health status has changed."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856174 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Devices
------------------------------------------------------------------------------
alert856175DeviceStateWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The device health status has changed."
--#TYPE "Forwarded: Forwarded console Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmChassisAlert2Group 0 856175 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980021AlertFabricInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The health status of SmartFabric identified in the message is ok."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980021 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980022AlertFabricWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The health status of the SmartFabric identified in the message is in the Warning state."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980022 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980023AlertFabricCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The health status of the SmartFabric identified in the message is in Critical state."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980023 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980024AlertFabricInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SmartFabric identified in the message is valid. The SmartFabric validation criteria such as design fabric node inventory I O module placement requirements and inter node connectivity are consistent."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980024 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980025AlertFabricWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The validation of the SmartFabric for the selected fabric design has failed."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980025 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980026AlertFabricInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The creation or deletion of SmartFabric with the fabric ID identified in the message is started."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980026 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980027AlertFabricInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SmartFabric with the fabric ID identified in the message is currently being created or deleted."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980027 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980028AlertFabricInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The creation or deletion of SmartFabric with the fabric ID identified in the message is successfully completed."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980028 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980029AlertFabricCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The creation or deletion of SmartFabric with the fabric ID identified in the message cannot be completed because of many ongoing maintenance operations."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980029 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980030AlertFabricInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"New fabric design is updated after the chassis change."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980030 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980031AlertFabricInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SmartFabric identified in the message is successfully deleted by the Fabric Manager. The switches will automatically restart and be in the Full Switch mode."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980031 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Fabric
------------------------------------------------------------------------------
nwIOM980032AlertFabricInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The switch identified in the message is detected as a potential replacement switch for a faulty or old switch which must be replaced. The old or faulty switch belongs to the SmartFabric that has the fabric ID as identified in the message."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 980032 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Interface
------------------------------------------------------------------------------
nwIOM990001AlertInterfaceInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The interface identified in the message is in operational status."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 990001 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Interface
------------------------------------------------------------------------------
nwIOM990002AlertInterfaceWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The interface identified in the message is not operational."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 990002 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Link
------------------------------------------------------------------------------
nwIOM1000001AlertLinkInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The link between Source and Destination identified in the message is created."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1000001 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Link
------------------------------------------------------------------------------
nwIOM1000002AlertLinkWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The link identified in the message is successfully deleted."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1000002 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Node
------------------------------------------------------------------------------
nwIOM1010001AlertNodeInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The I O Module identified in the message is operational."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1010001 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: Node
------------------------------------------------------------------------------
nwIOM1010002AlertNodeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The operational status of the I O Module identified in the message has ended. Possible reasons could be that the MCM Group maintenance is in progress or Management Module maintenance is in progress or Fabric maintenance is in progress or Node maintenance is in progress."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1010002 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Node
------------------------------------------------------------------------------
nwIOM1010003AlertNodeInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The I O Module identified in the message is discovered."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1010003 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Node
------------------------------------------------------------------------------
nwIOM1010004AlertNodeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The I O Module identified in the message cannot be detected because of physical connection and operational issues."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1010004 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Node
------------------------------------------------------------------------------
nwIOM1010005AlertNodeInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The MX7116n Fabric Expander Module identified in the message is discovered."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1010005 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Node
------------------------------------------------------------------------------
nwIOM1010006AlertNodeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The MX7116n Fabric Expander Module identified in the message cannot be detected because of physical connection issues."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1010006 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Node
------------------------------------------------------------------------------
nwIOM1010007AlertNodeWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"A simple I O module swap operation cannot be performed because the replacement I O module software version is different from the fabric software version as identified in the message."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1010007 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Server
------------------------------------------------------------------------------
nwIOM1020001AlertServerInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The server identified in the message is detected."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1020001 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Server
------------------------------------------------------------------------------
nwIOM1020002AlertServerWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The server identified in the message is not detected. Possible reasons could be that the fabric node to which the server is connected is operationally down or the server is moved or replaced from the existing slot."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1020002 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Server
------------------------------------------------------------------------------
nwIOM1020003AlertServerInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The configuration of server identified in the message is validated and onboarded."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1020003 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Server
------------------------------------------------------------------------------
nwIOM1020004AlertServerWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The detected server and its configuration is no longer validated."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1020004 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Server
------------------------------------------------------------------------------
nwIOM1020005AlertServerInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The configuration of server identified in the message is validated and successfully onboarded."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1020005 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Server
------------------------------------------------------------------------------
nwIOM1020006AlertServerWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The detected server interface and its configuration is not validated."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1020006 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Server
------------------------------------------------------------------------------
nwIOM1020007AlertServerInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The server and server interfaces identified in the message are bonded."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1020007 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: Server
------------------------------------------------------------------------------
nwIOM1020008AlertServerWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The server and server interfaces identified in the message are unbonded."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1020008 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: REST
------------------------------------------------------------------------------
nwIOM1052505AlertRESTInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"Feature capability ofSmartFabric Manager has changed."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1052505 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Audit
-- Subcategory: REST
------------------------------------------------------------------------------
nwIOM1052506AlertRESTInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"Feature capability ofSmartFabric Manager has changed."
--#TYPE "Forwarded: Forwarded nwIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmNWIOMAlertGroup 0 1052506 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120001AlertHealthCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM devices identified in the message could not communicate with each other via the inter IOM link."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120001 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120002AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The communication between the SAS IOM devices identified in the message is successfully restored. The PartnerInterconnectCommunicationFault event is resolved."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120002 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120003AlertHealthCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM is currently configured for redundancy but the firmware version of the SAS IOM devices identified in the message do not match."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120003 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120004AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The firmware version mismatch between the SAS IOM devices identified in the message is successfully resolved."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120004 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120005AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"This event indicates that the SAS IOM has been configured for dual domain operation but only one module is currently present."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120005 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120006AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM device redundancy issue is resolved. The specified number of IOMs are now present in the slots."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120006 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120007AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"Unable to update the firmware version of the device because of an internal error."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120007 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120008AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The firmware version cannot be updated because the firmware image file is invalid. This could indicate conditions such as corrupted or unsigned package."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120008 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120009AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The firmware is successfully updated."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120009 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120010AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The storage assignment cannot be applied."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120010 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120011AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The storage assignment is successfully applied."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120011 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120012AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM device cannot communicate with the drive available at the location identified in the message."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120012 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120013AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The drive at the location identified in the message is working."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120013 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120016AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"This event indicates that the expanders within a storage module have different firmware versions."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120016 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120017AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"This event indicates that the expanders within a storage module now have the same firmware."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120017 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120018AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The hot swappable expander identified in the message in the storage enclosure in Chassis slot is not functioning."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120018 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120019AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The hot swappable expander identified in the message in the storage enclosure in Chassis slot is functioning."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120019 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120020AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The storage enclosure is inserted into the Chassis slot identified in the message. This is for hotplug only."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120020 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120021AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The storage enclosure is removed from the Chassis slot identified in the message. The enclosure will also be marked as removed if all SAS connectivity to the enclosure is lost."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120021 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120022AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The hot swappable expander identified in the message is inserted. This is for hot plug only."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120022 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120023AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The hot swappable expander identified in the message has been removed from the storage Enclosure."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120023 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120024AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The Reset operation is initiated on the storage enclosure in the Chassis identified in the message."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120024 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120025AlertHealthCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"There is a configuration mismatch between the SAS IOM devices identified in the message."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120025 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120026AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The configuration of both SAS IOM devices identified in the message is the same."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120026 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120027AlertHealthCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"This event indicates that the foreign SAS IOMs are inserted to the chassis."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120027 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120028AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The configuration of both SAS IOM device identified in the message is consistent with the configuration of Chassis."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120028 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120029AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM device identified in the message has inconsistent firmware versions in its components such as SoC IOC and expander."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120029 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120030AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM device identified in the message requires a power cycle operation to enable the new firmware version."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120030 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120031AlertHealthCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM device identified in the message is unable to manage the storage assignment."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120031 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120032AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM device identified in the message is able to manage the storage assignment."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120032 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120033AlertHealthCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM device identified in the message has detected multiple Error correcting Code ECC errors."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120033 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120034AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"An unsupported SATA drive is detected in chassis in the slot indicated in the message."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120034 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120035AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"This event indicates that a drive has been added."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120035 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120036AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"This event indicates that a drive has been removed."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120036 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120039AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM is currently configured for redundancy and the hot spare SAS IOM is not available in the slot."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120039 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120040AlertHealthCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM is currently configured for redundancy and communication with the hot spare SAS IOM has ended."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120040 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120041AlertHealthCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM is currently configured for redundancy but the firmware version is different from the hot spare SAS IOM."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120041 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: Configuration
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120042AlertConfigurationCritical NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"There is a configuration mismatch between the SAS IOM devices identified in the message."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY CRITICAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120042 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120069AlertHealthInformational NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The support dump file is successfully created ."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY INFORMATIONAL
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120069 }
------------------------------------------------------------------------------
-- Alert : Forwarded: Forwarded MSM Traps
--
-- Category: System Health
-- Subcategory: SAS IOM
------------------------------------------------------------------------------
sasIOM1120072AlertHealthWarning NOTIFICATION-TYPE
OBJECTS { dmmCA2MessageID,
dmmCA2Message,
dmmCA2MessageArgs,
dmmCA2AlertStatus,
dmmDeviceServiceTag,
dmmCategoryName,
dmmSubCategoryName,
dmmSeverity
}
STATUS current
DESCRIPTION
"The SAS IOM has a degraded SAS connection between a SAS IOM and a storage enclosure identified in the message."
--#TYPE "Forwarded: Forwarded sasIOM Alert"
--#SEVERITY WARNING
--#SUMMARY "Message ID: %s, Message: %s,"
--#SUMMARY "Device Status: %d "
--#ARGUMENTS {0, 1, 3}
--#CATEGORY "Forwarded Events"
--#STATE OPERATIONAL
--#STATUS current
::= { dmmSASIOMAlertGroup 0 1120072 }
END