mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-17 16:03:04 +00:00
342 lines
7.5 KiB
INI
Executable File
342 lines
7.5 KiB
INI
Executable File
#-MIBFILE: hpeccmib.mib
|
|
|
|
HPNSAECC-MIB DEFINITIONS ::= BEGIN
|
|
|
|
|
|
DisplayString ::=
|
|
OCTET STRING
|
|
|
|
PhysAddress ::=
|
|
OCTET STRING
|
|
|
|
hp OBJECT IDENTIFIER ::= { enterprises 11 }
|
|
|
|
nm OBJECT IDENTIFIER ::= { hp 2 }
|
|
|
|
hpnsa OBJECT IDENTIFIER ::= { nm 23 }
|
|
|
|
hpnsaECC OBJECT IDENTIFIER ::= { hpnsa 6 }
|
|
|
|
hpnsaEccMibRev OBJECT IDENTIFIER ::= { hpnsaECC 1 }
|
|
|
|
hpnsaEccAgent OBJECT IDENTIFIER ::= { hpnsaECC 2 }
|
|
|
|
hpnsaEccLog OBJECT IDENTIFIER ::= { hpnsaECC 3 }
|
|
|
|
hpnsaEccMibRevMajor OBJECT-TYPE
|
|
SYNTAX INTEGER (1..65535)
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The major revision level of the MIB."
|
|
::= { hpnsaEccMibRev 1 }
|
|
|
|
|
|
hpnsaEccMibRevMinor OBJECT-TYPE
|
|
SYNTAX INTEGER (0..65535)
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The minor revision level of the MIB."
|
|
::= { hpnsaEccMibRev 2 }
|
|
|
|
|
|
hpnsaEccAgentTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HPnsaEccAgentEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A table of SNMP Agents that satisfy requests for this MIB."
|
|
::= { hpnsaEccAgent 1 }
|
|
|
|
|
|
hpnsaEccAgentEntry OBJECT-TYPE
|
|
SYNTAX HPnsaEccAgentEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A description of the agents that access ECC Memory
|
|
related information."
|
|
INDEX { hpnsaEccAgentIndex }
|
|
|
|
::= { hpnsaEccAgentTable 1 }
|
|
|
|
hpnsaEccAgentEntry ::=
|
|
SEQUENCE {
|
|
hpnsaEccAgentIndex INTEGER,
|
|
hpnsaEccAgentName DisplayString,
|
|
hpnsaEccAgentVersion DisplayString,
|
|
hpnsaEccAgentDate OCTET STRING
|
|
}
|
|
|
|
hpnsaEccAgentIndex OBJECT-TYPE
|
|
SYNTAX INTEGER (0..255)
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A unique index for this module description."
|
|
::= { hpnsaEccAgentEntry 1 }
|
|
|
|
|
|
hpnsaEccAgentName OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..255))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Name of the Agent/Agents satisfying SNMP requests for this MIB."
|
|
::= { hpnsaEccAgentEntry 2 }
|
|
|
|
|
|
hpnsaEccAgentVersion OBJECT-TYPE
|
|
SYNTAX DisplayString (SIZE(0..5))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Version number of the Agent/Agents satisfying SNMP requests for
|
|
this MIB."
|
|
::= { hpnsaEccAgentEntry 3 }
|
|
|
|
|
|
hpnsaEccAgentDate OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(6))
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The date on which this Agent was created.
|
|
|
|
field octets contents range
|
|
_________________________________________________
|
|
1 1 years since 1900 0..255
|
|
2 2 month 1..12
|
|
3 3 day 1..31
|
|
4 4 hour 0..23
|
|
5 5 minute 0..59
|
|
6 6 second 0..59
|
|
"
|
|
::= { hpnsaEccAgentEntry 4 }
|
|
|
|
|
|
hpnsaEccStatus OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
notSupported(1),
|
|
disabled(2),
|
|
enabled(3)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "ECC memory system tracking status:
|
|
1 - ECC memory is not supported in this machine
|
|
2 - ECC memory logging is disabled due to some errors
|
|
(example, too many single or multiple bits error
|
|
occurred in a short period of time)
|
|
3 - ECC memory logging is enabled and functioning."
|
|
::= { hpnsaEccLog 1 }
|
|
|
|
|
|
hpnsaEccEraseLog OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Set this variable to integer value 1234 and without
|
|
changing it again before hpnsaEccPollTime expired,
|
|
will erase the system's Log area."
|
|
::= { hpnsaEccLog 2 }
|
|
|
|
|
|
hpnsaEccTotalErrCorrected OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Total number of ECC memory error had occurred
|
|
and been corrected."
|
|
::= { hpnsaEccLog 3 }
|
|
|
|
|
|
hpnsaEccTrapEnable OBJECT-TYPE
|
|
SYNTAX INTEGER {
|
|
trapOn(1),
|
|
trapOff(0)
|
|
}
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Set this variable to 1, the ECC memory errors are
|
|
forwarded as SNMP traps. No trap are generated if
|
|
this variable is set to 0."
|
|
::= { hpnsaEccLog 4 }
|
|
|
|
|
|
hpnsaEccTrapDelay OBJECT-TYPE
|
|
SYNTAX INTEGER (100..5000)
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Delay in milliseconds between the sending of ECC traps."
|
|
::= { hpnsaEccLog 5 }
|
|
|
|
|
|
hpnsaEccPollTime OBJECT-TYPE
|
|
SYNTAX INTEGER (60..2592000)
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "Seconds between checking of ECC memory error."
|
|
::= { hpnsaEccLog 6 }
|
|
|
|
|
|
hpnsaEccMemErrTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF HpnsaEccMemErrEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A table of ECC memory error descriptions."
|
|
::= { hpnsaEccLog 7 }
|
|
|
|
|
|
hpnsaEccMemErrEntry OBJECT-TYPE
|
|
SYNTAX HpnsaEccMemErrEntry
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "ECC memory error description."
|
|
INDEX { hpnsaEccMemErrIndex }
|
|
|
|
::= { hpnsaEccMemErrTable 1 }
|
|
|
|
hpnsaEccMemErrEntry ::=
|
|
SEQUENCE {
|
|
hpnsaEccMemErrIndex INTEGER,
|
|
hpnsaEccMemErrTime DisplayString,
|
|
hpnsaEccMemErrDesc DisplayString
|
|
}
|
|
|
|
hpnsaEccMemErrIndex OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A unique index for the ECC memory error log."
|
|
::= { hpnsaEccMemErrEntry 1 }
|
|
|
|
|
|
hpnsaEccMemErrTime OBJECT-TYPE
|
|
SYNTAX DisplayString
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "The Server local time when the ECC memory error occurred."
|
|
::= { hpnsaEccMemErrEntry 2 }
|
|
|
|
|
|
hpnsaEccMemErrDesc OBJECT-TYPE
|
|
SYNTAX DisplayString
|
|
ACCESS read-only
|
|
STATUS mandatory
|
|
DESCRIPTION "A string indicating the SIMM location when ECC memory
|
|
error occurred."
|
|
::= { hpnsaEccMemErrEntry 3 }
|
|
|
|
|
|
|
|
hPECCMemory1 TRAP-TYPE
|
|
ENTERPRISE hpnsaECC
|
|
|
|
--#TYPE "ECC memory error corrected"
|
|
|
|
--#SUMMARY "%s"
|
|
|
|
--#ARGUMENTS {1}
|
|
|
|
--#SEVERITY MINOR
|
|
|
|
--#TIMEINDEX 100
|
|
|
|
--#HELP "nsa.hlp"
|
|
|
|
--#HELPTAG 2059
|
|
--#CATEGORY "NetServer Events"
|
|
--#STATE OPERATIONAL
|
|
DESCRIPTION "An ECC single-bit error has been corrected in one of the memory
|
|
modules"
|
|
::= 4353
|
|
|
|
|
|
hPECCMemory4 TRAP-TYPE
|
|
ENTERPRISE hpnsaECC
|
|
|
|
--#TYPE "ECC singlebit overflow; logging disabled"
|
|
|
|
--#SUMMARY "%s"
|
|
|
|
--#ARGUMENTS {1}
|
|
|
|
--#SEVERITY MAJOR
|
|
|
|
--#TIMEINDEX 100
|
|
|
|
--#HELP "nsa.hlp"
|
|
|
|
--#HELPTAG 2061
|
|
--#CATEGORY "NetServer Events"
|
|
--#STATE DEGRADED
|
|
DESCRIPTION "Error logging for ECC single-bit errors has been disabled due to too
|
|
many SBE's detected in a short time period"
|
|
::= 4354
|
|
|
|
|
|
hPECCMemory5 TRAP-TYPE
|
|
ENTERPRISE hpnsaECC
|
|
|
|
--#TYPE "ECC memory resize error"
|
|
|
|
--#SUMMARY "%s"
|
|
|
|
--#ARGUMENTS {1}
|
|
|
|
--#SEVERITY MINOR
|
|
|
|
--#TIMEINDEX 100
|
|
|
|
--#HELP "nsa.hlp"
|
|
|
|
--#HELPTAG 2058
|
|
--#CATEGORY "NetServer Events"
|
|
--#STATE DEGRADED
|
|
DESCRIPTION "ECC Memory size has been adjusted during the Power-On-Self-Test
|
|
during the last boot due to a failed memory module"
|
|
::= 4355
|
|
|
|
|
|
hPECCMemory6 TRAP-TYPE
|
|
ENTERPRISE hpnsaECC
|
|
|
|
--#TYPE "ECC multiple bit error"
|
|
|
|
--#SUMMARY "%s"
|
|
|
|
--#ARGUMENTS {1}
|
|
|
|
--#SEVERITY MAJOR
|
|
|
|
--#TIMEINDEX 100
|
|
|
|
--#HELP "nsa.hlp"
|
|
|
|
--#HELPTAG 2060
|
|
--#CATEGORY "NetServer Events"
|
|
--#STATE DEGRADED
|
|
DESCRIPTION "An ECC double-bit error has occurred in one of the memory modules"
|
|
::= 4357
|
|
|
|
|
|
hPECCMemory8 TRAP-TYPE
|
|
ENTERPRISE hpnsaECC
|
|
|
|
--#TYPE "ECC multibit overflow; logging disabled"
|
|
|
|
--#SUMMARY "%s"
|
|
|
|
--#ARGUMENTS {1}
|
|
|
|
--#SEVERITY MAJOR
|
|
|
|
--#TIMEINDEX 100
|
|
|
|
--#HELP "nsa.hlp"
|
|
--#CATEGORY "NetServer Events"
|
|
--#HELPTAG 2062
|
|
|
|
--#STATE OPERATIONAL
|
|
DESCRIPTION "Error logging for ECC multiple-bit errors has been disabled due to too
|
|
many MBE's detected in a short time period"
|
|
::= 4358
|
|
|
|
|
|
END
|
|
|