19608 lines
751 KiB
INI

#-MIBFILE: cpqhsv110v3.mib
CPQHSV110V3-MIB DEFINITIONS ::= BEGIN
DisplayString ::=
OCTET STRING
PhysAddress ::=
OCTET STRING
compaq OBJECT IDENTIFIER ::= { enterprises 232 }
cpqElementManager OBJECT IDENTIFIER ::= { compaq 136 }
cpqHSV OBJECT IDENTIFIER ::= { cpqElementManager 1 }
cpqHSVAgent OBJECT IDENTIFIER ::= { cpqHSV 1 }
cpqHSVServer OBJECT IDENTIFIER ::= { cpqHSV 2 }
hsvObject OBJECT IDENTIFIER ::= { cpqHSV 3 }
maHSVMibRev OBJECT IDENTIFIER ::= { cpqHSV 4 }
scell OBJECT IDENTIFIER ::= { hsvObject 1 }
agent OBJECT IDENTIFIER ::= { hsvObject 2 }
host OBJECT IDENTIFIER ::= { hsvObject 3 }
nsc OBJECT IDENTIFIER ::= { hsvObject 4 }
shelf OBJECT IDENTIFIER ::= { hsvObject 8 }
agManufacturer OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The name of the StorageWorks HSV Agent manufacturer."
::= { cpqHSVAgent 1 }
agMajVersion OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "StorageWorks HSV Agent Major Version Number (e.g., 3
for 3.0)."
::= { cpqHSVAgent 2 }
agMinVersion OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "StorageWorks HSV Agent Minor Version Number (e.g., 0
for 3.0)."
::= { cpqHSVAgent 3 }
agHostName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Host System Network Name where the agent resides."
::= { cpqHSVAgent 4 }
agEnterprise OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Enterprise ID subtree for StorageWorks HSV Agent MIB
is registered."
::= { cpqHSVAgent 5 }
agDescription OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageWorks HSV Agent description."
::= { cpqHSVAgent 6 }
agStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF AgentEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "This table holds the status information for
each HSV Management Agent."
::= { cpqHSVAgent 7 }
agentEntry OBJECT-TYPE
SYNTAX AgentEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Agent information entry."
INDEX { agentEntryIndex }
::= { agStatusTable 1 }
agentEntry ::=
SEQUENCE {
agentEntryIndex INTEGER,
agentStatus INTEGER,
agentEventCode INTEGER,
agentEventLevel INTEGER,
agentEventTimeDate DisplayString,
agentEventDescription DisplayString
}
agentEntryIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The index into agentStatusTable ."
::= { agentEntry 1 }
agentStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
ok(2),
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "This variable reports the overall status of the
Agent.
INFORMATIONAL: Normal Operating Condition
MINOR: Warning Condition
MAJOR: Failure or Failure Immanent
CRITICAL: Agent condition is critical or unknown"
::= { agentEntry 2 }
agentEventCode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The management agent event code."
::= { agentEntry 3 }
agentEventLevel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The management event level."
::= { agentEntry 4 }
agentEventTimeDate OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The date and time the event occurred dd-mm-yyyy/hr:min:sec."
::= { agentEntry 5 }
agentEventDescription OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Description of the management agent event."
::= { agentEntry 6 }
srvCPU OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The server CPU type (e.g., 80486)."
::= { cpqHSVServer 1 }
srvComputerType OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The server Computer type (e.g., PC/AT)."
::= { cpqHSVServer 2 }
srvModel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The server model number."
::= { cpqHSVServer 3 }
srvSubModel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The server submodel number."
::= { cpqHSVServer 4 }
srvBiosVersion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The server BIOS Version."
::= { cpqHSVServer 5 }
srvOS OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The server operating system name (e.g., WINNT)."
::= { cpqHSVServer 6 }
srvOSMajVersion OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The server OS major version number
(e.g., 3 for WINNT 3.51)."
::= { cpqHSVServer 7 }
srvOSMinVersion OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The server OS minor version number (e.g., 51 for
WINNT 3.51)."
::= { cpqHSVServer 8 }
maHSVMibRevMajor OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Major Revision level.
A change in the major revision level represents a major change
in the architecture of the MIB. A change in the major revision
level may indicate a significant change in the information
supported and/or the meaning of the supported information,
correct interpretation of data may require a MIB document with
the same major revision level."
::= { maHSVMibRev 1 }
maHSVMibRevMinor OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Minor Revision level.
A change in the minor revision level may represent some minor
additional support, no changes to any pre-existing information
has occurred."
::= { maHSVMibRev 2 }
scellTotal OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of StorageCells (storage pools) present
in the Fusion System."
::= { scell 1 }
scellStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF ScellEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "This table holds the status information for
each StorageCell."
::= { scell 2 }
scellEntry OBJECT-TYPE
SYNTAX ScellEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageCell information entry."
INDEX { scellEntryIndex }
::= { scellStatusTable 1 }
scellEntry ::=
SEQUENCE {
scellEntryIndex INTEGER,
scellName DisplayString,
scellUUID DisplayString,
scellStatus INTEGER,
scellEventDescription DisplayString,
scellEventTimeDate DisplayString,
scellEventCode DisplayString,
scellSWComponent INTEGER,
scellECode INTEGER,
scellCAC INTEGER,
scellEIP INTEGER,
scellNameDateTime DisplayString
}
scellEntryIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The index into scellStatusTable ."
::= { scellEntry 1 }
scellName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageCell Name."
::= { scellEntry 2 }
scellUUID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageCell unique ID."
::= { scellEntry 3 }
scellStatus OBJECT-TYPE
SYNTAX INTEGER {
informational(1),
minor(2),
major(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "This variable reports the overall status of the
StorageCell.
INFORMATIONAL: Normal Operating Condition
MINOR: Warning Condition
MAJOR: Failure or Failure Immanent
CRITICAL: Condition is critical or unknown"
::= { scellEntry 4 }
scellEventDescription OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageCell Event Description."
::= { scellEntry 5 }
scellEventTimeDate OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageCell Event Time and Date."
::= { scellEntry 6 }
scellEventCode OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageCell Event Code."
::= { scellEntry 7 }
scellSWComponent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Event Code Software Component ID."
::= { scellEntry 8 }
scellECode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageCell Event Code event number."
::= { scellEntry 9 }
scellCAC OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The event code Corrective Action Code."
::= { scellEntry 10 }
scellEIP OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Event Code EIP Type."
::= { scellEntry 11 }
scellNameDateTime OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The StorageCell Name: Date & Time of Event."
::= { scellEntry 12 }
hostTotal OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of hosts attached the Fusion System."
::= { host 1 }
hostStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF HostEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "This table holds the status information for
each Host."
::= { host 2 }
hostEntry OBJECT-TYPE
SYNTAX HostEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Host information entry."
INDEX { hostEntryIndex }
::= { hostStatusTable 1 }
hostEntry ::=
SEQUENCE {
hostEntryIndex INTEGER,
hostName DisplayString,
hostUUID DisplayString,
hostStatus INTEGER
}
hostEntryIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The index into hostStatusTable ."
::= { hostEntry 1 }
hostName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Host Name."
::= { hostEntry 2 }
hostUUID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Host unique ID."
::= { hostEntry 3 }
hostStatus OBJECT-TYPE
SYNTAX INTEGER {
informational(0),
minor(1),
major(2),
critical(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "This variable reports the overall status of the Host.
INFORMATIONAL: Normal Operating Condition
MINOR: Warning Condition
MAJOR: Failure or Failure Immanent
CRITICAL: Condition is critical or unknown"
::= { hostEntry 4 }
nscTotal OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of Network Storage Controllers present in the Fusion System."
::= { nsc 1 }
nscStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF NscEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "This table holds the status information for
each Network Storage Controller."
::= { nsc 2 }
nscEntry OBJECT-TYPE
SYNTAX NscEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "The NSC information entry."
INDEX { nscEntryIndex }
::= { nscStatusTable 1 }
nscEntry ::=
SEQUENCE {
nscEntryIndex INTEGER,
nscName DisplayString,
nscUUID DisplayString,
nscStatus INTEGER
}
nscEntryIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The index into nscStatusTable ."
::= { nscEntry 1 }
nscName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Network Storage Controller Name."
::= { nscEntry 2 }
nscUUID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION "The NSC unique ID."
::= { nscEntry 3 }
nscStatus OBJECT-TYPE
SYNTAX INTEGER {
informational(0),
minor(1),
major(2),
critical(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "This variable reports the overall status of the
Network Storage Controller.
INFORMATIONAL: Normal Operating Condition
MINOR: Warning Condition
MAJOR: Failure or Failure Immanent
CRITICAL: Condition is critical or unknown"
::= { nscEntry 4 }
shelfTotal OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of disk shelves present in the HSV system."
::= { shelf 1 }
shelfStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF ShelfEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "This table holds the status information for
each Shelf."
::= { shelf 2 }
shelfEntry OBJECT-TYPE
SYNTAX ShelfEntry
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Shelf information entry."
INDEX { shelfEntryIndex }
::= { shelfStatusTable 1 }
shelfEntry ::=
SEQUENCE {
shelfEntryIndex INTEGER,
shelfStatus INTEGER,
shelfId INTEGER,
shelfElementType INTEGER,
shelfElementNum INTEGER,
shelfErrorCode INTEGER
}
shelfEntryIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The index into shelfStatusTable ."
::= { shelfEntry 1 }
shelfStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
ok(2),
degraded(3),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "This variable reports the overall status of the
Shelf.
OTHER: unknown or undeterminable
OK: Normal Operating Condition
DEGRADED: Warning Condition
FAILED: Failure"
::= { shelfEntry 2 }
shelfId OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Shelf Id (shelf number)."
::= { shelfEntry 3 }
shelfElementType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Shelf Element type.
01: Disk
02: Power Supply
03: Fan
04: Temp Sensor
06: Alarm Horn
07: EMU
12: LCD
15: GBIC
16: Language
17: Comm Port
18: Volt Sensor
19: Amp Sensor
128:Enclosure
130:Back plane
255:Host"
::= { shelfEntry 4 }
shelfElementNum OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Which particular Element of that type."
::= { shelfEntry 5 }
shelfErrorCode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "The Element Type's Error Code."
::= { shelfEntry 6 }
emuEventTrapInformative TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, shelfId, shelfElementType, shelfElementNum, shelfErrorCode }
--#TYPE "EMU Informational Event"
--#SUMMARY "scellNameDateTime %s : emuShelfId %d : emuElementType %d : emuElementNum %d : emuErrorCode %d"
--#ARGUMENTS {0,1,2,3,4}
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE OK
DESCRIPTION "An EMU Informational event has occurred
scellNameDateTime: StorageCell name, and date/time
emuShelfId: disk shelf number in the cabinet
emuElementType: the element type
01: Disk
02: Pwr Supply
03: Fan
04: Temp Sensor
06: Alarm Horn
07: EMU
12: LCD
15: Xcvr
16: Lang
17: Comm Port
18: Volt Sensor
19: Amp Sensor
128:Encl
130:Back plane
emuErrorCode: error number "
::= 136001
emuEventTrapNoncritical TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, shelfId, shelfElementType, shelfElementNum, shelfErrorCode }
--#TYPE "EMU Non Critical Event"
--#SUMMARY "scellNameDateTime %s : emuShelfId %d : emuElementType %d : emuElementNum %d : emuErrorCode %d"
--#ARGUMENTS {0,1,2,3,4}
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "An EMU Non-critical event has occurred
scellNameDateTime: StorageCell name, and date/time
emuShelfId: disk shelf number in the cabinet
emuElementType: the element type
01: Disk
02: Pwr Supply
03: Fan
04: Temp Sensor
06: Alarm Horn
07: EMU
12: LCD
15: Xcvr
16: Lang
17: Comm Port
18: Volt Sensor
19: Amp Sensor
128:Encl
130:Back plane
emuErrorCode: error number "
::= 136002
emuEventTrapCritical TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, shelfId, shelfElementType, shelfElementNum, shelfErrorCode }
--#TYPE "EMU Critical Event"
--#SUMMARY "scellNameDateTime %s : emuShelfId %d : emuElementType %d : emuElementNum %d : emuErrorCode %d"
--#ARGUMENTS {0,1,2,3,4}
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE CRITICAL
DESCRIPTION "An EMU Critical event has occurred
scellNameDateTime: StorageCell name, and date/time
emuShelfId: disk shelf number in the cabinet
emuElementType: the element type
01: Disk
02: Pwr Supply
03: Fan
04: Temp Sensor
06: Alarm Horn
07: EMU
12: LCD
15: Xcvr
16: Lang
17: Comm Port
18: Volt Sensor
19: Amp Sensor
128:Encl
130:Back plane
emuErrorCode: error number "
::= 136003
emuEventTrapUnrecoverable TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, shelfId, shelfElementType, shelfElementNum, shelfErrorCode }
--#TYPE "EMU Unrecoverable Event"
--#SUMMARY "scellNameDateTime %s : emuShelfId %d : emuElementType %d : emuElementNum %d : emuErrorCode %d"
--#ARGUMENTS {0,1,2,3,4}
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE FAILED
DESCRIPTION "An EMU Unrecoverable event has occurred
scellNameDateTime: StorageCell name, and date/time
emuShelfId: disk shelf number in the cabinet
emuElementType: the element type
01: Disk
02: Pwr Supply
03: Fan
04: Temp Sensor
06: Alarm Horn
07: EMU
12: LCD
15: Xcvr
16: Lang
17: Comm Port
18: Volt Sensor
19: Amp Sensor
128:Encl
130:Back plane
emuErrorCode: error number "
::= 136004
sCellEventTrap_1_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. During Executive Services initialization the system time value was set to the value contained in the time field. The action field contains one of the following codes which describes the condition that caused the time value to be chosen: <UL><LI>0 = TOY clock unavailable; time reset to default date and time. <LI>1 = TOY clock time value was less than or equal to the last known time value previously stored in nonvolatile memory; time reset to default date and time. <LI>2 = EDC was bad for last known time value previously stored in nonvolatile memory; time reset to default date and time. <LI>3 = TOY clock not running; time reset to default date and time. <LI>4 = TOY clock time value believed to be accurate; time set to TOY clock time value. </UL>"
::= 13600256
sCellEventTrap_1_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The system time value was set to the value contained in the time field by a call to the EXEC$SET_TIME service. As part of setting the time in a dual HSV110 controller configuration, the times are synchronized. The action field contains one of the following codes which describes the action taken: <UL><LI>0 = The time was set to the time value on this HSV110 controller. <LI>1 = The master HSV110 controller requested the slave HSV110 controller to set its time to the time value. <LI>2 = The slave HSV110 controller set the local time to the time value. <LI>3 = The HSV110 controller's TOY clock was set to the time value. </UL>"
::= 13600257
sCellEventTrap_3_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the node_name field has failed in communicating with the Cabinet (Rack) Bus Interface Controller."
::= 13600768
sCellEventTrap_3_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The physical disk drive identified by the device field has been rendered inoperable. <UL><LI>If the flags.quorum_disk flag is nonzero, the physical disk drive is the Storage System Quorum disk identified in the quorum_sequence field. <LI>If the flags.inq_state flag is nonzero, the content of the inq_data and capacity fields is valid. <LI>If the rss_flags.member_abnormal flag is nonzero, the content of the member_state field is valid. </UL>The rack_num field will not be valid until a future release. <P> The reason_code field contains a code giving the reason the physical disk drive has been rendered inoperable: <UL><LI>0x001 = CS IO failure <LI>0x002 = Scrubber IO failure <LI>0x003 = Attempt to set CBIT on normal drive <LI>0x004 = Attempt to set CBIT on merging drive <LI>0x100 = The Target Discovery Service Descriptor retry count has been exceeded <LI>0x101 = Inoperable for Bad Block Replacement <LI>0x102 = The soft error count has been exceeded <LI>0x103 = The number of exchange timeouts permitted was exceeded <LI>0x104 = Communication with drive has failed an excessive number of times <LI>0x105 = The number of retries has been exceeded <LI>0x106 = Medium/Hardware Errors encountered on this physical disk drive <LI>0x107 = The number of Directed LIP's has surpassed the threshold <LI>0x200 = Smart event from a physical disk drive not in Storage System <LI>0x201 = Smart event from a physical disk drive not a Volume <LI>0x202 = Smart event from a physical disk drive not a RSS <LI>0x203 = Failure predicted from physical disk drive <LI>0x204 = Can't read from physical disk drive from the poll <LI>0x205 = Failure predicted from physical disk drive while deleting Disk Group <LI>0x206 = physical disk drive forced inoperative from maintenance command for temporary POID <LI>0x207 = physical disk drive forced inoperative from maintenance command for POID <LI>0x208 = Bad block recovery failed or can't read FPAB <LI>0x209 = Failure to remove volume from Storage System <LI>0x20A = Failure to update metadata </UL>"
::= 13600769
sCellEventTrap_3_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A physical disk drive will not be used because the maximum number of physical disk drives already exist in the current Storage System. The affected physical disk drive is identified in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The location of the physical disk drive is contained in the rack_num, dencl_num, and bay fields. Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the reason_code, flags, rss_flags, inq_data, quorum_sequence, capacity, and member_state fields is undefined."
::= 13600770
sCellEventTrap_3_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A HSV110 controller has begun booting. That controller is identified in the node_name field. Note that in this case the content of the scell_tag field is undefined."
::= 13600771
sCellEventTrap_3_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the node_name field has finished the process of bringing the Storage System, identified in the scell_tag field, online."
::= 13600772
sCellEventTrap_3_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the node_name field has been joined into the Storage System."
::= 13600773
sCellEventTrap_3_6 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the node_name field has been ousted from the Storage System identified in the scell_tag field."
::= 13600774
sCellEventTrap_3_7 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the node_name field is now the Storage System, identified in the scell_tag field, master."
::= 13600775
sCellEventTrap_3_8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the node_name field has been brought into the Storage System identified in the scell_tag field."
::= 13600776
sCellEventTrap_4_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. HSV110 controller operation was terminated due to an unrecoverable event detected by either software or hardware or due to an action initiated via the Storage System Management Interface."
::= 13601024
sCellEventTrap_4_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. An HSV110 controller has sent a last gasp message prior to terminating operation. The terminated HSV110 controller is identified in the lter.terminating_ctrlr field. The lter.termination_event.u.value field contains the termination cause (i.e., termination code). The lter.termination_event.termination_location field contains the termination location. The lter.termination_time field contains the termination date and time. The lter.seq field contains the index of the HSV110 controller's Last Termination Event Array element assigned to the termination event. The lter.sw_version, lter.baselevel_id, and lter.ctrlr_model_id fields identify the software level and controller model information. The lter.uptime field contains a value that represents the number of seconds the HSV110 controller has executed functional code since its first power up. Note that the reporting_ctrlr header field identifies the HSV110 controller that received the last gasp message. All other header fields reflect information supplied by the terminating controller."
::= 13601025
sCellEventTrap_4_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A machine check occurred while a termination event was being processed. The post-termination operation being performed at the time the event occurred can be derived from the lter.reuea_index field. Note: The lteihd and lter fields may not describe the event that caused the HSV110 controller to terminate operation depending on how far termination processing got before the machine check occurred."
::= 13601026
sCellEventTrap_4_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An unexpected event occurred while a termination event was being processed. The value contained in the uei.type field describes the event as follows: <UL><LI>0 = Unrecognized Unexpected Event code. <LI>1 = Power failure before initialization could complete. <LI>2 = Recursive termination before initialization could complete. <LI>3 = Terminated during the first part post-termination preparation. <LI>4 = Terminated during the load of the G3 Glue registers. <LI>5 = Terminated during the second part post-termination preparation. <LI>6 = Terminated during event report block load. <LI>7 = Terminated during initialization of all hardware components and software data structures in preparation for restart. <LI>8 = Terminated during execution of an unrecognized post-termination operation (premature). <LI>9 = Power failure during execution of a post-termination operation. <LI>A = No good entries found in Termination Event Array. (Note that this condition is expected following the first boot of a newly manufactured HSV110 controller. In that case this event can be safely ignored; no action is necessary.) <LI>B = The EDC of one or more Termination Event Array entries is bad. <LI>C = Termination Event Array entry control block revision is different. <LI>D = Termination Event Array entry information block revision is different. <LI>E = Termination Event Array entry up time value is greater than the system's up time value. <LI>F = Termination Event Array entry up time value is less than the previous entry's up time value. <LI>10= Termination Event Array entry sequence number value is less than the previous entry's sequence number value. <LI>11= Detected an unrecognized dump/restart control code. <LI>12= Failed to terminate the entity dump loop. <LI>13= Unexpected dump entity size. <LI>14= Unexpected Event Log Packet processing stage code. <LI>15= Number of Termination Parameters supplied not equal to maximum allowed as required. </UL><P> The post-termination operation being performed at the time the unexpected event occurred is contained in the uei.pto field. Note: The lteihd and lter fields may not describe the event that caused the HSV110 controller to terminate operation depending on how far termination processing got before the unexpected event occurred."
::= 13601027
sCellEventTrap_4_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Event Log validation completed successfully. The content of the cinfo.scelcbi.status field, the cinfo.scelcbi structure, and the minfo.scelmi structure show the validated state of the Storage System Event Log. The meaning of the status value contained in the cinfo.scelcbi.status field is as follows: <UL><LI>0 = No problems found. </UL><P> Note: The content of the ainfo fields, cinfo.sctelcbi structure, and minfo.sctelmi structure is undefined."
::= 13601028
sCellEventTrap_4_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Event Log validation failed. The content of the cinfo.scelcbi.status field, the cinfo.scelcbi structure, and the minfo.scelmi structure show the state of the Storage System Event Log at the time of the failure. The content and state of the Storage System Event Log have been initialized to their initial operational settings. The meaning of the status value contained in the cinfo.scelcbi.status field is as follows: <UL><LI>1 = Cookie value is not as expected. <LI>2 = Event data overflows the buffer. <LI>3 = Event data size is not a multiple of 4 bytes, is less than the minimum, or is greater than the maximum. <LI>4 = Event Information Packet type is greater than the maximum. <LI>5 = Event information size is not a multiple of 4 bytes, is less than the minimum, is greater than the maximum, doesn't match the Event Information Packet type size, or when combined with the entry header size doesn't equal the entry size. <LI>6 = Event code is zero. <LI>7 = Event is out of sequence. <LI>8 = Dead space area at the end of a partially packed buffer contains a nonzero value. <LI>9 = An event data block containing a nonzero value was found after end of event data was detected. <LI>A = Sequence number reset flag not set as expected. <LI>B = The event log contains no entries. <LI>C = Event data block read failed during maintenance verification. <LI>D = Event data block read failed during maintenance completion. <LI>E = Event data block erase failed during maintenance completion. <LI>F = Control block read failed during maintenance verification. <LI>17= The event log was destroyed and prepared for re-initialization. </UL><P> Note: The content of the ainfo fields, cinfo.sctelcbi structure, and minfo.sctelmi structure is undefined."
::= 13601029
sCellEventTrap_4_6 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. Event reports were lost due to an insufficient supply of Event Log Packets on the HSV110 controller that is the Storage System Master. The ainfo.events_not_reported field shows the number of event reports lost. Note: The content of the ainfo.quiesce_type field, ainfo.remote_event field cinfo.sctelcbi structure, and minfo.sctelmi structure is undefined."
::= 13601030
sCellEventTrap_4_7 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. Event reports were lost due to an insufficient supply of Event Log Packets on the HSV110 controller that is not the Storage System Master. The ainfo.events_not_reported field shows the number of event reports lost. Note: The content of the ainfo.quiesce_type field, ainfo.remote_event field cinfo.sctelcbi structure, and minfo.sctelmi structure is undefined."
::= 13601031
sCellEventTrap_4_8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Termination Event Log has become inaccessible. The content of the cinfo.sctelcbi.status field, the cinfo.sctelcbi structure, and the minfo.sctelmi structure show the current state of the Storage System Termination Event Log. The meaning of the status value contained in the cinfo.sctelcbi.status field is as follows: <UL><LI>F = Control block read failed during maintenance verification. <LI>10= Control block write failed during maintenance verification. <LI>11= Event data block write failed during maintenance update. <LI>12= Control block write failed during maintenance completion. <LI>13= Storage System Termination Event Log related send was unsuccessful or the master found that the Storage System Termination Event Log is inaccessible. <LI>16= Event data block read failed during retrieval request. </UL><P> Note: The content of the ainfo fields, cinfo.scelcbi structure, and minfo.scelmi structure is undefined."
::= 13601032
sCellEventTrap_4_9 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Termination Event Log validation completed successfully. The content of the cinfo.sctelcbi.status field, the cinfo.sctelcbi structure, and the minfo.sctelmi structure show the validated state of the Storage System Termination Event Log. The meaning of the status value contained in the cinfo.sctelcbi.status field is as follows: <UL><LI>0 = No problems found. </UL><P> Note: The content of the ainfo fields, cinfo.scelcbi structure, and minfo.scelmi structure is undefined."
::= 13601033
sCellEventTrap_4_a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Termination Event Log validation failed. The content of the cinfo.sctelcbi.status field, the cinfo.sctelcbi structure, and the minfo.sctelmi structure show the state of the Storage System Termination Event Log at the time of the failure. The meaning of the status value contained in the cinfo.sctelcbi.status field is as follows: <UL><LI>F = Control block read failed during maintenance verification. <LI>10= Control block write failed during maintenance verification. <LI>11= Event data block write failed during maintenance update. <LI>12= Control block write failed during maintenance completion. <LI>13= Storage System Termination Event Log related send was unsuccessful or the master found that the Storage System Termination Event Log is inaccessible. <LI>16= Event data block read failed during retrieval request. <LI>17= The log was destroyed and prepared for re-initialization. </UL><P> Note: The content of the ainfo fields, cinfo.scelcbi structure, and minfo.scelmi structure is undefined."
::= 13601034
sCellEventTrap_4_b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Termination Event Log has been updated with the termination event information obtained from the HSV110 controller that is not the Storage System Master. The content of the cinfo.sctelcbi.status field, the cinfo.sctelcbi structure, and the minfo.sctelmi structure show the updated state of the Storage System Termination Event Log. The meaning of the status value contained in the cinfo.sctelcbi.status field is as follows: <UL><LI>0 = No problems found. </UL><P> Note: The content of the ainfo fields, cinfo.scelcbi structure, and minfo.scelmi structure is undefined."
::= 13601035
sCellEventTrap_4_c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The Fault Manager on the Storage System Master received an invalid Event Information Packet from the remote Fault Manager. The header information from the invalid Event Information Packet is contained in the ainfo.remote_event field. Note: The content of the ainfo.quiesce_type field, ainfo.events_not_reported field, cinfo.scelcbi structure, cinfo.sctelcbi structure, minfo.scelmi structure, and minfo.sctelmi structure is undefined."
::= 13601036
sCellEventTrap_4_d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Fault Manager operation was made quiescent. If the ainfo.quiesce_type field is equal to 0, the operation was performed on both HSV110 controllers. If the ainfo.quiesce_type field is equal to 1, the operation was performed only on the HSV110 controller that is not the Storage System Master. Note: The content of the ainfo.events_not_reported field, cinfo.scelcbi structure, cinfo.sctelcbi structure, minfo.scelmi structure, and minfo.sctelmi structure is undefined."
::= 13601037
sCellEventTrap_4_e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. An HSV110 controller sent a last gasp message prior to terminating operation with an indication that the HSV110 controller identified in the lter.terminating_ctrlr field should also terminate operation."
::= 13601038
sCellEventTrap_4_f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. This HSV110 controller sent its termination event information to the HSV110 controller that is the Storage System Master. The content of the cinfo.sctelcbi.status field, the cinfo.sctelcbi structure, and the minfo.sctelmi structure show the updated state of the Storage System Termination Event Log. The meaning of the status value contained in the cinfo.sctelcbi.status field is as follows: <UL><LI>0 = No problems found. </UL><P> Note: The content of the ainfo fields, cinfo.scelcbi structure, and minfo.scelmi structure is undefined."
::= 13601039
sCellEventTrap_4_10 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. Event reports were lost due to an insufficient supply of ISR Event Log Packets on the HSV110 controller that is the Storage System Master. The ainfo.events_not_reported field shows the number of event reports lost. Note: The content of the ainfo.quiesce_type field, ainfo.remote_event field cinfo.sctelcbi structure, and minfo.sctelmi structure is undefined."
::= 13601040
sCellEventTrap_4_11 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. Event reports were lost due to an insufficient supply of ISR Event Log Packets on the HSV110 controller that is not the Storage System Master. The ainfo.events_not_reported field shows the number of event reports lost. Note: The content of the ainfo.quiesce_type field, ainfo.remote_event field cinfo.sctelcbi structure, and minfo.sctelmi structure is undefined."
::= 13601041
sCellEventTrap_6_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A physical disk drive has reported that it has exceeded its failure prediction threshold. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the physical disk drive is contained in the cmd field. The sense data obtained from the physical disk drive as a result of the failure prediction threshold exceeded error is contained in the error field. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601536
sCellEventTrap_6_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A Fibre Channel port on the HSV110 controller has failed to respond. The identity of the affected Fibre Channel port is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number of the affected Fibre Channel port is contained in the port field. The peb array contains the port event block information. The peq_frz_prod_index field contains the index to the port event block in use when the Tachyon chip entered the frozen state. The peq_prod_index field contains the index to the next port event block. The peq_cons_index field contains the index to the next port event block to be acted upon. The failure_cause field contains the internal routing value as follows: <UL><LI>1 - Excessive exchange timeouts on loop <LI>2 - Excessive link errors on loop <LI>3 - Exhausted Link Down retries on loop with signal <LI>4 - Exhausted Link Down retries on loop with loss of signal <LI>5 - Excessive link inits on loop without completing device discovery </UL>"
::= 13601537
sCellEventTrap_6_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A physical disk drive has reported a check condition error. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the physical disk drive is contained in the cmd field. The sense data obtained from the physical disk drive as a result of the check condition error is contained in the error field. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601538
sCellEventTrap_6_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. An exchange sent to a physical disk drive or another HSV110 controller via the mirror port or a Fibre Channel port has timed out. The identity of the intended recipient is contained in the device field. The Fibre Channel port over which the frame was sent is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port number over which the frame was sent is contained in the port field. The arbitrated loop physical address of the intended recipient is contained in the al_pa field. The missing_port and missing_cerp_id fields are unused. The location of the intended recipient is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The number of timeouts detected is contained in the num_times field. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601539
sCellEventTrap_6_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. Work was unexpectedly sent to this HSV110 controller by a physical disk drive or another HSV110 controller. This HSV110 controller did not originate the work. The identity of the sender is contained in the device field. The Fibre Channel port over which the unexpected work was received is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port number over which the unexpected work was received is contained in the port field. The arbitrated loop physical address of the sender is contained in the al_pa field. The location of the sender is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The hdr_cdb field contains the command descriptor block and Fibre Channel header information associated with the unexpected work."
::= 13601540
sCellEventTrap_6_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. Work has been sent to a physical disk drive or another HSV110 controller via the mirror port but it did not respond. The identity of the intended target is contained in the device field. The Fibre Channel port over which the work was sent is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port over which the work was sent is contained in the port field. The arbitrated loop physical address of the intended target is contained in the al_pa field. The location of the intended target is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the intended target is contained in the cmd field. Note that in this case the content of the error field is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601541
sCellEventTrap_6_7 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A Target Discovery Service Descriptor exchange sent to a physical disk drive has timed out. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the physical disk drive is contained in the cmd field. Note that in this case the content of the error field is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601543
sCellEventTrap_6_8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. An excessive number of link errors were detected on a HSV110 controller's Fibre Channel port. The identity of the affected Fibre Channel port is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number of the affected Fibre Channel port is contained in the port field. This is an informational event triggered by the occurrence of an excessive number of Tachyon chip link status errors detected within a particular link status error type. The number of occurrences of each link status error type is contained in a separate type-specific field (e.g., loss_of_signal, bad_rx_char, etc.). The HSV110 controller checks each of its Fibre Channel port's for excessive link status errors periodically."
::= 13601544
sCellEventTrap_6_9 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A physical disk drive has reported numerous failure prediction threshold exceeded errors. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The missing_port and missing_cerp_id fields are unused. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The num_times field is the number of failure prediction threshold exceeded errors reported by the physical disk drive in the previous minute. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601545
sCellEventTrap_6_a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A physical disk drive has reported numerous check condition errors. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The missing_port and missing_cerp_id fields are unused. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The num_times field is the number of check condition errors reported by the physical disk drive in the previous minute. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601546
sCellEventTrap_6_b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A non-data exchange sent to a physical disk drive has timed out. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the physical disk drive is contained in the cmd field. Note that in this case the content of the error field is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601547
sCellEventTrap_6_c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A loop switch has been detected on a Fibre Channel port. The identity of the Fibre Channel port is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number is contained in the port field. Note that in this case the content of the device, al_pa, rack_num, dencl_num, bay, fed_class and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The missing_port and missing_cerp_id fields are unused. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601548
sCellEventTrap_6_d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The location of a physical disk drive previously reported as unknown is now known. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The missing_port and missing_cerp_id fields are unused. The location of the physical disk drive is contained in the rack_num, dencl_num, and bay fields. Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of fed_class, al_pa and num_times fields are undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601549
sCellEventTrap_6_e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Drive Enclosure Environmental Monitoring Unit requested a code update but the code update could not be found, so the update was not performed. The identity of the affected Drive Enclosure Environmental Monitoring Unit is contained in the device field. The Fibre Channel port used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the port field. The missing_port and missing_cerp_id fields are unused. The location of the Drive Enclosure Environmental Monitoring Unit is contained in the rack_num and dencl_num fields. Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the al_pa, bay, fed_class and num_times field is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601550
sCellEventTrap_6_f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The Drive Enclosure Environmental Monitoring Unit is able to communicate with a physical disk drive but this HSV110 controller is unable to communicate with that physical disk drive on the Fibre Channel bus. The identity of the Drive Enclosure Environmental Monitoring Unit is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The missing_port and missing_cerp_id fields are unused. The location of the physical disk drive is contained in the rack_num, dencl_num, and bay fields. Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the al_pa, fed_class and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601551
sCellEventTrap_6_10 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. A HSV110 controller is unable to communicate with this Drive Enclosure Environmental Monitoring Unit. The Drive Enclosure Environmental Monitoring Unit identified in the device field has stopped communicating with the HSV110 controller. The Fibre Channel port used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the port field. The missing_port and missing_cerp_id fields are unused. The location of the Drive Enclosure Environmental Monitoring Unit is contained in the rack_num and dencl_num fields. Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the bay, al_pa, fed_class and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601552
sCellEventTrap_6_12 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The retry count for a task assigned to a Drive Enclosure Environmental Monitoring Unit has been exhausted. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The peb array contains the task list that was intended to be sent to the Drive Enclosure Environmental Monitoring Unit. The peq_frz_prod_index field contains the task that was being retried. The peq_prod_index field contains the drive enclosure where the physical disk drive used to communicate with the Drive Enclosure Environmental Monitoring Unit is located. The peq_cons_index field identifies the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) used to communicate with the physical disk drive that was used to communicate with the Drive Enclosure Environmental Monitoring Unit. The failure_cause field contains the bay where the physical disk drive used to communicate with the Drive Enclosure Environmental Monitoring Unit."
::= 13601554
sCellEventTrap_6_13 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Drive Enclosure Environmental Monitoring Unit is able to communicate with this HSV110 controller. The identity of the Drive Enclosure Environmental Monitoring Unit is contained in the device field. The Fibre Channel port used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the port field. The missing_port and missing_cerp_id fields are unused. The location of the Drive Enclosure Environmental Monitoring Unit is contained in the rack_num and dencl_num fields. Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the bay, fed_class and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601555
sCellEventTrap_6_14 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. There are too many drive enclosures attached to a Fibre Channel port. The Fibre Channel port with too many drive enclosures attached to the HSV110 controller is contained in the cerp_id field. Note that in this case the content of the bay, fed_class, rack_num, dencl_num and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The missing_port and missing_cerp_id fields are unused. The location of the identified in the cerp_id field. The device, missing_port and missing_cerp_id fields are unused. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601556
sCellEventTrap_6_15 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The cable connected to the I/O module is attached to the wrong Fibre Channel port. The Fibre Channel port incorrectly attached to the HSV110 controller is contained in the cerp_id field. Note that in this case the content of the device, missing_port, missing_cerp_id, bay, fed_class, rack_num, dencl_num and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601557
sCellEventTrap_6_16 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A HSV110 controller does not have an address on the enclosure address bus. The HSV110 controller location cannot be identified. Note that in this case the content of the missing_port, missing_cerp_id, bay, fed_class, rack_num, dencl_num, al_pa, device, cerp_id, port, enclosures array and num_times fields is undefined."
::= 13601558
sCellEventTrap_6_18 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Drive Enclosure Environmental Monitoring Unit has begun updating its code. Do not power down this drive enclosure until the code update has completed. The identity of the Drive Enclosure Environmental Monitoring Unit is contained in the device field. The Fibre Channel port used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the port field. The missing_port and missing_cerp_id fields are unused. The location of the Drive Enclosure Environmental Monitoring Unit is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. In addition, the device field may contain all zeroes. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that the content of the fed_class, al_pa, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601560
sCellEventTrap_6_19 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Drive Enclosure Environmental Monitoring Unit has completed updating its code. It is now safe to power down this drive enclosure. The identity of the Drive Enclosure Environmental Monitoring Unit is contained in the device field. The Fibre Channel port used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Drive Enclosure Environmental Monitoring Unit is contained in the port field. The missing_port and missing_cerp_id fields are unused. The location of the Drive Enclosure Environmental Monitoring Unit is contained in the rack_num and dencl_num fields. Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class, al_pa, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601561
sCellEventTrap_6_1a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A physical disk drive has exceeded its soft error threshold. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class, cdb, and sense_data fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601562
sCellEventTrap_6_1b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A HSV110 controller now has an address on the enclosure address bus. The HSV110 controller location has been identified. The location of the HSV110 controller is contained in the rack_num and dencl_num fields. Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the bay, fed_class, al_pa, cerp_id, port, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The missing_port and missing_cerp_id fields are unused. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601563
sCellEventTrap_6_1c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. An outbound frame targeted to a physical disk drive has timed out. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the physical disk drive is contained in the cmd field. Note that in this case the content of the error field is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601564
sCellEventTrap_6_1d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A Fibre Channel exchange to a physical disk drive has completed but is missing data. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the physical disk drive is contained in the cmd field. Note that in this case the content of the error field is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601565
sCellEventTrap_6_1e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A HSV110 controller has detected only one port of a Fibre Channel device. This Fibre Channel device has entered the Single Port on Fibre state which should be corrected as soon as possible. The identity of the Fibre Channel device is contained in the device field. The Fibre Channel port still able to communicate with the Fibre Channel device is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number able to communicate with the Fibre Channel device is contained in the port field. The Fibre Channel port unable to communicate with the Fibre Channel device is contained in the missing_cerp_id field. The HSV110 controller internal Fibre Channel port number unable to communicate with the Fibre Channel device is contained in the missing_port field. The arbitrated loop physical address of the Fibre Channel device is contained in the al_pa field. The location of the Fibre Channel device is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601566
sCellEventTrap_6_1f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A previously reported Fibre Channel device with only one port has been corrected and redundancy has been restored. The device is no longer in the Single Port on Fibre state. The identity of the Fibre Channel device is contained in the device field. The Fibre Channel port used to communicate with the Fibre Channel device is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Fibre Channel device is contained in the port field. The missing_port and missing_cerp_id fields are unused. The arbitrated loop physical address of the Fibre Channel device is contained in the al_pa field. The location of the Fibre Channel device is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601567
sCellEventTrap_6_20 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An unsupported Fibre Channel device has been detected. The drive has been failed to prevent possible data corruption or system instability. The identity of the Fibre Channel device is contained in the device field. The Fibre Channel port used to communicate with the Fibre Channel device is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Fibre Channel device is contained in the port field. The arbitrated loop physical address of the Fibre Channel device is contained in the al_pa field. The missing_port and missing_cerp_id fields are unused. The location of the Fibre Channel device is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601568
sCellEventTrap_6_21 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Fibre Channel device with the incorrect block size has been detected. The identity of the Fibre Channel device is contained in the device field. The Fibre Channel port used to communicate with the Fibre Channel device is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Fibre Channel device is contained in the port field. The arbitrated loop physical address of the Fibre Channel device is contained in the al_pa field. The missing_port and missing_cerp_id fields are unused. The location of the Fibre Channel device is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601569
sCellEventTrap_6_23 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A HSV110 controller is about to retry a failed port. The Fibre Channel port that is about to be retried is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number about to be retried is contained in the port field. Note that in this case the content of the bay, rack_num, fed_class, al_pa, dencl_num, device, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The missing_port and missing_cerp_id fields are unused. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601571
sCellEventTrap_6_24 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A HSV110 controller has successfully retried a failed port. The Fibre Channel port that has been restarted is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number that has been restarted is contained in the port field. Note that in this case the content of the bay, rack_num, fed_class, al_pa, dencl_num, device, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The missing_port and missing_cerp_id fields are unused. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601572
sCellEventTrap_6_25 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Drive Enclosure Environmental Monitoring Unit has failed to assign a hard address to a physical disk drive on the loop. The device field contains the identity of the enclosure. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The al_pa field contains the expected AL_PA, and the num_times field contains the actual AL_PA. The missing_port and missing_cerp_id fields are unused. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note that in this case the content of the fed_class is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601573
sCellEventTrap_6_26 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Drive Enclosure Environmental Monitoring Unit has failed to assign an address to a physical disk drive on the loop. This has occurred because another physical disk drive has already obtained this AL_PA. The device field contains the identity of the enclosure. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The al_pa field contains the AL_PA that was stolen. The missing_port and missing_cerp_id fields are unused. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601574
sCellEventTrap_6_27 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Drive Enclosure Environmental Monitoring Unit has failed to assign address(s) to a physical disk drive on the loop. Soft addressing was detected for this enclosure. The device field contains the identity of the enclosure. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The missing_port and missing_cerp_id fields are unused. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class, al_pa, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601575
sCellEventTrap_6_28 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The retry count for an OB task assigned to a Drive Enclosure Environmental Monitoring Unit has been exhausted. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The peb array contains the task list that was intended to be sent to the Drive Enclosure Environmental Monitoring Unit. The peq_frz_prod_index field contains the task that was being retried. The peq_prod_index field contains the drive enclosure where the physical disk drive used to communicate with the Drive Enclosure Environmental Monitoring Unit is located. The peq_cons_index field identifies the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) used to communicate with the physical disk drive that was used to communicate with the Drive Enclosure Environmental Monitoring Unit. The failure_cause field contains the bay where the physical disk drive used to communicate with the Drive Enclosure Environmental Monitoring Unit."
::= 13601576
sCellEventTrap_6_29 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller has sent a Basic Link Service command Abort Sequence Frame. The original work is described in this event. The identity of the intended target is contained in the device field. The Fibre Channel port over which the work was sent is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port over which the work was sent is contained in the port field. The arbitrated loop physical address of the intended target is contained in the al_pa field. The location of the intended target is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the intended target is contained in the cmd field. Note that in this case the content of the error field is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601577
sCellEventTrap_6_2a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller has sent an Extended Link Service command Reinstate Recovery Qualifier. The original work is described in this event. The identity of the intended target is contained in the device field. The Fibre Channel port over which the work was sent is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port over which the work was sent is contained in the port field. The arbitrated loop physical address of the intended target is contained in the al_pa field. The location of the intended target is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The Fibre Channel Exchange Descriptor class is contained in the fed_class field. The command issued to the intended target is contained in the cmd field. Note that in this case the content of the error field is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601578
sCellEventTrap_6_2b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A physical disk drive was bypassed rendering it unusable. The physical disk drive is unusable because a Drive Enclosure Environmental Monitoring Unit bypassed a drive bay or the physical disk drive left itself bypassed. The physical disk drive is not available to the HSV110 controllers and will not be displayed by the HSV element manager GUI. The physical disk drive fault led will be lit to indicate that it is unusable. The Fibre Channel port over which this condition was detected is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port over which this condition was detected is contained in the port field. The al_pa field is invalid. The location of the physical disk drive is as indicated by the content of the rack_num, dencl_num, and bay fields. Note that the content of the rack_num field will not be valid until a future release. The bypass_reason field is used to indicate how the physical disk drive was bypassed: <UL><LI>1 = The physical disk drive left itself bypassed <LI>2 = The Drive Enclosure Environmental Monitoring Unit bypassed the drive bay </UL>The Drive Enclosure Environmental Monitoring Unit is identified in the device field. Additionally, the content of the pid, rev, and enclosures array fields is undefined in this case."
::= 13601579
sCellEventTrap_6_2c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. One or more media defects were detected on a physical disk drive. The affected physical disk drive is identified in the device field. The Fibre Channel port over which the media defect(s) was detected is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port number over which the media defect(s) was detected is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The Logical Block Address of each media defect is contained in a separate entry of the hdr_cdb array. Only nonzero values in the hdr_cdb array entries are valid. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release."
::= 13601580
sCellEventTrap_6_2d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. An HSV110 controller issued a directed LIP to an arbitrated loop physical address. The Fibre Channel port over which the directed LIP was issued is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port number over which the directed LIP was issued is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field."
::= 13601581
sCellEventTrap_6_2e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. An HSV110 controller has detected Loop Receiver Failures. The Fibre Channel port over which the Loop Receiver Failures were detected is identified in the cerp_id field. The HSV110 controller internal Fibre Channel port number over which the Loop Receiver Failures were detected is contained in the port field. The counts and the AL_PAs of the Loop Receiver Failures are contained in a separate entry of the hdr_cdb array. Only nonzero values in the hdr_cdb array entries are valid. The affected HSV110 controller is identified in the device field. Note that in this case the content of the al_pa, dencl_num, bay, and rack_num fields are undefined."
::= 13601582
sCellEventTrap_6_30 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A HSV110 controller has detected only one port of all Fibre Channel devices in an enclosure. These Fibre Channel devices have entered the Single Port on Fibre state which should be corrected as soon as possible. The identity of the Fibre Channel device enclosure is contained in the device field. The Fibre Channel port still able to communicate with the Fibre Channel device is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number able to communicate with the Fibre Channel device is contained in the port field. The Fibre Channel port unable to communicate with the Fibre Channel device is contained in the missing_cerp_id field. The HSV110 controller internal Fibre Channel port number unable to communicate with the Fibre Channel device is contained in the missing_port field. The al_pa and bay fields are invalid. The location of the Fibre Channel enclosure is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601584
sCellEventTrap_6_31 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A previously reported Fibre Channel device enclosure with only one port has been corrected and redundancy has been restored. The devices in the enclosure are no longer in the Single Port on Fibre state. The identity of the Fibre Channel device enclosure is contained in the device field. The Fibre Channel port used to communicate with the Fibre Channel device enclosure is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Fibre Channel device is contained in the port field. The al_pa, bay, missing_port, and missing_cerp_id fields are invalid. The location of the Fibre Channel device is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. Note also that in this case the content of the fed_class, and num_times fields is undefined. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601585
sCellEventTrap_6_32 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A HSV110 controller has detected only one port of all Fibre Channel devices on a loop. These Fibre Channel devices have entered the Single Port on Fibre state which should be corrected as soon as possible. The device, al_pa, dencl_num, and bay fields are all invalid. The Fibre Channel port still able to communicate with the Fibre Channel device is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number able to communicate with the Fibre Channel device is contained in the port field. The Fibre Channel port unable to communicate with the Fibre Channel device is contained in the missing_cerp_id field. The HSV110 controller internal Fibre Channel port number unable to communicate with the Fibre Channel device is contained in the missing_port field."
::= 13601586
sCellEventTrap_6_33 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A previously reported Fibre Channel loop with only one port has been corrected and redundancy has been restored. The devices on the loop are no longer in the Single Port on Fibre state. The device, al_pa, dencl_num, bay, missing_port, and missing_cerp_id fields are invalid. The Fibre Channel port used to communicate with the Fibre Channel devices is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the Fibre Channel devices is contained in the port field."
::= 13601587
sCellEventTrap_6_34 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A HSV110 controller has been told to enable a device port, and that device port was not disabled during boot diagnostics. The Fibre Channel port that was enabled is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number enabled is contained in the port field. Note that in this case the contents of the bay, rack_num, fed_class, al_pa, dencl_num, device, enclosure array, and num_times fields are undefined. The missing_port and missing_cerp_id fields are unused."
::= 13601588
sCellEventTrap_6_35 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An unrecognized Fibre Channel physical disk drive firmware revision has been detected by the physical disk drive firmware load process. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The bypass_reason field is invalid. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num, al_pa and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The pid field contains the SCSI Inquiry Product Identification obtained from the physical disk drive. The rev field contains the current firmware revision obtained from the physical disk drive. The new_rev field contains the latest firmware version known to the controller, or blanks if the isn't a known version. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601589
sCellEventTrap_6_36 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An unsupported Fibre Channel physical disk drive firmware revision has been detected by the physical disk drive firmware load process. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The bypass_reason field is invalid. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num, al_pa and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The pid field contains the SCSI Inquiry Product Identification obtained from the physical disk drive. The rev field contains the current firmware revision obtained from the physical disk drive. The new_rev field contains the latest firmware version known to the controller, or blanks if the isn't a known version. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601590
sCellEventTrap_6_37 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Fibre Channel physical disk drive firmware revision has been detected by the physical disk drive firmware load process that is later than the latest known supported revision. If the location information is 0, it indicates the type of drive, not a specific drive. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The bypass_reason field is invalid. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num, al_pa and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The pid field contains the SCSI Inquiry Product Identification obtained from the physical disk drive. The rev field contains the current firmware revision obtained from the physical disk drive. The new_rev field contains the latest firmware version known to the controller, or blanks if the isn't a known version. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601591
sCellEventTrap_6_38 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Fibre Channel physical disk drive firmware revision has been detected by the physical disk drive firmware load process that has a newer supported revision available. If the location information is 0, it indicates the type of drive, not a specific drive. The identity of the physical disk drive is contained in the device field. The Fibre Channel port used to communicate with the physical disk drive is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number used to communicate with the physical disk drive is contained in the port field. The arbitrated loop physical address of the physical disk drive is contained in the al_pa field. The bypass_reason field is invalid. The location of the physical disk drive is determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num, dencl_num, and bay fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num, al_pa and bay fields is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num, dencl_num, and bay fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. The identity contained in the device field should be used to confirm the last known location values. </UL>Note that the content of the rack_num field will not be valid until a future release. The pid field contains the SCSI Inquiry Product Identification obtained from the physical disk drive. The rev field contains the current firmware revision obtained from the physical disk drive. The new_rev field contains the latest firmware version known to the controller, or blanks if the isn't a known version. The enclosures array shows the drive enclosures available on the Fibre Channel port identified in the cerp_id field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13601592
sCellEventTrap_6_39 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller bypassed a device bay in an attempt to restore operability. The identity of the bay is indicated by the rack_num, dencl_num, and bay fields. All other fields are invalid."
::= 13601593
sCellEventTrap_6_3a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller is attempting to recovery devices on the indicated port. All other fields are invalid."
::= 13601594
sCellEventTrap_6_3b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller has finished error recovery attempts on the indicated port. All other fields are invalid."
::= 13601595
sCellEventTrap_6_3c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller been requested to unbypass device bays on the indicated port. All other fields are invalid."
::= 13601596
sCellEventTrap_6_3d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The HSV110 controller has detected a enclosure on the CAB bus that does not have a Fibre Channel connection. All fields except port and rack are invalid. other fields are invalid."
::= 13601597
sCellEventTrap_6_3e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The HSV110 controller has detected an enclosure on the Fibre Channel but is unable to communicate with the EMU on the CAB bus or the EMU is reporting an invalid enclosure number. All fields except port and rack are invalid. other fields are invalid."
::= 13601598
sCellEventTrap_7_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. Allocation of a Virtual Disk has stalled due to insufficient space in the Disk Group caused by the failure or pulling of a physical disk drive. The tag1 field contains the identity of the Virtual Disk. The tag2 field contains the identity of the Disk Group. The values that may be found in the state field are as follows: <UL><LI>0 = Attempting to retry the allocation <LI>1 = Awaiting a leveling event (a drive needs to be inserted) </UL>"
::= 13601792
sCellEventTrap_7_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. Expansion of a Virtual Disk has stalled due to insufficient space in the Disk Group caused by the failure or pulling of a physical disk drive. The tag1 field contains the identity of the Virtual Disk. The tag2 field contains the identity of the Disk Group. The values that may be found in the state field are as follows: <UL><LI>0 = Attempting to retry the expansion <LI>1 = Awaiting a leveling event (a drive needs to be inserted) </UL>"
::= 13601793
sCellEventTrap_7_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. Leveling of capacity in a Disk Group has started. The identity of the Disk Group is contained in the tag1 field."
::= 13601794
sCellEventTrap_7_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. Leveling of capacity in a Disk Group has finished. The identity of the Disk Group is contained in the tag1 field."
::= 13601795
sCellEventTrap_7_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A member management operation has started due to the appearance or disappearance of a physical disk drive. If available, the tag1 field contains the identity of the physical disk drive. The tag2 field contains the disk unit block in which physical disk drive resides. The values that may be found in the state field are as follows: <UL><LI>2 = Reconstructing <LI>4 = Migrating <LI>6 = Reverting </UL>"
::= 13601796
sCellEventTrap_7_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A member management operation has finished. If available, the tag1 field contains the identity of the physical disk drive. The tag2 field contains the disk unit block in which the physical disk drive resides. The values that may be found in the state field are as follows: <UL><LI>2 = Reconstructing <LI>4 = Migrating <LI>6 = Reverting </UL>The status field contains one of the following values: <UL><LI>1 = PSEGS NONE ( Reconstruction of data was successful ) <LI>2 = PSEGS RAID0 ( Could not reconstruct RAID0 data ) <LI>4 = PSEGS RAID5 ( Could not reconstruct RAID5 data ) <LI>8 = PSEGS RAID1 ( Could not reconstruct RAID1 data ) </UL>"
::= 13601797
sCellEventTrap_7_6 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Disk Group has started changing its internal structure due to the appearance or disappearance of a Volume. The identity of the Disk Group is contained in the tag1 field. The values that may be found in the state field are as follows: <UL><LI>4 = Merge began <LI>8 = Split began </UL>"
::= 13601798
sCellEventTrap_7_7 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Disk Group has finished changing its internal structure due to the appearance or disappearance of a volume. The identity of the Disk Group is contained in the tag1 field. The values that may be found in the state field are as follows: <UL><LI>4 = Merge completed <LI>8 = Split completed </UL>"
::= 13601799
sCellEventTrap_7_8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. Deallocation of a Virtual Disk has failed after three attempts due to unknown circumstances. This will more than likely be caused by failing physical drives. The deletion will be restarted when a resync/reboot occurs. The tag1 field contains the identity of the Virtual Disk. The tag2 field contains the identity of the Disk Group. The values that may be found in the status field indicate the returned status from the delete operation."
::= 13601800
sCellEventTrap_9_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of the Physical Disk Drive identified in the handle field has transitioned to the NORMAL state. The value.ul1 field contains the new state: 1 (NORMAL). The value.ul2 field contains the old state. The state values that may be in the value.ul2 field are as follows: <UL><LI>2 = Degraded <LI>3 = Failed <LI>4 = Not present <LI>5 = Single Port on Fibre </UL>The enclosure number, bay number, and rack number where the Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], attribute.value.u32[2] fields, respectively. The attribute.type field contains value 1. The rack number in the attribute.value.u32[2] field will not contain a valid value until a future release."
::= 13602305
sCellEventTrap_9_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of a Volume has changed. The identity of the affected Volume is contained in the handle field. The add_handle field contains the identity of the Physical Disk Drive that is associated with that Volume. The enclosure number, bay number, and rack number where the associated Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], and attribute.value.u32[2] fields, respectively. The internal identification of that Volume's Redundant Storage Set is contained in the attribute.value.u32[3] field. The attribute.type field contains the value of 1. The value.ul1 field contains the new state. The value.ul2 field contains the old state. The state values that may be found in the value.ul1 and value.ul2 fields are as follows: <UL><LI>1 = Normal - Volume is present and operating normally <LI>2 = Migrating - Data from this volume is being moved to other storage in this Disk Group <LI>3 = Missing - Volume is inaccessible <LI>4 = Reconstructing - Volume is inaccessible; redundant data is being regenerated and moved to other storage in this Disk Group <LI>5 = Completing - This previously inaccessible volume has become accessible; data migration is being completed <LI>6 = Reverting - This previously inaccessible volume has become accessible; data is being regenerated <LI>7 = Failed - Volume is not being used in the Disk Group; disk errors are preventing normal usage </UL>"
::= 13602306
sCellEventTrap_9_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of the internal Logical Disk associated with the Virtual Disk identified in the handle field has changed. The value.ul1 field contains the new state. The value.ul2 field contains the old state. The state values that may be found in the value.ul1 and value.ul2 fields are as follows: <UL><LI>1 = Normal <LI>2 = Replacement delay in progress <LI>3 = Redundancy lost, restore in progress <LI>4 = Redundancy lost, restore stalled <LI>5 = Failed <LI>6 = Creation in progress <LI>7 = Snapshot is inoperative due to lack of snapshot space <LI>8 = Deletion in progress <LI>9 = Capacity change in progress <LI>10 = Inoperative due to data lost <LI>11 = Capacity reservation in progress <LI>12 = Capacity unreservation in progress </UL>"
::= 13602307
sCellEventTrap_9_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of the HSV110 controller identified in the handle field has transitioned to the NORMAL state. The value.ul1 field contains the new state: 1 (NORMAL). The value.ul2 field contains the old state: 3 (FAILED)."
::= 13602308
sCellEventTrap_9_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of a battery assembly within the HSV110 controller identified in the handle field has changed. The value.ul1 field contains the new state. The value.ul2 field contains the old state. The state values that may be found in the value.ul1 and value.ul2 fields are as follows: <UL><LI>1 = Battery System Hold-up Time is greater than 96 hours <LI>3 = Battery System Hold-up Time is greater than 0 and less than 96 hours <LI>5 = Battery System Hold-up Time is zero hours </UL>"
::= 13602309
sCellEventTrap_9_6 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. A Volume has transitioned to the MISSING state. The affected Volume is identified in the handle field. The add_handle field contains the identity of the Physical Disk Drive that is associated with that Volume. The enclosure number, bay number, and rack number where the associated Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], and attribute.value.u32[2] fields, respectively. The internal identification of that Volume's Redundant Storage Set is contained in the attribute.value.u32[3] field. The attribute.type field contains the value of 1. The value.ul1 field contains the new state. The value.ul2 field contains the old state. The state values that may be found in the value.ul1 and value.ul2 fields are as follows: <UL><LI>1 = Normal - Volume is present and operating normally <LI>2 = Migrating - Data from this volume is being moved to other storage in this Disk Group <LI>4 = Reconstructing - Volume is inaccessible; redundant data is being regenerated and moved to other storage in this Disk Group <LI>5 = Completing - This previously inaccessible volume has become accessible; data migration is being completed <LI>6 = Reverting - This previously inaccessible volume has become accessible; data is being regenerated <LI>7 = Failed - Volume is not being used in the Disk Group; disk errors are preventing normal usage </UL>"
::= 13602310
sCellEventTrap_9_7 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of the Fibre Channel port identified in the attribute.value.str field and located on the rear panel of the HSV110 controller identified in the handle field has transitioned to the NORMAL state. The attribute.type field contains the value 4. The value.ul1 field contains the new state: 1 (NORMAL). The value.ul2 field contains the old state: 2 (FAILED). <P> Note that the HSV110 controller's internal identity of the affected Fibre Channel port is contained in the secondary_id field."
::= 13602311
sCellEventTrap_9_8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. The Occupancy Alarm Level threshold has been reached for the Disk Group identified in the handle field."
::= 13602312
sCellEventTrap_9_9 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Resource Availability state of a Volume has transitioned to the SUFFICIENT state. The affected Volume is identified in the handle field. The add_handle field contains the identity of the Physical Disk Drive that is associated with that Volume. The enclosure number, bay number, and rack number where the associated Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], and attribute.value.u32[2] fields, respectively. The internal identification of that Volume's Redundant Storage Set is contained in the attribute.value.u32[3] field. The attribute.type field contains the value of 1. The value.ul1 field contains the new state: 0 (SUFFICIENT). The value.ul2 field contains the old state: 1 (INSUFFICIENT)."
::= 13602313
sCellEventTrap_9_a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Data Availability state of the internal Logical Disk associated with the Virtual Disk identified in the handle field has transitioned to the NORMAL state. The value.ul1 field contains the new state: 0 (NORMAL). The value.ul2 field contains the old state: 1 (DATA LOST)."
::= 13602314
sCellEventTrap_9_c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Snapclone Logical Disk identified in the handle field has completed the unsharing operation. The secondary_id field contains the noid of the associated successor internal Logical Disk."
::= 13602316
sCellEventTrap_9_d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of the Quorum Disk flag of a Volume has changed. The affected Volume is identified in the handle field. The value.ul1 field contains the new state of the Quorum Disk flag. The value.ul2 field contains the old state of the Quorum Disk flag. The state values that may be found in the value.ul1 and value.ul2 fields are as follows: <UL><LI>0 = Not quorum disk <LI>1 = Quorum disk </UL>"
::= 13602317
sCellEventTrap_9_e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The temperature trip point for a temperature sensor located within an HSV110 controller has been reached. The HSV110 controller is identified in the handle field. The value.ul1 field contains the current temperature reading from I2C sensor 1 in degrees celsius while the value.ul2 field contains the adjusted reading from I2C sensor 2. The set temperature trip point is contained in the secondary_id field."
::= 13602318
sCellEventTrap_9_f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. The temperature within the HSV110 controller identified in the handle field is approaching its trip point. The value.ul1 field contains the current temperature reading from I2C sensor 1 in degrees celsius while the value.ul2 field contains the adjusted reading from I2C sensor 2. The secondary_id field contains the set temperature trip point in Celsius."
::= 13602319
sCellEventTrap_9_11 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Blower Present flag for the '1' blower assembly located within the HSV110 controller identified in the handle field has transitioned from the NOT PRESENT to PRESENT state indicating that the blower has been reinstalled. The secondary_id field contains the '1' blower assembly internal identifier value: 1. The value.ul1 field contains the new state of the Blower Present flag: 1 (PRESENT). The value.ul2 field contains the old state of the Blower Present flag: 0 (NOT PRESENT)."
::= 13602321
sCellEventTrap_9_12 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The '1' blower located within the HSV110 controller identified in the handle field is running slower than the lowest acceptable speed. The secondary_id field contains the '1' blower assembly internal identifier value: 1. The value.ul1 field contains the current speed of the '1' blower. The value.ul2 field contains the lowest acceptable speed for the '1' blower."
::= 13602322
sCellEventTrap_9_13 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. One of the voltage sensors located within the HSV110 controller identified in the handle field has reported a voltage that is out of range. The value.ul1 field contains the out of range voltage value. The secondary_id field contains the specific voltage threshold value (i.e., 12V, 5V, 3.3V, 2.5V or 2V). Note that the voltages are expressed in millivolts--e.g.,12.5V is expressed as 12500."
::= 13602323
sCellEventTrap_9_14 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The state of a Volume has transitioned to the FAILED state. The affected Volume is identified in the handle field. The add_handle field contains the identity of the Physical Disk Drive that is associated with that Volume. The enclosure number, bay number, and rack number where the associated Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], and attribute.value.u32[2] fields, respectively. The internal identification of that Volume's Redundant Storage Set is contained in the attribute.value.u32[3] field. The attribute.type field contains the value of 1. The value.ul1 field contains the new state: 7 (FAILED). The value.ul2 field contains the old state. The state values that may be found in the value.ul2 fields are as follows: <UL><LI>1 = Normal - Volume is present and operating normally <LI>2 = Migrating - Data from this volume is being moved to other storage in this Disk Group <LI>3 = Missing - Volume is inaccessible <LI>4 = Reconstructing - Volume is inaccessible; redundant data is being regenerated and moved to other storage in this Disk Group <LI>5 = Completing - This previously inaccessible volume has become accessible; data migration is being completed <LI>6 = Reverting - This previously inaccessible volume has become accessible; data is being regenerated </UL>"
::= 13602324
sCellEventTrap_9_15 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. An HSV110 controller has failed. The state of the HSV110 controller identified in the handle field has transitioned to the FAILED state. The value.ul1 field contains the new state: 3 (FAILED). The value.ul2 field contains the old state: 1 (NORMAL)."
::= 13602325
sCellEventTrap_9_16 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The temperature within the HSV110 controller identified in the handle field has returned to its normal operating range. The value.ul1 field contains the current temperature reading in celsius from I2C sensor 1, while the value.ul2 field contains the adjusted reading from I2C sensor 2."
::= 13602326
sCellEventTrap_9_17 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An HSV110 controller's battery assembly has been removed. The Battery Present flag for battery assembly '1' located within the HSV110 controller identified in the handle field has changed from PRESENT to NOT PRESENT indicating that the battery assembly was removed. The secondary_id field contains the battery assembly '1' internal identifier value: 1. The value.ul1 field contains the new state of the Battery Present flag: 0 (NOT PRESENT). The value.ul2 field contains the old state of the Battery Present flag: 1 (PRESENT)."
::= 13602327
sCellEventTrap_9_18 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Battery In Use flag for battery assembly '1' located within the HSV110 controller identified in the handle field has transitioned from the NOT IN USE to IN USE state indicating that the battery assembly is functioning properly. The secondary_id field contains the battery assembly '1' internal identifier value: 1. The value.ul1 field contains the new state of the Battery In Use flag: 1 (IN USE). The value.ul2 field contains the old state of the Battery In Use flag: 0 (NOT IN USE)."
::= 13602328
sCellEventTrap_9_19 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. One of the voltage sensors located within the HSV110 controller identified in the handle field has reported a voltage that indicates that a voltage that was previously out of range has returned to the normal range. The value.ul1 field contains the normal range voltage value. The secondary_id field contains the voltage threshold value (i.e., 12V, 5V, 3.3V, 2.5V or 2V). Note that the voltages are expressed in thousands--e.g., 12.5V is expressed as 12500."
::= 13602329
sCellEventTrap_9_1a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. The battery assembly voltage regulator located within the HSV110 controller identified in the handle field is offline."
::= 13602330
sCellEventTrap_9_1b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of the Disk Group identified in the handle field has transitioned to the NORMAL state. The value.ul1 field contains the new Disk Group state: 1 (NORMAL). The value.ul2 field contains the old Disk Group state. The state values that may be found in the value.ul2 field are as follows: <UL><LI>2 = Disk Group with no redundancy is inoperative <LI>3 = Disk Group with parity redundancy is inoperative <LI>4 = Disk Group with mirrored redundancy is inoperative <LI>5 = Disk Group with no redundancy is inoperative, marked for re-use <LI>6 = Disk Group with parity redundancy is inoperative, marked for re-use <LI>7 = Disk Group with mirrored redundancy is inoperative, marked for re-use </UL>"
::= 13602331
sCellEventTrap_9_1c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Occupancy Alarm Level for the Disk Group identified in the handle field has returned to the normal range."
::= 13602332
sCellEventTrap_9_1d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An HSV110 controller's battery assembly has malfunctioned. The Battery In Use flag for battery assembly '1' located within the HSV110 controller identified in the handle field has transitioned from the IN USE to NOT IN USE state indicating that the battery assembly has malfunctioned. The secondary_id field contains the battery assembly '1' internal identifier value: 1. The value.ul1 field contains the new state of the Battery In Use flag: 0 (NOT IN USE). The value.ul2 field contains the old state of the Battery In Use flag: 1 (IN USE)."
::= 13602333
sCellEventTrap_9_1e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Battery Present flag for battery assembly '1' located within the HSV110 controller identified in the handle field has changed from NOT PRESENT to PRESENT indicating that the battery assembly was reinstalled. The secondary_id field contains the battery assembly '1' internal identifier value: 1. The value.ul1 field contains the new state of the Battery Present flag: 1 (PRESENT). The value.ul2 field contains the old state of the Battery Present flag: 0 (NOT PRESENT)."
::= 13602334
sCellEventTrap_9_1f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An HSV110 controller's battery assembly has been removed. The Battery Present flag for battery assembly '2' located within the HSV110 controller identified in the handle field has changed from PRESENT to NOT PRESENT indicating that the battery assembly was removed. The secondary_id field contains the battery assembly '2' internal identifier value: 2. The value.ul1 field contains the new state of the Battery Present flag: 0 (NOT PRESENT). The value.ul2 field contains the old state of the Battery Present flag: 1 (PRESENT)."
::= 13602335
sCellEventTrap_9_20 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Battery Present flag for battery assembly '2' located within the HSV110 controller identified in the handle field has changed from NOT PRESENT to PRESENT indicating that the battery assembly was reinstalled. The secondary_id field contains the battery assembly '2' internal identifier value: 2. The value.ul1 field contains the new state of the Battery Present flag: 1 (PRESENT). The value.ul2 field contains the old state of the Battery Present flag: 0 (NOT PRESENT)."
::= 13602336
sCellEventTrap_9_21 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Battery In Use flag for battery assembly '2' located within the HSV110 controller identified in the handle field has transitioned from the NOT IN USE to IN USE state indicating that the battery assembly is functioning properly. The secondary_id field contains the battery assembly '2' internal identifier value: 2. The value.ul1 field contains the new state of the Battery In Use flag: 1 (IN USE). The value.ul2 field contains the old state of the Battery In Use flag: 0 (NOT IN USE)."
::= 13602337
sCellEventTrap_9_22 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An HSV110 controller's battery assembly has malfunctioned. The Battery In Use flag for battery assembly '2' located within the HSV110 controller identified in the handle field has transitioned from the IN USE to NOT IN USE state indicating that the battery assembly has malfunctioned. The secondary_id field contains the battery assembly '2' internal identifier value: 2. The value.ul1 field contains the new state of the Battery In Use flag: 0 (NOT IN USE). The value.ul2 field contains the old state of the Battery In Use flag: 1 (IN USE)."
::= 13602338
sCellEventTrap_9_23 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The Blower Present flag for the '2' blower assembly located within the HSV110 controller identified in the handle field has transitioned from the PRESENT to NOT PRESENT state indicating that the blower has been removed. The secondary_id field contains the '2' blower assembly internal identifier value: 2. The value.ul1 field contains the new state of the Blower Present flag: 0 (NOT PRESENT). The value.ul2 field contains the old state of the Blower Present flag: 1 (PRESENT)."
::= 13602339
sCellEventTrap_9_24 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Blower Present flag for the '2' blower assembly located within the HSV110 controller identified in the handle field has transitioned from the NOT PRESENT to PRESENT state indicating that the blower has been reinstalled. The secondary_id field contains the '2' blower assembly internal identifier value: 2. The value.ul1 field contains the new state of the Blower Present flag: 1 (PRESENT). The value.ul2 field contains the old state of the Blower Present flag: 0 (NOT PRESENT)."
::= 13602340
sCellEventTrap_9_25 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The '2' blower located within the HSV110 controller identified in the handle field is running slower than the lowest acceptable speed. The secondary_id field contains the '2' blower assembly internal identifier value: 2. The value.ul1 field contains the current speed of the '2' blower. The value.ul2 field contains the lowest acceptable speed for the '2' blower."
::= 13602341
sCellEventTrap_9_26 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An HSV110 controller's '1' blower/power supply assembly has been removed or AC power has been removed from the power supply. The HSV110 controller is identified in the handle field. The secondary_id field contains the '1' blower/power supply assembly internal identifier value: 1. The value.ul1 field contains the new state of the Blower/Power Supply Present flag: 0 (NOT PRESENT). The value.ul2 field contains the old state of the Blower/Power Supply Present flag: 1 (PRESENT)."
::= 13602342
sCellEventTrap_9_27 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. An HSV110 controller's '1' blower/power supply assembly has been reinstalled or AC power has been restored to the power supply. The HSV110 controller is identified in the handle field. The secondary_id field contains the '1' blower/power supply assembly internal identifier value: 1. The value.ul1 field contains the new state of the Blower/Power Supply Present flag: 1 (PRESENT). The value.ul2 field contains the old state of the Blower/Power Supply Present flag: 0 (NOT PRESENT)."
::= 13602343
sCellEventTrap_9_28 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An HSV110 controller's '2' blower/power supply assembly has been removed or AC power has been removed from the power supply. The HSV110 controller is identified in the handle field. The secondary_id field contains the '2' blower/power supply assembly internal identifier value: 2. The value.ul1 field contains the new state of the Blower/Power Supply Present flag: 0 (NOT PRESENT). The value.ul2 field contains the old state of the Blower/Power Supply Present flag: 1 (PRESENT)."
::= 13602344
sCellEventTrap_9_29 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. An HSV110 controller's '2' blower/power supply assembly has been reinstalled or AC power has been restored to the power supply. The HSV110 controller is identified in the handle field. The secondary_id field contains the '2' blower/power supply assembly internal identifier value: 2. The value.ul1 field contains the new state of the Blower/Power Supply Present flag: 1 (PRESENT). The value.ul2 field contains the old state of the Blower/Power Supply Present flag: 0 (NOT PRESENT)."
::= 13602345
sCellEventTrap_9_2a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The '1' blower/power supply located within the HSV110 controller identified in the handle field is running slower than the lowest acceptable speed. The secondary_id field contains the '1' blower/power supply assembly internal identifier value: 1. The value.ul1 field contains the current speed of the '1' blower/power supply. The value.ul2 field contains the lowest acceptable speed for the '1' blower/power supply."
::= 13602346
sCellEventTrap_9_2b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The '2' blower/power supply located within the HSV110 controller identified in the handle field is running slower than the lowest acceptable speed. The secondary_id field contains the '2' blower/power supply assembly internal identifier value: 2. The value.ul1 field contains the current speed of the '2' blower/power supply. The value.ul2 field contains the lowest acceptable speed for the '2' blower/power supply."
::= 13602347
sCellEventTrap_9_2c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. The state of a battery assembly within the HSV110 controller identified in the handle field has transitioned to the Battery System Hold-up Time is zero hours state. The value.ul1 field contains the new state 5: (Battery System Hold-up Time is zero hours). The value.ul2 field contains the old state. The state values that may be found in the value.ul2 field are as follows: <UL><LI>1 = Battery System Hold-up Time is greater than 96 hours <LI>3 = Battery System Hold-up Time is greater than 0 and less than 96 hours <LI>5 = Battery System Hold-up Time is zero hours </UL>"
::= 13602348
sCellEventTrap_9_2d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The Resource Availability state of a Volume has transitioned to the INSUFFICIENT state. The affected Volume is identified in the handle field. The add_handle field contains the identity of the Physical Disk Drive that is associated with that Volume. The enclosure number, bay number, and rack number where the associated Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], and attribute.value.u32[2] fields, respectively. The internal identification of that Volume's Redundant Storage Set is contained in the attribute.value.u32[3] field. The attribute.type field contains the value of 1. The value.ul1 field contains the new state: 1 (INSUFFICIENT). The value.ul2 field contains the old state: 0 (SUFFICIENT)."
::= 13602349
sCellEventTrap_9_2e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field rejected a login attempt. The value.ul1 and value.ul2 fields contain words [0] and [1], respectively, of the World Wide Name of the host adapter that originated the rejected login attempt. The secondary_id field contains the reason for the rejection as follows: <UL><LI>50 = The host is already logged in <LI>101 = Maximum number of logins is exceeded <LI>102 = Invalid cookie was sent <LI>106 = The password is not set on the HSV110 controller </UL>"
::= 13602350
sCellEventTrap_9_2f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field processed a Storage System Management Interface command with the result of non-success return code. The value.ul1 field contains internal the command type. The value.ul2 field contains the internal return code. The attribute.value.obj field contains the internal target and internal version of the command."
::= 13602351
sCellEventTrap_9_30 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field has updated the physical disk drive map for the loop pair identified in the secondary_id field. The value.ul1 field contains the new internal map generation number. The value.ul2 field contains the old internal map generation number."
::= 13602352
sCellEventTrap_9_31 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The state of the Physical Disk Drive identified in the handle field has transitioned to the DEGRADED state. The value.ul1 field contains the new state: 2 (DEGRADED). The value.ul2 field contains the old state. The state values that may be in the value.ul2 field are as follows: <UL><LI>1 = Normal <LI>3 = Failed <LI>4 = Not present <LI>5 = Single Port on Fibre </UL>The enclosure number, bay number, and rack number where the Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], attribute.value.u32[2] fields, respectively. The attribute.type field contains value 1. The rack number in the attribute.value.u32[2] field will not contain a valid value until a future release."
::= 13602353
sCellEventTrap_9_32 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The state of the Physical Disk Drive identified in the handle field has transitioned to the FAILED state. The value.ul1 field contains the new state: 3 (FAILED). The value.ul2 field contains the old state. The state values that may be in the value.ul2 field are as follows: <UL><LI>1 = Normal <LI>2 = Degraded <LI>4 = Not present <LI>5 = Single Port on Fibre </UL>The enclosure number, bay number, and rack number where the Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], attribute.value.u32[2] fields, respectively. The attribute.type field contains value 1. The rack number in the attribute.value.u32[2] field will not contain a valid value until a future release."
::= 13602354
sCellEventTrap_9_33 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Derived Unit identified in the handle field was created. The add_handle field contains the identity of the Storage System Virtual Disk that is associated with that Derived Unit. The attribute.value.obj field contains the identity of the Virtual Disk associated with that Derived Unit."
::= 13602355
sCellEventTrap_9_34 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The internal Logical Disk associated with the Virtual Disk identified in the handle field was created. The add_handle field contains the identity of the Disk Group where this internal Logical Disk was created. The attribute.value.u64[0] field contains the size (in blocks) of the internal Logical Disk. The attribute.value.u32[2] field contains the redundancy type of the internal Logical Disk. The attribute.type field contains the value 5. The values that may be found in the attribute.value.u32[2] field are as follows: <UL><LI>1 = Vraid0 <LI>2 = Vraid1 <LI>3 = Vraid5 </UL>"
::= 13602356
sCellEventTrap_9_35 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Disk Group identified in the handle field was created. The attribute.value.u32[0] field contains the number of physical disk drives within the Disk Group. The attribute.type field contains the value 1."
::= 13602357
sCellEventTrap_9_36 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Physical Disk Drive identified in the handle field was discovered. The enclosure, bay and rack where the Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1] and attribute.value.u32[2] fields, respectively. The attribute.type field contains the value 1."
::= 13602358
sCellEventTrap_9_37 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Presented Unit identified in the handle field was created. The add_handle field contains the identity of the Storage System Virtual Disk that is associated with the Presented Unit. This Presented Unit is associated with the Virtual Disk identified in the attribute.value.obj.handle field. The add_handle2 field contains the associated Storage System Host path, and add_data[0] and add_data[1] contains the host LUN number."
::= 13602359
sCellEventTrap_9_38 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Host path identified in the handle field was created."
::= 13602360
sCellEventTrap_9_39 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Virtual Disk identified in the handle field was created."
::= 13602361
sCellEventTrap_9_3a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Volume was created. The Volume is identified in the handle field. The add_handle field contains the identity of the Physical Disk Drive that is associated with that Volume. The enclosure number, bay number, and rack number where the associated Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], and attribute.value.u32[2] fields, respectively. The attribute.type field contains the value of 1."
::= 13602362
sCellEventTrap_9_3b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Derived Unit identified in the handle field was deleted. The add_handle field contains the identity of the Storage System Virtual Disk that was associated with the Derived Unit. This Derived Unit is associated with the Virtual Disk identified in the attribute.value.obj.handle field."
::= 13602363
sCellEventTrap_9_3c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The internal Logical Disk associated with the Virtual Disk identified in the handle field was deleted."
::= 13602364
sCellEventTrap_9_3d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Disk Group identified in the handle field was deleted."
::= 13602365
sCellEventTrap_9_3e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The Physical Disk Drive identified in the handle field has disappeared. The enclosure, bay and rack where the Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1] and attribute.value.u32[2] fields, respectively. The attribute.type field contains the value 1."
::= 13602366
sCellEventTrap_9_3f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Presented Unit identified in the handle field was deleted. The add_handle field contains the identity of the Storage System Virtual Disk that was associated with the Presented Unit. This Presented Unit is associated with the Virtual Disk identified in the attribute.value.obj.handle field."
::= 13602367
sCellEventTrap_9_40 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Host path identified in the handle field was deleted."
::= 13602368
sCellEventTrap_9_41 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Storage System Virtual Disk identified in the handle field was deleted. The Storage System Virtual Disk is associated with the Virtual Disk identified in the add_handle field."
::= 13602369
sCellEventTrap_9_43 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field has joined the Storage System. If the handle field is zero, the HSV110 controller identity could not be obtained due to an unexpected state transition."
::= 13602371
sCellEventTrap_9_44 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. An HSV110 controller has left the Storage System. The HSV110 controller is identified in the handle field. If the handle field is zero, the HSV110 controller identity could not be obtained due to an unexpected state transition."
::= 13602372
sCellEventTrap_9_45 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Storage System has been deleted by an HSV110 controller. The Storage System is identified in the handle field. The HSV110 controller is identified in the add_handle field. If the handle field or add_handle field is zero, the corresponding identity could not be obtained due to an unexpected state transition."
::= 13602373
sCellEventTrap_9_46 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Data Replication Group identified in the handle field was created."
::= 13602374
sCellEventTrap_9_47 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Data Replication Group identified in the handle field was deleted."
::= 13602375
sCellEventTrap_9_48 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The internal Logical Disk associated with the Snapshot Virtual Disk identified in the handle field was created. The add_handle field contains the identity of the Disk Group where this internal Logical Disk was created. The attribute.value.u64[0] field contains the size (in blocks) of the reserved capacity of the internal Logical Disk. The attribute.value.u32[2] field contains the redundancy type of the internal Logical Disk. The attribute.value.u32[3] field contains the noid of the associated successor internal Logical Disk. The attribute.type field contains the value 6. The values that may be found in the attribute.value.u32[2] field are as follows: <UL><LI>1 = Vraid0 <LI>2 = Vraid1 <LI>3 = Vraid5 </UL>"
::= 13602376
sCellEventTrap_9_49 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The internal Logical Disk associated with the Copy of the Virtual Disk identified in the handle field was created. The add_handle field contains the identity of the Disk Group where this internal Logical Disk was created. The attribute.value.u64[0] field contains the size (in blocks) of the reserved capacity of the target Virtual Disk. The attribute.value.u32[2] field contains the redundancy type of the internal Logical Disk. The attribute.value.u32[3] field contains the noid of the associated successor internal Logical Disk. The attribute.type field contains the value 6. The values that may be found in the attribute.value.u32[2] field are as follows: <UL><LI>1 = Vraid0 <LI>2 = Vraid1 <LI>3 = Vraid5 </UL>"
::= 13602377
sCellEventTrap_9_65 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Host Operating System mode of the Storage System Host identified in the handle field has changed. The old_attr.type and new_attr.type fields contain the value 1. The old_attr.value.u32[0] field contains the old Host Operating System mode. The new_attr.value.u32[0] field contains the new Host Operating System mode. The values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>0 = Unknown <LI>1 = User defined <LI>2 = Unused <LI>3 = WINNT with SecurePath <LI>4 = VMS <LI>5 = TRU64 UNIX <LI>6 = Sun UNIX <LI>7 = NetWare <LI>8 = HP <LI>9 = IBM <LI>10 = LINUX <LI>11 = SCO UNIX </UL>"
::= 13602405
sCellEventTrap_9_66 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. Time was set on the Storage System identified in the handle field."
::= 13602406
sCellEventTrap_9_67 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The LUN of the Presented Unit identified in the handle field has changed. The old_attr.type field and the new_attr.type fields contain the value 1. The old_attr.value.u32[0..1] fields contain the value of the old LUN. The new_attr.value.u32[0..1] fields contain the value of the new LUN. The secondary_id field contains the noid portion of the handle for the Storage System Virtual Disk associated with the Presented Unit. This Presented Unit is associated with the Virtual Disk identified in the add_handle field."
::= 13602407
sCellEventTrap_9_68 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Device Addition Policy of the Storage System identified in the handle field has changed. The old_attr.type field and the new_attr.type fields contain the value 1. The old_attr.value.u32[0] field contains the old Device Addition Policy. The new_attr.value.u32[0] field contains the new Device Addition Policy. The policy values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>1 = Manual policy <LI>2 = Automatic policy </UL>"
::= 13602408
sCellEventTrap_9_69 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Quiescent state of the Storage System Virtual Disk identified in the handle field has changed. The old_attr.type field and the new_attr.type fields contain the value 1. The old_attr.value.u32[0] field contains the old Quiescent state. The new_attr.value.u32[0] field contains the new Quiescent state. The state values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>0 = Not quiescent <LI>1 = Quiescent </UL>This Storage System Virtual Disk is associated with the Virtual Disk identified in the add_handle field."
::= 13602409
sCellEventTrap_9_6a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Enabled/Disabled state of the Storage System Virtual Disk identified in the handle field has changed. The old_attr.type field and the new_attr.type fields contain the value 1. The old_attr.value.u32[0] field contains the old Enabled/Disabled state. The new_attr.value.u32[0] field contains the new Enabled/Disabled state. The state values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>1 = Disabled <LI>2 = Enabled </UL>This Storage System Virtual Disk is associated with the Virtual Disk identified in the add_handle field."
::= 13602410
sCellEventTrap_9_6b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Cache Policy of the Storage System Virtual Disk identified in the handle field has changed. <P> The old_attr.type field and the new_attr.type fields contain the value 1. The old_attr.value.u32[0] field contains the old Write Cache Policy. The new_attr.value.u32[0] field contains the new Write Cache Policy. The policy values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>1 = Writethrough <LI>2 = Writeback </UL><P> The old_attr.value.u32[1] field contains the old Read Cache Policy. The new_attr.value.u32[1] field contains the new Read Cache Policy. The policy values that may be found in the old_attr.value.u32[1] and new_attr.value.u32[1] fields are as follows: <UL><LI>1 = Read cache on <LI>2 = Read cache off </UL><P> The old_attr.value.u32[2] field contains the old Cache Mirroring Policy. The new_attr.value.u32[2] field contains the new Cache Mirroring Policy. The policy values that may be found in the old_attr.value.u32[2] and new_attr.value.u32[2] fields are as follows: <UL><LI>1 = Mirror <LI>2 = No mirror </UL>This Storage System Virtual Disk is associated with the Virtual Disk identified in the add_handle field."
::= 13602411
sCellEventTrap_9_6c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Usage state of a Volume changed. The affected Volume is identified in the handle field. The old_attr.value.u32[0] field contains the old Usage state. The new_attr.value.u32[0] field contains the new Usage state. The Usage state values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>1 = Disk Group <LI>2 = Reserved <LI>4 - 20 = temporary usage reserved for drive code load </UL>This Volume is associated with the Disk Group identified in the add_handle field, if either the old Usage state or the new Usage state is 1. The secondary_id field contains the internal identification of that Volume's Redundant Storage Set."
::= 13602412
sCellEventTrap_9_6d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Disk Failure Protection Level of the Disk Group identified in the handle field has changed. The old_attr.type and new_attr.type fields contain the value 1. The old_attr.value.u32[0] field contains the old number of physical disk drives available for use. The new_attr.value.u32[0] field contains the new number of physical disk drives available for use."
::= 13602413
sCellEventTrap_9_6e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Write Protected state of the Derived Unit identified in the handle field has changed. This Derived Unit is associated with the Virtual Disk identified in the add_handle field. The secondary_id field contains the noid portion of the handle for the Storage System Virtual Disk associated with the Derived Unit. The old_attr.type field and the new_attr.type fields contain the value 1. The old_attr.value.u32[0] field contains the old Write Protected state. The new_attr.value.u32[0] field contains the new Write Protected state. The Write Protected state values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>0 = Write protect off <LI>1 = Write protect on </UL>This Derived Unit is associated with the Virtual Disk identified in the add_handle field."
::= 13602414
sCellEventTrap_9_70 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. The Physical Disk Drive identified in the handle field has experienced numerous communication failures on a particular Fibre Channel port identified in the new_attr.value.str field. The old_attr.value.u32[0] field contains the internal port ID. The enclosure number, bay number, and rack number where the Physical Disk Drive is located are contained in the old_attr.value.u32[1], old_attr.value.u32[2], old_attr.value.u32[3] fields, respectively. The old_attr.type field contains value 1. The new_attr.value.str field contains the cerp_id of the Fibre Channel port. The new_attr.type field contains value 4."
::= 13602416
sCellEventTrap_9_71 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field received a request to shutdown. <P> The old_attr.type field and field contain the value 1. The old_attr.value.u32[0] field indicates the type of restart that was requested as follows: <UL><LI>0 = None -- no restart <LI>1 = Regular -- full restart, host system connectivity is lost until the controller returns to normal operation <LI>2 = Fast -- resynchronization, restart of the controller in a manner that has little or no impact on host system connectivity </UL><P> The old_attr.value.u32[1] field indicates whether the other HSV110 controller of the pair was requested to remain operational or to also shutdown as follows: <UL><LI>0 = Remain operational <LI>1 = Coupled shutdown </UL><P> The old_attr.value.u32[2] field indicates whether the HSV110 controller was requested to remain in the power on state or power itself off as follows: <UL><LI>0 = Remain in the power on state <LI>1 = Power itself off </UL><P> The old_attr.value.u32[3] field value indicates whether the Physical Disk Drive enclosure(s) was requested to remain in the power on state or to be powered off as follows: <UL><LI>0 = Remain in the power on state <LI>1 = Powered off </UL><P> The old_attr.value.u32[4] field value indicates whether the battery assemblies located within the HSV110 controller were requested to be enabled or disabled as follows: <UL><LI>0 = Enabled <LI>1 = Disabled </UL><P> The old_attr.value.u32[5] field contains the number of seconds the shutdown operation was requested to be delayed."
::= 13602417
sCellEventTrap_9_72 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field has completed its shutdown preparations. <P> The old_attr.type field contain the value 1. The old_attr.value.u32[0] field value indicates the result of the HSV110 controller Cache Memory shutdown operation as follows: <UL><LI>1 = Success <LI>2 = Failure <LI>3 = Not applicable </UL><P> The old_attr.value.u32[1] field contains the internal Storage System Management Interface cache shutdown status code. <P> The old_attr.value.u32[2] field value indicates the result of the Physical Disk Drive enclosure(s) power off operation as follows: <UL><LI>1 = Success <LI>2 = Failure <LI>3 = Not applicable </UL><P> The old_attr.value.u32[3] field contains the internal Storage System Management Interface Physical Disk Drive enclosure(s) power off status code. <P> The old_attr.value.u32[4] field value indicates the result of the battery assemblies disable operation as follows: <UL><LI>1 = Success <LI>2 = Failure <LI>3 = Not applicable </UL><P> The old_attr.value.u32[5] field value indicates the battery assemblies disable operation failure mode as follows: <UL><LI>0 = No failure indicated. <LI>1 = Failed only on the HSV110 controller identified in the handle field. <LI>2 = Failed only on the other HSV110 controller of the pair. <LI>3 = Failed on both HSV110 controllers. </UL>"
::= 13602418
sCellEventTrap_9_73 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Failsafe state of the Data Replication Group identified in the handle field has changed. The old_attr.value.u32[0] field contains the old Failsafe state. The new_attr.value.u32[0] field contains the new Failsafe state. The Failsafe state values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>1 = Failsafe Disabled <LI>2 = Failsafe Enabled </UL>"
::= 13602419
sCellEventTrap_9_74 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Mode of the Data Replication Group identified in the handle field has changed. The old_attr.value.u32[0] field contains the old Mode. The new_attr.value.u32[0] field contains the new Mode. The Mode values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>0 = Normal Active Source <LI>1 = Normal Active Destination <LI>2 = Active/Active (Master) <LI>3 = Active/Active (Non-Master) </UL>"
::= 13602420
sCellEventTrap_9_75 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Operational state of a Data Replication Group has changed to Synchronous or Asynchronous. The old_attr.value.u32[0] field contains the old Operation state. The new_attr.value.u32[0] field contains the new Operation state. The Operation state values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>1 = Synchronous <LI>2 = Asynchronous </UL>"
::= 13602421
sCellEventTrap_9_76 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Read Only attribute of the Data Replication Group identified in the handle field has changed. The old_attr.value.u32[0] field contains the old Read Only attribute. The new_attr.value.u32[0] field contains the new Read Only attribute. The Read Only attribute values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>0 = Data Replication Destination Storage System Virtual Disk disabled for read access. <LI>1 = Data Replication Destination Storage System Virtual Disk enabled for read access. </UL>"
::= 13602422
sCellEventTrap_9_77 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Data Replication Group failover has occurred. The handle field contains the identity of the Data Replication Group. The old_attr.value.u32[0] field contains the old Role. The new_attr.value.u32[0] field contains the new Role. <UL><LI>0 = Normal Active Source <LI>1 = Normal Active Destination <LI>2 = Active/Active (Master) <LI>3 = Active/Active (Non-Master) </UL>"
::= 13602423
sCellEventTrap_9_78 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Data Replication Group has been suspended or resumed. The handle field contains the identity of the Data Replication Group. The old_attr.value.u32[0] field contains the old Suspend state. The new_attr.value.u32[0] field contains the new Suspend state. The Suspend state values that may be found in the old_attr.value.u32[0] and new_attr.value.u32[0] fields are as follows: <UL><LI>1 = Connection between the Data Replication Source and Data Replication Destination is active. <LI>2 = Connection between the Data Replication Source and Data Replication Destination is inactive. </UL>"
::= 13602424
sCellEventTrap_9_79 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Storage System Virtual Disk was added to a Data Replication Group. The Storage System Virtual Disk is identified in the add_handle field. The Data Replication Group is identified in the handle field."
::= 13602425
sCellEventTrap_9_7a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Storage System Virtual Disk was removed from a Data Replication Group. The Storage System Virtual Disk is identified in the add_handle field. The Data Replication Group is identified in the handle field."
::= 13602426
sCellEventTrap_9_c8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The Data Availability state of the internal Logical Disk associated with the Virtual Disk identified in the handle field has transitioned to the DATA LOST state. The value.ul1 field contains the new state: 1 (DATA LOST). The value.ul2 field contains the old state: 0 (NORMAL)."
::= 13602504
sCellEventTrap_9_c9 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The state of the Disk Group identified in the handle field has transitioned to an INOPERATIVE state. The value.ul1 field contains the new Disk Group state. The value.ul2 field contains the old Disk Group state. The state values that may be found in the value.ul1 and value.ul2 fields are as follows: <UL><LI>1 = Normal <LI>2 = Disk Group with no redundancy is inoperative <LI>3 = Disk Group with parity redundancy is inoperative <LI>4 = Disk Group with mirrored redundancy is inoperative <LI>5 = Disk Group with no redundancy is inoperative, marked for re-use <LI>6 = Disk Group with parity redundancy is inoperative, marked for re-use <LI>7 = Disk Group with mirrored redundancy is inoperative, marked for re-use </UL>"
::= 13602505
sCellEventTrap_9_ca TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The state of the internal Logical Disk associated with the Virtual Disk identified in the handle field has transitioned to the FAILED state. The value.ul1 field contains the new state: 5 (FAILED). The value.ul2 field contains the old state. The state values that may be found in the value.ul2 field are as follows: <UL><LI>1 = Normal <LI>2 = Replacement delay in progress <LI>3 = Redundancy lost, restore in progress <LI>4 = Redundancy lost, restore stalled <LI>6 = Creation in progress <LI>7 = Snapshot is inoperative due to lack of snapshot space <LI>8 = Deletion in progress <LI>9 = Capacity change in progress <LI>10 = Inoperative due to data lost <LI>11 = Capacity reservation in progress <LI>12 = Capacity unreservation in progress </UL>"
::= 13602506
sCellEventTrap_9_cb TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The state of the internal Logical Disk associated with the Virtual Disk identified in the handle field has transitioned to the SNAPSHOT OVERCOMMIT state. The value.ul1 field contains the new state: 7 (SNAPSHOT OVERCOMMIT). The value.ul2 field contains the old state. The state values that may be found in the value.ul2 field are as follows: <UL><LI>1 = Normal <LI>2 = Replacement delay in progress <LI>3 = Redundancy lost, restore in progress <LI>4 = Redundancy lost, restore stalled <LI>5 = Failed <LI>6 = Creation in progress <LI>8 = Deletion in progress <LI>9 = Capacity change in progress <LI>10 = Inoperative due to device data lost <LI>11 = Capacity reservation in progress <LI>12 = Capacity unreservation in progress </UL>"
::= 13602507
sCellEventTrap_9_cc TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The state of the internal Logical Disk associated with the Virtual Disk identified in the handle field has transitioned to the DEVICE DATA LOST state. The value.ul1 field contains the new state: 10 (DEVICE DATA LOST). The value.ul2 field contains the old state. The state values that may be found in the value.ul2 field are as follows: <UL><LI>1 = Normal <LI>2 = Replacement delay in progress <LI>3 = Redundancy lost restore, in progress <LI>4 = Redundancy lost restore, stalled <LI>5 = Failed <LI>6 = Creation in progress <LI>7 = Snapshot is inoperative due to lack of snapshot space <LI>8 = Deletion in progress <LI>9 = Capacity change in progress <LI>11 = Capacity reservation in progress <LI>12 = Capacity unreservation in progress </UL>"
::= 13602508
sCellEventTrap_9_cd TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The state of the Fibre Channel port identified in the attribute.value.str field and located on the rear panel of the HSV110 controller identified in the handle field has transitioned to the FAILED state. The attribute.type field contains the value 4. The value.ul1 field contains the new state: 2 (FAILED). The value.ul2 field contains the old state: 1 (NORMAL). <P> Note that the HSV110 controller's internal identity of the affected Fibre Channel port is contained in the secondary_id field."
::= 13602509
sCellEventTrap_9_ce TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of the Disk Group identified in the handle field has transitioned to an INOPERATIVE MARKED state. The value.ul1 field contains the new Disk Group state. The value.ul2 field contains the old Disk Group state. The state values that may be found in the value.ul1 and value.ul2 fields are as follows: <UL><LI>1 = Normal <LI>2 = Disk Group with no redundancy is inoperative <LI>3 = Disk Group with parity redundancy is inoperative <LI>4 = Disk Group with mirrored redundancy is inoperative <LI>5 = Disk Group with no redundancy is inoperative, marked for re-use <LI>6 = Disk Group with parity redundancy is inoperative, marked for re-use <LI>7 = Disk Group with mirrored redundancy is inoperative, marked for re-use </UL>"
::= 13602510
sCellEventTrap_9_cf TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. The state of the Physical Disk Drive identified in the handle field has transitioned to the NOT PRESENT state. The value.ul1 field contains the new state: 4 (NOT PRESENT). The value.ul2 field contains the old state. The state values that may be in the value.ul2 field are as follows: <UL><LI>1 = Normal <LI>2 = Degraded <LI>3 = Failed <LI>5 = Single Port on Fibre </UL>The enclosure number, bay number, and rack number where the Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], attribute.value.u32[2] fields, respectively. The attribute.type field contains value 1. The rack number in the attribute.value.u32[2] field will not contain a valid value until a future release."
::= 13602511
sCellEventTrap_9_d0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field no longer needs attention."
::= 13602512
sCellEventTrap_9_d1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. The HSV110 controller identified in the handle field needs attention."
::= 13602513
sCellEventTrap_9_d2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The Blower Present flag for the '1' blower assembly located within the HSV110 controller identified in the handle field has transitioned from the PRESENT to NOT PRESENT state indicating that the blower has been removed. The secondary_id field contains the '1' blower assembly internal identifier value: 1. The value.ul1 field contains the new state of the Blower Present flag: 0 (NOT PRESENT). The value.ul2 field contains the old state of the Blower Present flag: 1 (PRESENT)."
::= 13602514
sCellEventTrap_9_d3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Undetermined -- more information needed to determine severity. At least one Virtual Disk associated with the Data Replication Group identified in the handle field has transitioned to the INOPERATIVE state. The remaining Virtual Disks associated with this Data Replication Group have been forced INOPERATIVE. The value.ul1 field contains the new Data Replication Group member state: 2 (INOPERATIVE). The value.ul2 field contains the old Data Replication Group member state: 1 (OPERATIVE)."
::= 13602515
sCellEventTrap_9_d4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. All the Virtual Disks associated with the Data Replication Group identified in the handle field have transitioned to the OPERATIVE state. The value.ul1 field contains the new Data Replication Group member state: 1 (OPERATIVE). The value.ul2 field contains the old Data Replication Group member state: 2 (INOPERATIVE)."
::= 13602516
sCellEventTrap_9_d5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The state of the Physical Disk Drive identified in the handle field has transitioned to the Single Port on Fibre state. The value.ul1 field contains the new state: 5 (SINGLE PORT ON FIBRE). The value.ul2 field contains the old state. The state values that may be in the value.ul2 field are as follows: <UL><LI>1 = Normal <LI>2 = Degraded <LI>3 = Failed <LI>4 = Not Present </UL>The enclosure number, bay number, and rack number where the Physical Disk Drive is located are contained in the attribute.value.u32[0], attribute.value.u32[1], attribute.value.u32[2] fields, respectively. The attribute.type field contains value 1. The rack number in the attribute.value.u32[2] field will not contain a valid value until a future release."
::= 13602517
sCellEventTrap_9_d6 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field has been shutdown because the temperature sensors do not agree and the system temperature can not be accurately determined. The value.ul1 field contains the current temperature reported in celsius from I2C sensor 1, while the value.ul2 field contains the reading from I2C sensor 2."
::= 13602518
sCellEventTrap_9_d7 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified in the handle field has been shutdown because the temperature sensors can not be accessed and the system temperature can not be accurately determined. The value.ul1 field contains the status from the attempted I2C access."
::= 13602519
sCellEventTrap_b_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The HSV110 controller identified by the node_name field has begun a resynchronization operation (i.e., a restart of the controllers in a manner that has little or no impact on host system connectivity). The information.pc field contains the program counter of resynchronization operation initiator. The information.flags field contains reboot flags value. The information.code field contains the resynchronization operation event code value."
::= 13602816
sCellEventTrap_c_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The specified Destination Virtual Disk has successfully completed a Full Copy. The following fields are not valid: status, blocks, vda."
::= 13603072
sCellEventTrap_c_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The specified Source Virtual Disk has transitioned to the Logging state because the alternate Storage System is not accessible or the Data Replication Group is suspended. The following fields are not valid: status, blocks, vda, port, cerp_id, side."
::= 13603073
sCellEventTrap_c_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The specified Source Virtual Disk has transitioned to the Logging state because the Destination Virtual Disk is not accessible. The following fields are not valid: status, blocks, vda, port, cerp_id, side."
::= 13603074
sCellEventTrap_c_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The specified Destination Virtual Disk has transitioned to the Merging state, because the alternate Storage System or Destination Virtual Disk is now accessible or resumed. The following fields are not valid: status, blocks, vda."
::= 13603075
sCellEventTrap_c_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Data Replication Group has entered the Failsafe Locked state due to an inaccessible or inoperative destination. Either the Destination Virtual Disk is not accessible or a Virtual Disk in the Data Replication Group is inoperative. The following fields are not valid: status, blocks, vda, port, cerp_id, side."
::= 13603076
sCellEventTrap_c_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Data Replication Group has entered the Failsafe Locked state due to an inoperative source. Either the Source Virtual Disk is not accessible or a Virtual Disk in the Data Replication Group is inoperative. The following fields are not valid: status, blocks, vda, port, cerp_id, side."
::= 13603077
sCellEventTrap_c_6 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. An unrecoverable read error occurred on the specified Source Virtual Disk during the Full Copy. The Virtual Disk address specified in the vda field indicates the first block in error. The Full Copy was terminated."
::= 13603078
sCellEventTrap_c_7 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Full Copy terminated prior to completion. A remote copy error occurred due to an inaccessible alternate Storage System. The Virtual Disk address specified in the vda field indicates the first block in error. The Full Copy will continue when the Data Replication Destination is restored."
::= 13603079
sCellEventTrap_c_8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Full Copy terminated prior to completion. A remote copy error occurred due to an inaccessible Destination Virtual Disk. The Virtual Disk address specified in the vda field indicates the first block in error. The Full Copy will continue when the Data Replication Destination is restored."
::= 13603080
sCellEventTrap_c_9 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A Data Replication Log has been reset due to insufficient Disk Group capacity. The Data Replication Destination has been marked for a Full Copy. The following fields are not valid: status, blocks, vda, port, cerp_id, side."
::= 13603081
sCellEventTrap_c_a TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Data Replication Log has been reset due to a Data Replication Group failover. The following fields are not valid: status, blocks, vda."
::= 13603082
sCellEventTrap_c_c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Destination Data Replication Group has successfully completed a Merge. The following fields are not valid: status, blocks, vda."
::= 13603084
sCellEventTrap_c_f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Data Replication Group is no longer in a Failsafe Locked state. The following fields are not valid: status, blocks, vda, port, cerp_id, side."
::= 13603087
sCellEventTrap_c_10 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Destination Data Replication Group has been marked for a Full Copy. The following fields are not valid: status, blocks, vda."
::= 13603088
sCellEventTrap_c_11 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. A Storage System has discovered that a Data Replication Group failover has taken place. This Virtual Disk is transitioning from a Data Replication Source role to a Data Replication Destination role. The following fields are not valid: status, blocks, vda."
::= 13603089
sCellEventTrap_c_12 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. This Data Replication Group is transitioning from a Data Replication Destination role to a Data Replication Source role. The following fields are not valid: status, blocks, vda."
::= 13603090
sCellEventTrap_c_15 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The Data Replication Path between this Site and the Alternate Site has closed, possibly due to a connection failure between the specified host port and the Alternate Site. The following fields are not valid: group_name_uuid, group_uuid, source_scvd_uuid, status, block, vda."
::= 13603093
sCellEventTrap_d_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. Unrecognized event reported by a Drive Enclosure Environmental Monitoring Unit. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. The event was reported by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The content of the alarm_error_code field could not be translated into a known event. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603328
sCellEventTrap_d_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A physical disk drive that is not Fibre Channel compatible or cannot operate at the link rate established by the drive enclosure I/O modules was detected. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. This problem was detected during spin up of the physical disk drive installed in the drive enclosure bay identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603329
sCellEventTrap_d_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A physical disk drive is improperly installed or missing. This could affect the drive enclosure air flow and cause an over temperature condition. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The affected drive enclosure bay is identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603330
sCellEventTrap_d_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A physical disk drive was removed while software-activated drive locking was enabled on a drive enclosure that does not support drive locking. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The affected drive enclosure bay is identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603331
sCellEventTrap_d_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A physical disk drive that is capable of operating at the loop link rate established by the drive enclosure I/O module was found to be running at a different rate. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The affected physical disk drive is installed in the drive enclosure bay identified in the alarm_error_code.field.en field. The Fibre Channel loop on which the problem was detected is identified by the content of the alarm_error_code.field.ec field as follows: <UL><LI>4 = loop A <LI>5 = loop B </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603332
sCellEventTrap_d_33 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. The AC input to a drive enclosure power supply has been lost. This makes the remaining power supply a single point of failure. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the affected power supply (1 or 2) is identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603379
sCellEventTrap_d_34 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure power supply is improperly installed or missing. This could affect the drive enclosure air flow and cause an over temperature condition. The operational power supply will automatically shut down after a short period of time, thereby disabling the drive enclosure. This condition remains active until either the problem is corrected, or the operational power supply shuts down, whichever occurs first. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the affected power supply (1 or 2) is identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603380
sCellEventTrap_d_35 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure power supply component has failed. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the affected power supply (1 or 2) is identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603381
sCellEventTrap_d_47 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure blower is not operating properly. This could affect the drive enclosure air flow and cause an over temperature condition. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the affected blower (1 or 2) is identified in the alarm_error_code.field.en field. The cause of the improper operation is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>1 = The blower is operating at a speed that is outside of the Drive Enclosure Environmental Monitoring Unit specified range, possibly because of a bearing problem. <LI>2 = The blower is operating at a speed that is significantly outside of the Drive Enclosure Environmental Monitoring Unit specified range, possibly because of a bearing problem. <LI>3 = The blower has stopped. NOTE: The other blower (if operational) now operates at high speed and is a single point of failure. A single blower operating at high speed can provide sufficient air flow to cool an enclosure and the elements for up to 100 hours. However, operating an enclosure at temperatures approaching an overheating threshold can damage elements and may reduce the MTBF of a specific element. Hewlett-Packard therefore recommends immediate replacement of the defective blower. <LI>4 = The power supply reported an internal blower error. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603399
sCellEventTrap_d_4b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure blower is improperly installed or missing. This affects the drive enclosure air flow and can cause an over temperature condition. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the affected blower (1 or 2) is identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603403
sCellEventTrap_d_4c TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. Both drive enclosure blowers are missing. This severely affects the drive enclosure air flow and can cause an over temperature condition. The operational power supply(s) will automatically shut down after a short period of time, thereby disabling the drive enclosure. This condition remains active until either the problem is corrected, or the operational power supply(s) shut down, whichever occurs first. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. Note that this event is preceded by a 'drive enclosure blower is improperly installed or missing' event that identifies the location of the first missing blower. The location of the second missing blower (1 or 2) is identified in the alarm_error_code.field.en field of this event. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603404
sCellEventTrap_d_5b TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A drive enclosure temperature sensor out of range condition has been reported by one of the drive enclosure elements. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the temperature sensor (1 through 11) is identified in the alarm_error_code.field.en field as follows: <UL><LI>1 = Power Supply 1 Exhaust <LI>2 = Power Supply 2 Exhaust <LI>3 = Drive Enclosure Environmental Monitoring Unit <LI>4 = Drive Bay 1 <LI>5 = Drive Bay 2 <LI>6 = Drive Bay 3 <LI>7 = Drive Bay 4 <LI>8 = Drive Bay 5 <LI>9 = Drive Bay 6 <LI>A = Drive Bay 7 <LI>B = Drive Bay 8 <LI>C = Drive Bay 9 <LI>D = Drive Bay 10 <LI>E = Drive Bay 11 <LI>F = Drive Bay 12 <LI>10 = Drive Bay 13 <LI>11 = Drive Bay 14 </UL><P> The temperature sensor out of range condition is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>1 = The element temperature is approaching, but has not reached, the high temperature CRITICAL threshold. Continued operation under these conditions may result in a CRITICAL condition and may reduce an element's MTBF. <LI>2 = The element temperature is above the high temperature CRITICAL threshold. Continued operation under these conditions may result in element failure. <LI>3 = The element temperature is approaching, but has not reached, the low temperature CRITICAL threshold. Continued operation under these conditions may result in a CRITICAL condition and may reduce an element's MTBF. <LI>4 = The element temperature has reached the low temperature CRITICAL threshold. Continued operation under these conditions may result in element failure. </UL><P> The actual temperature threshold values can be found in the HSV element manager GUI. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603419
sCellEventTrap_d_5f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. The average temperature of two of the three temperature sensor groups (i.e., Drive Enclosure Environmental Monitoring Unit, Disk Drives, and Power Supplies) exceeds the CRITICAL level. The operational power supply(s) will automatically shut down after a short period of time, thereby disabling the drive enclosure. This condition remains active until either the problem is corrected, or the operational power supply(s) shut down, whichever occurs first. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. Note that in this case the content of the alarm_error_code.field.en field is undefined. <P> The actual temperature threshold values can be found in the HSV element manager GUI. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603423
sCellEventTrap_d_6f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. An internal Drive Enclosure Environmental Monitoring Unit error has occurred. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the Drive Enclosure Environmental Monitoring Unit is the affected element. The cause of the improper operation is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>1 = An internal Drive Enclosure Environmental Monitoring Unit clock error has occurred. <LI>2 = The Inter-IC (I2C) bus is not processing data and the Drive Enclosure Environmental Monitoring Unit is unable to monitor or report the status of the elements or enclosures. <LI>5 = A Backplane NVRAM error has occurred. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603439
sCellEventTrap_d_71 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. An internal Drive Enclosure Environmental Monitoring Unit error has occurred. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the Drive Enclosure Environmental Monitoring Unit is the affected element. The cause of the improper operation is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>3 = A drive enclosure power supply was shut down. <LI>16 = The Drive Enclosure Environmental Monitoring Unit ESI data has been corrupted. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603441
sCellEventTrap_d_72 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A Drive Enclosure Environmental Monitoring Unit is unable to collect data for the SCSI-3 Enclosure Services (SES) page. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the Drive Enclosure Environmental Monitoring Unit is the affected element. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603442
sCellEventTrap_d_7e TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. Invalid data was read from a Drive Enclosure Environmental Monitoring Unit NVRAM. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the Drive Enclosure Environmental Monitoring Unit is the affected element. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603454
sCellEventTrap_d_7f TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. An internal Drive Enclosure Environmental Monitoring Unit error has occurred. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the Drive Enclosure Environmental Monitoring Unit is the affected element. The cause of the improper operation is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>11 = The Drive Enclosure Environmental Monitoring Unit cannot write data to the NVRAM. <LI>12 = The Drive Enclosure Environmental Monitoring Unit cannot read data from the NVRAM. <LI>13 = The Field Programmable Gate Array (FPGA) that controls the ESI bus failed to load information required for Drive Enclosure Environmental Monitoring Unit operation. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603455
sCellEventTrap_d_82 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A drive enclosure's address is incorrect or the enclosure has no address. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the Drive Enclosure Environmental Monitoring Unit is the affected element. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603458
sCellEventTrap_d_83 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A Drive Enclosure Environmental Monitoring Unit has experienced a hardware failure. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the Drive Enclosure Environmental Monitoring Unit is the affected element. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release. The cause of the improper operation is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>15 = Drive Enclosure Environmental Monitoring Unit hardware failure DP. <LI>18 = Drive Enclosure Environmental Monitoring Unit hardware failed BT. <LI>19 = Drive Enclosure Environmental Monitoring Unit ESI driver failure. </UL>"
::= 13603459
sCellEventTrap_d_85 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A drive enclosure power supply failed to respond to a shut down command. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the Drive Enclosure Environmental Monitoring Unit is the affected element. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603461
sCellEventTrap_d_8d TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure transceiver error has been detected. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the transceiver (1 through 4) is identified in the alarm_error_code.field.en field as follows: <UL><LI>1 = Transceiver 01 <LI>2 = Transceiver 02 <LI>3 = Transceiver 03 <LI>4 = Transceiver 04 </UL><P> The transceiver error condition is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>1 = The transceivers on this link are not the same type or they are incompatible with the drive enclosure I/O module. This error prevents the controller from establishing a link with the enclosure drives and eliminates the enclosure dual-loop capability. <LI>2 = The transceiver can no longer detect a data signal. This error prevents the controller from transferring data on a loop and eliminates the enclosure dual-loop capability. <LI>3 = The system has detected an FC-AL bus fault involving a transceiver. This error prevents the controller from transferring data on a loop and eliminates the enclosure dual-loop capability. <LI>4 = The transceiver that was previously in this location has been removed. <LI>5 = The transceiver in the specified location has detected invalid Fibre Channel characters. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603469
sCellEventTrap_d_a1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure power supply voltage sensor out of range condition has been reported. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the voltage sensor (1 through 4) is identified in the alarm_error_code.field.en field as follows: <UL><LI>1 = Power Supply 1 +5 VDC <LI>2 = Power Supply 1 +12 VDC <LI>3 = Power Supply 2 +5 VDC <LI>4 = Power Supply 2 +12 VDC </UL><P> The voltage sensor out of range condition is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>1 = The element voltage is approaching, but has not reached, the high voltage CRITICAL threshold. Continued operation under these conditions may result in a CRITICAL condition. <LI>2 = The element voltage is above the high voltage CRITICAL threshold. <LI>3 = The element voltage is approaching, but has not reached, the low voltage CRITICAL threshold. Continued operation under these conditions may result in a CRITICAL condition. <LI>4 = The element voltage has reached the low voltage CRITICAL threshold. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603489
sCellEventTrap_d_b5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure power supply current sensor out of range condition has been reported. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the current sensor (1 through 4) is identified in the alarm_error_code.field.en field as follows: <UL><LI>1 = Power Supply 1 +5 VDC <LI>2 = Power Supply 1 +12 VDC <LI>3 = Power Supply 2 +5 VDC <LI>4 = Power Supply 2 +12 VDC </UL><P> The current sensor out of range condition is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>1 = The element current is approaching, but has not reached, the high current CRITICAL threshold. Continued operation under these conditions may result in a CRITICAL condition. <LI>2 = The element current is above the high current CRITICAL threshold. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603509
sCellEventTrap_d_d8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A drive enclosure backplane invalid NVRAM read error has occurred. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit.This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the drive enclosure is the affected element. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603544
sCellEventTrap_d_d9 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure backplane error has occurred. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The alarm_error_code.field.en field contains the value 1 signifying that the drive enclosure is the affected element. The cause of the improper operation is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>11 = Unable to write data to the NVRAM. This problem prevents communication between elements in the enclosure. <LI>12 = Unable to read data from the NVRAM. This problem prevents communication between elements in the enclosure. <LI>13 = NVRAM has not been initialized properly. This is a manufacturing error. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603545
sCellEventTrap_d_dd TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A drive enclosure I/O module error has occurred. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the I/O module (A (01) and B (02)) is identified in the alarm_error_code.field.en field. The cause of the improper operation is described by the content of the alarm_error_code.field.ec field as follows: <UL><LI>1 = The I/O module's Fibre Channel link speed is not supported by the backplane. This error prevents the controller from establishing a link with enclosure drives and eliminates the enclosure dual-loop capability. <LI>11 = Unable to write data to the I/O module NVRAM. <LI>12 = Unable to read data from the I/O module NVRAM. <LI>13 = The I/O module that was in this location has been removed. </UL><P> The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603549
sCellEventTrap_d_de TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A drive enclosure I/O module is unable to communicate with the Drive Enclosure Environmental Monitoring Unit. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit. This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the I/O module (A (01) and B (02)) is identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603550
sCellEventTrap_d_ec TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A drive enclosure I/O module invalid NVRAM read error has occurred. The handle field contains the WWN of the drive enclosure containing the Drive Enclosure Environmental Monitoring Unit.This problem was detected by the Drive Enclosure Environmental Monitoring Unit located in the drive enclosure determined by the content of the dencl_num field as follows: <UL><LI>If dencl_num is less than 99, the location is as indicated by the content of the rack_num and dencl_num fields. <LI>If dencl_num is equal to 99, the location is unknown. Note that the content of the rack_num field is undefined in this case. <LI>If dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the rack_num and dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the rack_num field will not be valid until a future release. The location of the I/O module (A (01) or B (02)) is identified in the alarm_error_code.field.en field. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603564
sCellEventTrap_d_f0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. The status has changed on one or more of the drive enclosures. This is an informational event triggered by the occurrence of a change in the status of a drive enclosure. This event is generated for the HSV element manager GUI and contains no user information. The content of the handle, alarm_error_code field, dencl_num, and rack_num fields have no meaning for this event. The enclosures array shows the drive enclosures available on the Fibre Channel loop pair (0 = Loop A, 1 = Loop B) identified in the loop field. The location of an available drive enclosure is determined by the content of the enclosures.dencl_num field as follows: <UL><LI>If enclosures.dencl_num is less than 99, the location is as indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. <LI>If enclosures.dencl_num is equal to 99, the enclosures array entry is not used. Note that the content of the enclosures.rack_num field is undefined in this case. <LI>If enclosures.dencl_num is greater than 99, the HSV110 controller does not have proof of the current location but the last known location is indicated by the content of the enclosures.rack_num and enclosures.dencl_num fields. Subtract 100 from the content of those fields to determine the actual last known location. If there have been no configuration changes, the last known location values will be accurate. </UL>Note that the content of the enclosures.rack_num field will not be valid until a future release."
::= 13603568
sCellEventTrap_42_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. Indicated Host Fibre Channel port transitioned to link down."
::= 13616896
sCellEventTrap_42_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. Indicated Host Fibre Channel port transitioned to link failed."
::= 13616897
sCellEventTrap_42_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. An excessive number of link errors were detected on a HSV110 controller's Fibre Channel port. The identity of the affected Fibre Channel port is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number of the affected Fibre Channel port is contained in the port field. This is an informational event triggered by the occurrence of an excessive number of Tachyon chip link status errors detected within a particular link status error type. The number of occurrences of each link status error type is contained in a separate type-specific field (e.g., loss_of_signal, bad_rx_char, etc.). The HSV110 controller checks each of its Fibre Channel port's for excessive link status errors periodically."
::= 13616899
sCellEventTrap_42_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A Fibre Channel port on the HSV110 controller has failed to respond. The identity of the affected Fibre Channel port is contained in the cerp_id field. The HSV110 controller internal Fibre Channel port number of the affected Fibre Channel port is contained in the port field. The peb array contains the port event block information. The peq_frz_prod_index field contains the index to the port event block in use when the Tachyon chip entered the frozen state. The peq_prod_index field contains the index to the next port event block. The peq_cons_index field contains the index to the next port event block to be acted upon."
::= 13616900
sCellEventTrap_42_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Normal -- informational in nature. Indicated Host Fibre Channel port transitioned to link wedged."
::= 13616901
sCellEventTrap_83_0 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A failure was detected during the execution of this HSV110 controller's on board diagnostics."
::= 13633536
sCellEventTrap_83_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Warning -- not failed but attention recommended or required. A GBIC SFF Serial ID Data check code failure was detected during the execution of this HSV110 controller's on board diagnostics."
::= 13633537
sCellEventTrap_83_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A battery assembly failure was detected during the execution of this HSV110 controller's on board diagnostics."
::= 13633538
sCellEventTrap_83_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A battery assembly failure was detected during the execution of this HSV110 controller's on board diagnostics."
::= 13633539
sCellEventTrap_83_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A battery assembly communication failure was detected during the execution of this HSV110 controller's on board diagnostics."
::= 13633540
sCellEventTrap_83_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A battery assembly communication failure was detected during the execution of this HSV110 controller's on board diagnostics."
::= 13633541
sCellEventTrap_83_6 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { scellNameDateTime, scellSWComponent, scellECode, scellCAC, scellEIP }
--#TYPE "StorageCell Event"
--#SUMMARY "SCellNameTimeDate %s : SWCID %d : ECode: %d : CAC %d : EIP %d."
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
--#STATE WARNING
DESCRIPTION "Severity: Critical -- failure or failure imminent. A soft cache memory ECC error or indication of low battery voltage was detected during the execution of this HSV110 controller's on board diagnostics."
::= 13633542
mngmtAgentTrap_1 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Object Already Exists"
::= 136000001
mngmtAgentTrap_2 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Supplied Buffer Too Small"
::= 136000002
mngmtAgentTrap_3 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Object Already Assigned"
::= 136000003
mngmtAgentTrap_4 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Insufficient Available Data Storage"
::= 136000004
mngmtAgentTrap_5 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Internal Error"
::= 136000005
mngmtAgentTrap_6 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid status for logical disk"
::= 136000006
mngmtAgentTrap_7 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Class"
::= 136000007
mngmtAgentTrap_8 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Function"
::= 136000008
mngmtAgentTrap_9 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Logical Disk Block State"
::= 136000009
mngmtAgentTrap_10 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Loop Configuration"
::= 136000010
mngmtAgentTrap_11 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Parameter"
::= 136000011
mngmtAgentTrap_12 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Parameter handle"
::= 136000012
mngmtAgentTrap_13 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Parameter Id"
::= 136000013
mngmtAgentTrap_14 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Quorum Configuration"
::= 136000014
mngmtAgentTrap_15 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Target Handle"
::= 136000015
mngmtAgentTrap_16 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Target Id"
::= 136000016
mngmtAgentTrap_17 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Time"
::= 136000017
mngmtAgentTrap_18 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Media is Inaccessible"
::= 136000018
mngmtAgentTrap_19 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Fibre Channel Port"
::= 136000019
mngmtAgentTrap_20 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Image"
::= 136000020
mngmtAgentTrap_21 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Permission"
::= 136000021
mngmtAgentTrap_22 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system not initialized"
::= 136000022
mngmtAgentTrap_23 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Not a Loop Port"
::= 136000023
mngmtAgentTrap_24 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Not a Participating Controller"
::= 136000024
mngmtAgentTrap_25 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Objects in your system are in use, and their state prevents the operation you wish to perform."
::= 136000025
mngmtAgentTrap_26 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Parameter Object Does Not Exist"
::= 136000026
mngmtAgentTrap_27 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Target Object Does Not Exist"
::= 136000027
mngmtAgentTrap_28 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Timeout"
::= 136000028
mngmtAgentTrap_29 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unknown Id"
::= 136000029
mngmtAgentTrap_30 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unknown Parameter Handle"
::= 136000030
mngmtAgentTrap_31 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MAJOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unrecoverable Media Error"
::= 136000031
mngmtAgentTrap_32 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid State"
::= 136000032
mngmtAgentTrap_33 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Transport Error"
::= 136000033
mngmtAgentTrap_34 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Volume is Missing"
::= 136000034
mngmtAgentTrap_35 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Cursor"
::= 136000035
mngmtAgentTrap_36 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Target for the Operation"
::= 136000036
mngmtAgentTrap_37 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No More Events"
::= 136000037
mngmtAgentTrap_38 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Lock Busy"
::= 136000038
mngmtAgentTrap_39 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Time Not Set"
::= 136000039
mngmtAgentTrap_40 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Not a Supported Version"
::= 136000040
mngmtAgentTrap_41 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Logical Disk for Vdisk"
::= 136000041
mngmtAgentTrap_42 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Logical disk Presented"
::= 136000042
mngmtAgentTrap_43 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operation Denied On Slave"
::= 136000043
mngmtAgentTrap_44 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Not licensed for data replication"
::= 136000044
mngmtAgentTrap_45 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Not DR group member"
::= 136000045
mngmtAgentTrap_46 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid DR mode"
::= 136000046
mngmtAgentTrap_47 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid DR State"
::= 136000047
mngmtAgentTrap_48 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Security credentials needed. Please update your system's ID and password in the Storage System Access menu."
::= 136000048
mngmtAgentTrap_49 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Security credentials supplied were invalid. Please update your system's ID and password in the Storage System Access menu."
::= 136000049
mngmtAgentTrap_50 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Security credentials supplied were invalid. Please update your system's ID and password in the Storage System Access menu."
::= 136000050
mngmtAgentTrap_51 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system connection down"
::= 136000051
mngmtAgentTrap_52 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "DR group empty"
::= 136000052
mngmtAgentTrap_53 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Incompatible attribute"
::= 136000053
mngmtAgentTrap_54 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk is a DR group member"
::= 136000054
mngmtAgentTrap_55 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk is a DR log unit"
::= 136000055
mngmtAgentTrap_56 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cache batteries failed or missing."
::= 136000056
mngmtAgentTrap_57 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk is not presented"
::= 136000057
mngmtAgentTrap_58 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Other controller failed"
::= 136000058
mngmtAgentTrap_59 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Maximum Number of Objects Exceeded."
::= 136000059
mngmtAgentTrap_60 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Max size"
::= 136000060
mngmtAgentTrap_61 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Password mismatch. Please update your system's password in the Storage System Access menu. Continued attempts to access this storage system with an incorrect password will disable management of this storage system."
::= 136000061
mngmtAgentTrap_62 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "DR group is merging"
::= 136000062
mngmtAgentTrap_63 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "DR group is logging"
::= 136000063
mngmtAgentTrap_64 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Connection is suspended"
::= 136000064
mngmtAgentTrap_65 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Bad image header"
::= 136000065
mngmtAgentTrap_66 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Bad image"
::= 136000066
mngmtAgentTrap_67 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Image too large"
::= 136000067
mngmtAgentTrap_68 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EMU not available"
::= 136000068
mngmtAgentTrap_69 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EMU indefinite delay"
::= 136000069
mngmtAgentTrap_70 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Image incompatible with system configuration. Version conflict in upgrade or downgrade not allowed."
::= 136000070
mngmtAgentTrap_71 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Bad image segment"
::= 136000071
mngmtAgentTrap_72 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Image already loaded"
::= 136000072
mngmtAgentTrap_73 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Image Write Error"
::= 136000073
mngmtAgentTrap_74 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Logical Disk Sharing"
::= 136000074
mngmtAgentTrap_75 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Bad Image Size"
::= 136000075
mngmtAgentTrap_76 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Image Load Busy"
::= 136000076
mngmtAgentTrap_77 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Volume Failure Predicted"
::= 136000077
mngmtAgentTrap_78 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Background allocation on the destination member is in progress. This action must complete before any others can be initiated ."
::= 136000078
mngmtAgentTrap_79 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Predecessor Vdisk Condition"
::= 136000079
mngmtAgentTrap_80 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Volume Usage"
::= 136000080
mngmtAgentTrap_81 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Minimum Volumes In Disk Group"
::= 136000081
mngmtAgentTrap_82 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown In Progress"
::= 136000082
mngmtAgentTrap_83 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Not Ready"
::= 136000083
mngmtAgentTrap_84 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Is Snapshot"
::= 136000084
mngmtAgentTrap_85 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cannot add or remove DR group member. Mirror cache must be active for this Vdisk. Check controller cache condition."
::= 136000085
mngmtAgentTrap_86 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Inoperative"
::= 136000086
mngmtAgentTrap_87 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Disk group inoperative or less than 8 disks in group"
::= 136000087
mngmtAgentTrap_88 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system inoperative"
::= 136000088
mngmtAgentTrap_89 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failsafe Locked"
::= 136000089
mngmtAgentTrap_90 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data Flush Incomplete"
::= 136000090
mngmtAgentTrap_91 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Redundancy Mirrored Inoperative"
::= 136000091
mngmtAgentTrap_92 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Duplicate LUN"
::= 136000092
mngmtAgentTrap_93 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Other remote controller failed"
::= 136000093
mngmtAgentTrap_94 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unknown remote Vdisk"
::= 136000094
mngmtAgentTrap_95 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unknown remote DR group"
::= 136000095
mngmtAgentTrap_96 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "PLDMC failed"
::= 136000096
mngmtAgentTrap_97 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system could not be locked. System busy. Try command again. "
::= 136000097
mngmtAgentTrap_98 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Error on remote storage system."
::= 136000098
mngmtAgentTrap_99 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "This operation can only be completed when the source-destination connection is down."
::= 136000099
mngmtAgentTrap_100 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Login required - password changed."
::= 136000100
mngmtAgentTrap_101 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Numerous login attempts have been detected that uses an incorrect password. Please update your system's password in the Storage System Access menu."
::= 136000101
mngmtAgentTrap_102 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid cookie"
::= 136000102
mngmtAgentTrap_103 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Login timed out"
::= 136000103
mngmtAgentTrap_104 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Max snapshot depth reached"
::= 136000104
mngmtAgentTrap_105 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Attribute mismatch"
::= 136000105
mngmtAgentTrap_106 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The password has been set in Command View EVA. The same password still needs to be set in the controllers."
::= 136000106
mngmtAgentTrap_107 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Not host port"
::= 136000107
mngmtAgentTrap_108 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Duplicate Lun WWID"
::= 136000108
mngmtAgentTrap_109 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "System Inoperative"
::= 136000109
mngmtAgentTrap_110 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "SnapClone Active"
::= 136000110
mngmtAgentTrap_111 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Emu Load Busy"
::= 136000111
mngmtAgentTrap_112 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Duplicate User Name"
::= 136000112
mngmtAgentTrap_113 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Reserved For Code Load"
::= 136000113
mngmtAgentTrap_114 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Already Presented"
::= 136000114
mngmtAgentTrap_115 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid remote storage system"
::= 136000115
mngmtAgentTrap_116 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Lock"
::= 136000116
mngmtAgentTrap_117 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Maximum Number of Members Exceeded"
::= 136000117
mngmtAgentTrap_118 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Max Destinations"
::= 136000118
mngmtAgentTrap_119 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Empty User Name"
::= 136000119
mngmtAgentTrap_120 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system already initialized"
::= 136000120
mngmtAgentTrap_121 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Already Open"
::= 136000121
mngmtAgentTrap_122 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Session Not Open"
::= 136000122
mngmtAgentTrap_123 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Not Marked Inoperative"
::= 136000123
mngmtAgentTrap_124 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Media Not Available"
::= 136000124
mngmtAgentTrap_125 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Battery System Failed"
::= 136000125
mngmtAgentTrap_126 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "DR Group Member Is Cache Data Lost"
::= 136000126
mngmtAgentTrap_127 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Internal Lock Collision"
::= 136000127
mngmtAgentTrap_128 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "OCP Error"
::= 136000128
mngmtAgentTrap_129 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Mirror Offline"
::= 136000129
mngmtAgentTrap_130 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "This operation cannot be completed if failsafe mode is enabled."
::= 136000130
mngmtAgentTrap_131 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive firmware load abort due to Raid0 virtual disk(s)."
::= 136000131
mngmtAgentTrap_132 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Fibre channel ports are unavailable."
::= 136000132
mngmtAgentTrap_133 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The storage system has reached its maximum number of DR relationship."
::= 136000133
mngmtAgentTrap_1000 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Logical Disk Condition Change"
::= 136001000
mngmtAgentTrap_1001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system is FULL **critical**"
::= 136001001
mngmtAgentTrap_1002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system is almost FULL. Disk group at or above maximum capacity warning level."
::= 136001002
mngmtAgentTrap_1003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller Cache Battery Condition Change"
::= 136001003
mngmtAgentTrap_1004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller Cache Condition Change"
::= 136001004
mngmtAgentTrap_1005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller Condition Change"
::= 136001005
mngmtAgentTrap_1006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller FC Port Condition Change"
::= 136001006
mngmtAgentTrap_1007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Physical Device Condition Change"
::= 136001007
mngmtAgentTrap_1008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Physical Store Condition Change"
::= 136001008
mngmtAgentTrap_1009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Host condition change"
::= 136001009
mngmtAgentTrap_1010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system time has been set"
::= 136001010
mngmtAgentTrap_1011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Volume Condition change"
::= 136001011
mngmtAgentTrap_1012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Volume insufficient_resources condition change"
::= 136001012
mngmtAgentTrap_1013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Volume Quorum Disk change"
::= 136001013
mngmtAgentTrap_1014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The state of an object in the system has changed. View adjacent events for more detail."
::= 136001014
mngmtAgentTrap_2001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Startup Failed"
::= 136002001
mngmtAgentTrap_2002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Management agent event log cleared successfully"
::= 136002002
mngmtAgentTrap_2003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid name specified for storage system"
::= 136002003
mngmtAgentTrap_2004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system is not initialized"
::= 136002004
mngmtAgentTrap_2006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid name specified for Vdisk"
::= 136002006
mngmtAgentTrap_2007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk name exceeds maximum length"
::= 136002007
mngmtAgentTrap_2008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid parameter specified for Vdisk"
::= 136002008
mngmtAgentTrap_2010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Specified Vdisk size exceeds available size"
::= 136002010
mngmtAgentTrap_2011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "There are not enough disk drives to create a disk group"
::= 136002011
mngmtAgentTrap_2012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Number of devices exceeds the available number of disks"
::= 136002012
mngmtAgentTrap_2013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Number of devices is less than the minimum number required to create a disk group"
::= 136002013
mngmtAgentTrap_2016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Completed unpresenting virtual disk to host"
::= 136002016
mngmtAgentTrap_2021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid refresh interval value. Should be numeric and non-negative."
::= 136002021
mngmtAgentTrap_2022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid security message. Should not be blank."
::= 136002022
mngmtAgentTrap_2023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk Create Complete"
::= 136002023
mngmtAgentTrap_2025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system successfully initialized"
::= 136002025
mngmtAgentTrap_2026 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Device Added Successfully"
::= 136002026
mngmtAgentTrap_2030 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Refresh Interval Changed"
::= 136002030
mngmtAgentTrap_2031 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Security Message Changed"
::= 136002031
mngmtAgentTrap_2032 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Present Vdisk to a Host - Complete"
::= 136002032
mngmtAgentTrap_2033 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Control Startup Complete"
::= 136002033
mngmtAgentTrap_2034 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Change Device Usage Complete"
::= 136002034
mngmtAgentTrap_2035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Control Shutdown - Complete"
::= 136002035
mngmtAgentTrap_2036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller Shutdown - Complete"
::= 136002036
mngmtAgentTrap_2038 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Control Memory Allocation Failure"
::= 136002038
mngmtAgentTrap_2040 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Access level denied or session activity timeout. Please log in again."
::= 136002040
mngmtAgentTrap_2041 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk Snapshot - Completed"
::= 136002041
mngmtAgentTrap_2042 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk Snapclone - Completed"
::= 136002042
mngmtAgentTrap_2047 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Host record added successfully"
::= 136002047
mngmtAgentTrap_2048 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Logical component deleted successfully"
::= 136002048
mngmtAgentTrap_2049 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid host adapter ID"
::= 136002049
mngmtAgentTrap_2050 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Specified device is already a member of the system"
::= 136002050
mngmtAgentTrap_2051 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Create Folder - Completed"
::= 136002051
mngmtAgentTrap_2052 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Change Object Properties - Completed"
::= 136002052
mngmtAgentTrap_2057 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Completed disk group creation"
::= 136002057
mngmtAgentTrap_2058 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Added host port"
::= 136002058
mngmtAgentTrap_2059 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Discarded host port"
::= 136002059
mngmtAgentTrap_2060 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EMU/Shelf code load complete"
::= 136002060
mngmtAgentTrap_2061 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operation will exceed the available capacity of the disk group"
::= 136002061
mngmtAgentTrap_2062 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller(s) code load complete"
::= 136002062
mngmtAgentTrap_2063 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The target device is not in the right condition to perform the operation"
::= 136002063
mngmtAgentTrap_2064 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system Device Addition Policy changed successfully"
::= 136002064
mngmtAgentTrap_2065 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Maximum number of disk groups exceeded"
::= 136002065
mngmtAgentTrap_2066 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Nsa object discard failed."
::= 136002066
mngmtAgentTrap_2067 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "There are not enough disks to meet the minimum number requirement"
::= 136002067
mngmtAgentTrap_2068 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Entry added successfully in the password file"
::= 136002068
mngmtAgentTrap_2069 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Entry updated successfully in the password file"
::= 136002069
mngmtAgentTrap_2070 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Entry discarded successfully in the password file"
::= 136002070
mngmtAgentTrap_2071 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system is not responding in a timely manner and has been placed into an unknown state. This may be due to a prior command with an excessively long execution time, high I/O load, or a network communications error. Recovery will automatically occur when the storage system is able to respond. "
::= 136002071
mngmtAgentTrap_2072 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Object not found. Operation on this object is completed"
::= 136002072
mngmtAgentTrap_2073 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "There is no more available space to create a Vdisk"
::= 136002073
mngmtAgentTrap_2074 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Name or comments contains invalid character(s)"
::= 136002074
mngmtAgentTrap_2075 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Duplicate - Another object with the same name exists."
::= 136002075
mngmtAgentTrap_2076 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No healthy disk group(s) to create a Vdisk. Resolve any abnormal conditions in the disk group first."
::= 136002076
mngmtAgentTrap_2077 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operating System ID must be a valid number."
::= 136002077
mngmtAgentTrap_2078 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Watchdog successfully started"
::= 136002078
mngmtAgentTrap_2079 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Watchdog successfully stopped"
::= 136002079
mngmtAgentTrap_2080 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Delete Event Config List failed"
::= 136002080
mngmtAgentTrap_2081 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Disk group meltdown repaired successfully."
::= 136002081
mngmtAgentTrap_2082 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "There are no available LUNs to present this Vdisk."
::= 136002082
mngmtAgentTrap_2083 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller time synchronization turned on."
::= 136002083
mngmtAgentTrap_2084 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller time synchronization turned off."
::= 136002084
mngmtAgentTrap_2085 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "System login failed. Invalid password."
::= 136002085
mngmtAgentTrap_2086 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "System is not set for password validation."
::= 136002086
mngmtAgentTrap_2087 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Agent is already logged in to this system."
::= 136002087
mngmtAgentTrap_2088 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system time set to custom time. Controller time synchronization automatically turned off."
::= 136002088
mngmtAgentTrap_2089 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system time set to SAN appliance time."
::= 136002089
mngmtAgentTrap_2090 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system time set to browser time. Controller time synchronization automatically turned off."
::= 136002090
mngmtAgentTrap_2091 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system time set to controller time. Controller time synchronization automatically turned off."
::= 136002091
mngmtAgentTrap_2092 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to find DR Group on remote storage system."
::= 136002092
mngmtAgentTrap_2093 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "A host must have at least one port. Cannot delete the only host port available."
::= 136002093
mngmtAgentTrap_2095 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Host creation failed. Maximum number of hosts reached."
::= 136002095
mngmtAgentTrap_2096 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Port already exists for this host."
::= 136002096
mngmtAgentTrap_2097 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Error reading parameter string. String is empty."
::= 136002097
mngmtAgentTrap_2098 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Command could not be completed on Master. Controller not found."
::= 136002098
mngmtAgentTrap_2099 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Command could not be completed on Slave. Controller not found."
::= 136002099
mngmtAgentTrap_2100 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Password access for all known storage systems is already enabled or set."
::= 136002100
mngmtAgentTrap_2102 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The local storage system has reached the maximum allowable DR relationship."
::= 136002102
mngmtAgentTrap_2103 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The remote storage system has reached the maximum allowable DR relationship."
::= 136002103
mngmtAgentTrap_3001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Event Manager Offline"
::= 136003001
mngmtAgentTrap_3002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Event Manager Online"
::= 136003002
mngmtAgentTrap_3003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Event Manager - Startup Failed"
::= 136003003
mngmtAgentTrap_3004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Event Manager - Startup Complete"
::= 136003004
mngmtAgentTrap_3007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Event Manager - Shutdown Complete"
::= 136003007
mngmtAgentTrap_3009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to open NSA Local Event Log File"
::= 136003009
mngmtAgentTrap_3012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to open Local Temp Event File - possibly no initialized SC"
::= 136003012
mngmtAgentTrap_3013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to clear NSA Local Event Log File"
::= 136003013
mngmtAgentTrap_3015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to clear NSA Event Log File"
::= 136003015
mngmtAgentTrap_3016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Local log file found on startup"
::= 136003016
mngmtAgentTrap_3017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Event Queue Flush Error"
::= 136003017
mngmtAgentTrap_3019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM File Manager Online"
::= 136003019
mngmtAgentTrap_3020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM File Manager Offline"
::= 136003020
mngmtAgentTrap_3021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM Log Manager Online"
::= 136003021
mngmtAgentTrap_3022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM Log Manager Offline"
::= 136003022
mngmtAgentTrap_3024 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Local NSA logfile is empty"
::= 136003024
mngmtAgentTrap_3025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Event Queue Online"
::= 136003025
mngmtAgentTrap_3028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Status Descriptions Unavailable"
::= 136003028
mngmtAgentTrap_3029 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM Description Mngr Online"
::= 136003029
mngmtAgentTrap_3035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: NSA log file unavailable"
::= 136003035
mngmtAgentTrap_3036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM Memory Allocation Error"
::= 136003036
mngmtAgentTrap_3037 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Local Event Configuration File Unavailable"
::= 136003037
mngmtAgentTrap_3038 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: MLD Notification File Unavailable - retrieving local backup copy"
::= 136003038
mngmtAgentTrap_3039 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Local Notification Host List File Unavailable"
::= 136003039
mngmtAgentTrap_3044 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Override this description with missing filename"
::= 136003044
mngmtAgentTrap_3045 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid storage system event sequence number - can't retrieve event"
::= 136003045
mngmtAgentTrap_3046 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid SC termination event sequence number - can't retrieve event"
::= 136003046
mngmtAgentTrap_3047 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Event config file unavailable from MLD - retrieving local backup copy"
::= 136003047
mngmtAgentTrap_3048 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Local user defined event state file unavailable"
::= 136003048
mngmtAgentTrap_3049 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: EMU event monitoring thread unable to start"
::= 136003049
mngmtAgentTrap_3050 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: EMU event - this description will be overwritten"
::= 136003050
mngmtAgentTrap_3051 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Failed to write Event Config file to MLD"
::= 136003051
mngmtAgentTrap_3053 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Event Configuration Filename Error or File empty"
::= 136003053
mngmtAgentTrap_3054 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Notification Hostlist Filename Error or File empty"
::= 136003054
mngmtAgentTrap_3055 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Event Config List Object Reference Error"
::= 136003055
mngmtAgentTrap_3056 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: SC Parse File successfully uploaded"
::= 136003056
mngmtAgentTrap_3057 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: SC Parse File upload failed"
::= 136003057
mngmtAgentTrap_3058 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Contents of the uploaded parse file invalid - unexpected contents"
::= 136003058
mngmtAgentTrap_3059 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Parse file is empty"
::= 136003059
mngmtAgentTrap_3060 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system being shutdown due to a command failure."
::= 136003060
mngmtAgentTrap_3061 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Could not retrieve a storage system event"
::= 136003061
mngmtAgentTrap_3062 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Init SC Event config list failed"
::= 136003062
mngmtAgentTrap_3063 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Could not initialize Comm infrastructure for event logging to system log"
::= 136003063
mngmtAgentTrap_3064 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Storage system pointer is NULL!"
::= 136003064
mngmtAgentTrap_3065 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Failed to log event to the Appliance event log: check if log is full"
::= 136003065
mngmtAgentTrap_3066 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Description Mngr initialize storage system failed"
::= 136003066
mngmtAgentTrap_3067 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Description file too small. File read problem Or Incomplete file."
::= 136003067
mngmtAgentTrap_3068 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Can't init NT Event object pointer"
::= 136003068
mngmtAgentTrap_3069 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Can't init NT Notification object pointer"
::= 136003069
mngmtAgentTrap_3070 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Appliance Event Logging Failure - log may be full"
::= 136003070
mngmtAgentTrap_3071 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: SCMI returned bad additional events number"
::= 136003071
mngmtAgentTrap_3072 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: SCMI returned zero sized SC Event"
::= 136003072
mngmtAgentTrap_3075 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EventQueue index passed is out of bounds"
::= 136003075
mngmtAgentTrap_3076 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: An abnormal number of duplicate events logged - dropping duplicates"
::= 136003076
mngmtAgentTrap_3077 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: Update of the MLD Status Description file failed"
::= 136003077
mngmtAgentTrap_3078 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: NsaStatusDescriptions.txt open file error"
::= 136003078
mngmtAgentTrap_3079 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "EM: NsaStatusDescriptions.txt file error - file size discrepancy from mld list"
::= 136003079
mngmtAgentTrap_3080 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "SC Event Log has been cleared and restarted. Possible RAID1 Meltdown."
::= 136003080
mngmtAgentTrap_3081 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid logType parameter"
::= 136003081
mngmtAgentTrap_3083 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Log file is empty"
::= 136003083
mngmtAgentTrap_3084 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage System with this WWN is not visible to this agent or the WWN is invalid"
::= 136003084
mngmtAgentTrap_3086 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Parsefile for current firmware version not found. Upload correct parse file."
::= 136003086
mngmtAgentTrap_3090 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The contents of this file appear to be invalid"
::= 136003090
mngmtAgentTrap_3091 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The MIB failed to build due to a missing parse file."
::= 136003091
mngmtAgentTrap_3092 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD description file is older than local file but system is downrev"
::= 136003092
mngmtAgentTrap_3094 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "System is initialized: can't get activeQ events"
::= 136003094
mngmtAgentTrap_3095 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to write file - file could not be opened."
::= 136003095
mngmtAgentTrap_4000 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager Subsystem Error"
::= 136004000
mngmtAgentTrap_4001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager Offline"
::= 136004001
mngmtAgentTrap_4004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager Startup Complete"
::= 136004004
mngmtAgentTrap_4005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager Abnormal Startup"
::= 136004005
mngmtAgentTrap_4007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager Shutdown Complete"
::= 136004007
mngmtAgentTrap_4011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Host IP Address specified"
::= 136004011
mngmtAgentTrap_4012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to open the NsaMldMgr.dat file for Write"
::= 136004012
mngmtAgentTrap_4013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to open the NsaMldMgr.dat file for Read"
::= 136004013
mngmtAgentTrap_4014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Agent Uid does not exist"
::= 136004014
mngmtAgentTrap_4015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to find object"
::= 136004015
mngmtAgentTrap_4016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to store object"
::= 136004016
mngmtAgentTrap_4017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to find storage system object"
::= 136004017
mngmtAgentTrap_4018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to create MLD"
::= 136004018
mngmtAgentTrap_4020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "lastSafeChoiceDelay Expired"
::= 136004020
mngmtAgentTrap_4021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "crashDetectDelay Expired"
::= 136004021
mngmtAgentTrap_4023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to read Copy1 of MLD"
::= 136004023
mngmtAgentTrap_4024 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Copy 1 of MLD Invalid"
::= 136004024
mngmtAgentTrap_4025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Copy block of MLD"
::= 136004025
mngmtAgentTrap_4027 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD database capacity not equal to true MLD capacity"
::= 136004027
mngmtAgentTrap_4028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Backup range out of bounds of copy 1 range"
::= 136004028
mngmtAgentTrap_4029 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager Lock Crash DetectDelay has expired, just taking lock!"
::= 136004029
mngmtAgentTrap_4030 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Copy 1 Restored"
::= 136004030
mngmtAgentTrap_4031 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Copy 2 Restored"
::= 136004031
mngmtAgentTrap_4032 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to find UidAssoc Object"
::= 136004032
mngmtAgentTrap_4033 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to store UID Association Object"
::= 136004033
mngmtAgentTrap_4034 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to find UidAssoc Object"
::= 136004034
mngmtAgentTrap_4035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to read last Fusion event read"
::= 136004035
mngmtAgentTrap_4036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Notification Queue Empty"
::= 136004036
mngmtAgentTrap_4037 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to find Notification Object"
::= 136004037
mngmtAgentTrap_4040 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to read Event Log Pointer"
::= 136004040
mngmtAgentTrap_4041 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to read Event Log"
::= 136004041
mngmtAgentTrap_4042 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to store Event Log"
::= 136004042
mngmtAgentTrap_4043 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to read Event Log"
::= 136004043
mngmtAgentTrap_4047 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Previously Read Object Properties do not Match"
::= 136004047
mngmtAgentTrap_4048 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Previously Read Object Properties do not Match"
::= 136004048
mngmtAgentTrap_4049 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to read Notification Host List"
::= 136004049
mngmtAgentTrap_4050 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to store Notification Host List"
::= 136004050
mngmtAgentTrap_4051 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to store Notification Host List and free Lock"
::= 136004051
mngmtAgentTrap_4052 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to read Event Configuration List"
::= 136004052
mngmtAgentTrap_4053 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to store Event Configuration List"
::= 136004053
mngmtAgentTrap_4054 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to store Event Configuration List and free Lock"
::= 136004054
mngmtAgentTrap_4058 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager Mutex Timeout error"
::= 136004058
mngmtAgentTrap_4059 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager list is empty"
::= 136004059
mngmtAgentTrap_5001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor Startup Complete"
::= 136005001
mngmtAgentTrap_5002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor Startup Failed"
::= 136005002
mngmtAgentTrap_5003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor ShutDown Complete"
::= 136005003
mngmtAgentTrap_5004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor Memory Allocation Failure"
::= 136005004
mngmtAgentTrap_5005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor Mark Agent as Inactive"
::= 136005005
mngmtAgentTrap_5006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor create thread error"
::= 136005006
mngmtAgentTrap_5007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor create timer error"
::= 136005007
mngmtAgentTrap_5008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor agent registration - Complete"
::= 136005008
mngmtAgentTrap_5010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitor initiated a storage system management shutdown because of controller failures"
::= 136005010
mngmtAgentTrap_5011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unknown storage system rediscovery complete "
::= 136005011
mngmtAgentTrap_5012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Start monitoring thread for storage system - Complete"
::= 136005012
mngmtAgentTrap_5013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Start monitoring thread for storage system - Fail"
::= 136005013
mngmtAgentTrap_5014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Monitoring thread for storage system terminated"
::= 136005014
mngmtAgentTrap_5015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Rediscover unknown storage system - Error"
::= 136005015
mngmtAgentTrap_5016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller time synchronized to appliance time."
::= 136005016
mngmtAgentTrap_5017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Appliance and controller time checked for synchronization."
::= 136005017
mngmtAgentTrap_5018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller and appliance time are the same. No need to synchronize."
::= 136005018
mngmtAgentTrap_5019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Exception caught in monitoring process."
::= 136005019
mngmtAgentTrap_6001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ready"
::= 136006001
mngmtAgentTrap_6002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Index Out of Range"
::= 136006002
mngmtAgentTrap_6003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cannot access storage system. Communications error."
::= 136006003
mngmtAgentTrap_6004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No controllers found"
::= 136006004
mngmtAgentTrap_6005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Index"
::= 136006005
mngmtAgentTrap_6006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Memory allocation failure"
::= 136006006
mngmtAgentTrap_6007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No physical stores found"
::= 136006007
mngmtAgentTrap_6008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No storage system found"
::= 136006008
mngmtAgentTrap_6009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No disk group found"
::= 136006009
mngmtAgentTrap_6010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Too many disk groups"
::= 136006010
mngmtAgentTrap_6011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No volumes found"
::= 136006011
mngmtAgentTrap_6012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Logical Disks Found"
::= 136006012
mngmtAgentTrap_6013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Context ID changed during operation"
::= 136006013
mngmtAgentTrap_6014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Name"
::= 136006014
mngmtAgentTrap_6015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Name Size Exceeded"
::= 136006015
mngmtAgentTrap_6016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Complete"
::= 136006016
mngmtAgentTrap_6017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Mutex Creation Failure"
::= 136006017
mngmtAgentTrap_6018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The command has timed out. Storage system is busy processing previous command."
::= 136006018
mngmtAgentTrap_6019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No MLD Handle Set"
::= 136006019
mngmtAgentTrap_6020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed Transport Layer Communication - No Such Id"
::= 136006020
mngmtAgentTrap_6021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed Transport Layer Communication - TimeOut"
::= 136006021
mngmtAgentTrap_6022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No initialized storage system objects found"
::= 136006022
mngmtAgentTrap_6023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Attached Port Found"
::= 136006023
mngmtAgentTrap_6024 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to get SCMI Object Handle"
::= 136006024
mngmtAgentTrap_6025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Both Restart And Power Off Requested"
::= 136006025
mngmtAgentTrap_6026 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Drive Shelf Power Off But No Enclosure Power Off Requested"
::= 136006026
mngmtAgentTrap_6027 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Disable Battery But No Enclosure Power Off Requested"
::= 136006027
mngmtAgentTrap_6028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Disable Battery But Shutdown Unconditional Requested"
::= 136006028
mngmtAgentTrap_6029 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Delay Out Of Range"
::= 136006029
mngmtAgentTrap_6030 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cache Write Failure"
::= 136006030
mngmtAgentTrap_6031 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Battery Disable Failure"
::= 136006031
mngmtAgentTrap_6032 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Shelf Disable Failure"
::= 136006032
mngmtAgentTrap_6033 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Battery Disable Failed on Both Controllers Batteries"
::= 136006033
mngmtAgentTrap_6034 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Battery Disable Failed on This Controllers Battery"
::= 136006034
mngmtAgentTrap_6035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Battery Disable Failed on the Other Controllers Battery"
::= 136006035
mngmtAgentTrap_6036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Requested disk failure protection level is set. Actual level will change when sufficient disk space is available."
::= 136006036
mngmtAgentTrap_6037 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Physical Store Contains Stale or Foreign Volume Information."
::= 136006037
mngmtAgentTrap_6038 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller Resynchronization or Reboot Occurred. Context Error"
::= 136006038
mngmtAgentTrap_8001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Operation"
::= 136008001
mngmtAgentTrap_8002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system already created"
::= 136008002
mngmtAgentTrap_8003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller already part of storage system configuration"
::= 136008003
mngmtAgentTrap_8004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Physical Store Count Below Minimum"
::= 136008004
mngmtAgentTrap_8005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller not part of storage system configuration"
::= 136008005
mngmtAgentTrap_8006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to uninitialize storage system"
::= 136008006
mngmtAgentTrap_8007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system File Open Error"
::= 136008007
mngmtAgentTrap_8008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system File Write Error"
::= 136008008
mngmtAgentTrap_8009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system File Read Error"
::= 136008009
mngmtAgentTrap_8010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Name too long"
::= 136008010
mngmtAgentTrap_8011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No String Error"
::= 136008011
mngmtAgentTrap_8012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No MLD Handle Found"
::= 136008012
mngmtAgentTrap_8013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Controllers Found"
::= 136008013
mngmtAgentTrap_8014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Controller Not Found On Loop"
::= 136008014
mngmtAgentTrap_8015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Disk Groups Found"
::= 136008015
mngmtAgentTrap_8016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Volumes Found"
::= 136008016
mngmtAgentTrap_8017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Physical Stores Found"
::= 136008017
mngmtAgentTrap_8018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Vdisks Found"
::= 136008018
mngmtAgentTrap_8019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Hosts Found"
::= 136008019
mngmtAgentTrap_8020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Name already exists"
::= 136008020
mngmtAgentTrap_8021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Folder is not empty"
::= 136008021
mngmtAgentTrap_8022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Spares goal could not be met"
::= 136008022
mngmtAgentTrap_8023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system object found"
::= 136008023
mngmtAgentTrap_8024 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system object not found"
::= 136008024
mngmtAgentTrap_8025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "New Physical Store Detected But Not Found In Physical Store List"
::= 136008025
mngmtAgentTrap_8026 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MldManager Handle is NULL"
::= 136008026
mngmtAgentTrap_8027 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NscMngrInterface Handle is NULL"
::= 136008027
mngmtAgentTrap_8028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "ScLockMngr Handle is NULL"
::= 136008028
mngmtAgentTrap_8029 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system initialization failed"
::= 136008029
mngmtAgentTrap_8030 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MldMngr, NscMngrInterfaceMngr, or ScLockMngr Handle is NULL"
::= 136008030
mngmtAgentTrap_8031 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system initialization failed"
::= 136008031
mngmtAgentTrap_8032 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system discovery failed"
::= 136008032
mngmtAgentTrap_8033 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system already uninitialized or does not exist"
::= 136008033
mngmtAgentTrap_8034 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Total Storage Failed"
::= 136008034
mngmtAgentTrap_8035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system is uninitialized"
::= 136008035
mngmtAgentTrap_8036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Total Storage Available Failed"
::= 136008036
mngmtAgentTrap_8037 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Total Storage Occupied Failed"
::= 136008037
mngmtAgentTrap_8038 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Total Storage Free Failed"
::= 136008038
mngmtAgentTrap_8039 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Disk Group Failed"
::= 136008039
mngmtAgentTrap_8040 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Disk Group List Failed"
::= 136008040
mngmtAgentTrap_8041 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Disk Group Count Failed"
::= 136008041
mngmtAgentTrap_8042 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Create Volume Failed"
::= 136008042
mngmtAgentTrap_8043 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Volume Failed"
::= 136008043
mngmtAgentTrap_8044 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Volumes Failed"
::= 136008044
mngmtAgentTrap_8045 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Volumes Count Failed"
::= 136008045
mngmtAgentTrap_8046 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Vdisk Failed"
::= 136008046
mngmtAgentTrap_8047 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Vdisk List Failed"
::= 136008047
mngmtAgentTrap_8048 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Physical Store Failed"
::= 136008048
mngmtAgentTrap_8049 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Physical Stores Failed"
::= 136008049
mngmtAgentTrap_8050 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Physical Stores Count Failed"
::= 136008050
mngmtAgentTrap_8051 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Create Vdisk Failed"
::= 136008051
mngmtAgentTrap_8052 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Delete Vdisk Failed"
::= 136008052
mngmtAgentTrap_8053 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Device Addition Policy Failed"
::= 136008053
mngmtAgentTrap_8054 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Spares Current Failed"
::= 136008054
mngmtAgentTrap_8055 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Spares Goal Failed"
::= 136008055
mngmtAgentTrap_8056 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get storage system events failed"
::= 136008056
mngmtAgentTrap_8057 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Volume Replacement Delay Failed"
::= 136008057
mngmtAgentTrap_8058 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Set Device Addition Policy Failed"
::= 136008058
mngmtAgentTrap_8059 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Set Spares Goal Failed"
::= 136008059
mngmtAgentTrap_8060 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Set Volume Replacement Delay Failed"
::= 136008060
mngmtAgentTrap_8061 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Create controller Failed"
::= 136008061
mngmtAgentTrap_8062 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Update controller Failed"
::= 136008062
mngmtAgentTrap_8063 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Create Host Failed"
::= 136008063
mngmtAgentTrap_8064 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Discard Host Failed"
::= 136008064
mngmtAgentTrap_8065 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Host Failed"
::= 136008065
mngmtAgentTrap_8066 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Host List Failed"
::= 136008066
mngmtAgentTrap_8067 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Host Count Failed"
::= 136008067
mngmtAgentTrap_8068 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Presented Unit List Failed"
::= 136008068
mngmtAgentTrap_8069 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Presented Unit Count Failed"
::= 136008069
mngmtAgentTrap_8070 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Free View Failed"
::= 136008070
mngmtAgentTrap_8071 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system shutdown Failed"
::= 136008071
mngmtAgentTrap_8073 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Derived Unit List Failed"
::= 136008073
mngmtAgentTrap_8074 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Derived Unit Count Failed"
::= 136008074
mngmtAgentTrap_8075 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Vdisk list failed"
::= 136008075
mngmtAgentTrap_8076 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Get Vdisk count failed"
::= 136008076
mngmtAgentTrap_8077 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Error while building Vdisk root view"
::= 136008077
mngmtAgentTrap_8078 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Error while building host root view"
::= 136008078
mngmtAgentTrap_8079 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Error while building disk group root view"
::= 136008079
mngmtAgentTrap_8080 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Error while building hardware root view"
::= 136008080
mngmtAgentTrap_8081 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Specified time format is incorrect"
::= 136008081
mngmtAgentTrap_8082 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Error creating/opening time synchronization file."
::= 136008082
mngmtAgentTrap_8083 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NSCList reordered."
::= 136008083
mngmtAgentTrap_8084 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NscList mutex Get error"
::= 136008084
mngmtAgentTrap_8085 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage System is managed by another agent"
::= 136008085
mngmtAgentTrap_8086 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Memory allocation failure"
::= 136008086
mngmtAgentTrap_8087 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to obtain list of DR Groups"
::= 136008087
mngmtAgentTrap_8088 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to obtain count of DR Groups"
::= 136008088
mngmtAgentTrap_8089 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to build DR Group view"
::= 136008089
mngmtAgentTrap_8090 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Devices found on Controller Back End Loops"
::= 136008090
mngmtAgentTrap_9001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk File Open Error"
::= 136009001
mngmtAgentTrap_9002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk File Write Error"
::= 136009002
mngmtAgentTrap_9003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk File Read Error"
::= 136009003
mngmtAgentTrap_9004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk name too long"
::= 136009004
mngmtAgentTrap_9005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk No String Error"
::= 136009005
mngmtAgentTrap_9006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk No Object Error"
::= 136009006
mngmtAgentTrap_9007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk still exists"
::= 136009007
mngmtAgentTrap_9008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk Invalid Value"
::= 136009008
mngmtAgentTrap_9009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "An outstanding command is still in progress for the Vdisk"
::= 136009009
mngmtAgentTrap_9010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Requested Vdisk size exceeds the available size"
::= 136009010
mngmtAgentTrap_9011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk size may be expanded but not reduced"
::= 136009011
mngmtAgentTrap_9012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operation on a fast Vdisk deletion completed"
::= 136009012
mngmtAgentTrap_9013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operation on a fast Vdisk creation completed"
::= 136009013
mngmtAgentTrap_9014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operation on a fast Vdisk size expansion completed"
::= 136009014
mngmtAgentTrap_9015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk cache data lost error"
::= 136009015
mngmtAgentTrap_9016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk data lost error resolved"
::= 136009016
mngmtAgentTrap_9017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operation rejected - The Vdisk has a sharing relationship with another object "
::= 136009017
mngmtAgentTrap_9018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operation on this Vdisk was rejected due to its degraded condition"
::= 136009018
mngmtAgentTrap_9019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Operation on this Vdisk can only be performed if it is presented to a host"
::= 136009019
mngmtAgentTrap_9020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cache policies cannot be modified if Vdisk is presented to a host"
::= 136009020
mngmtAgentTrap_9021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Allowed property changes successful. (Cache policy changes not allowed while Vdisk is presented to a host.)"
::= 136009021
mngmtAgentTrap_9022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Requested redundancy type cannot be implemented with the current disk group condition."
::= 136009022
mngmtAgentTrap_9023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Your Vdisk was created but cannot be presented at this time. It can be presented when it is fully allocated."
::= 136009023
mngmtAgentTrap_9025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk device data lost error"
::= 136009025
mngmtAgentTrap_9026 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The most significant hex character in a World Wide LUN Name must be a 6."
::= 136009026
mngmtAgentTrap_9027 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Virtual disk cache and inoperative data lost error"
::= 136009027
mngmtAgentTrap_9028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Virtual disk inoperative data lost error"
::= 136009028
mngmtAgentTrap_9029 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Virtual disk condition failed because of an inoperative data lost error."
::= 136009029
mngmtAgentTrap_9030 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk is a snapshot. The following properties cannot be changed: Preferred Path, Requested Size, Write-Back Cache Policy."
::= 136009030
mngmtAgentTrap_9031 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The World Wide LUN Name cannot be changed for a presented Vdisk Active member or snapshot."
::= 136009031
mngmtAgentTrap_9032 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unknown property, request rejected"
::= 136009032
mngmtAgentTrap_9033 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "This Vdisk was deleted as the indirect result of another user command."
::= 136009033
mngmtAgentTrap_9034 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The requested allocation policy cannot be satisfied. A different allocation policy is already in use by another snapshot in the same family."
::= 136009034
mngmtAgentTrap_9035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The deletion of this Vdisk cannot take place. The original Vdisk that this is being snapcloned from is in a VRaid1 Meltdown state which must first be resolved."
::= 136009035
mngmtAgentTrap_9036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Synchronous creation of virtual disk has been aborted due to an internal error. Switching to asynchronous mode to complete the virtual disk creation."
::= 136009036
mngmtAgentTrap_10001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage Object Broker Ready"
::= 136010001
mngmtAgentTrap_10004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage system is not initialized"
::= 136010004
mngmtAgentTrap_10006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "SOB Memory Allocation Failure"
::= 136010006
mngmtAgentTrap_10010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Your initialized system must have at least one disk group"
::= 136010010
mngmtAgentTrap_10011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cannot talk to all available controllers"
::= 136010011
mngmtAgentTrap_10012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Command rejected - Folder is not empty"
::= 136010012
mngmtAgentTrap_10013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Command rejected - Vdisk(s) or a data replication log are contained in this disk group"
::= 136010013
mngmtAgentTrap_10014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Command rejected - Vdisk(s) are presented to this host"
::= 136010014
mngmtAgentTrap_10015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Command rejected - This Vdisk has a sharing relationship with another object "
::= 136010015
mngmtAgentTrap_10017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Command rejected - Number of disk groups will exceed the maximum allowable number "
::= 136010017
mngmtAgentTrap_10018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cannot access the password file "
::= 136010018
mngmtAgentTrap_10019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Enterprise Login - Complete"
::= 136010019
mngmtAgentTrap_10020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Command rejected - Disks in the group would go below the minimum required number."
::= 136010020
mngmtAgentTrap_10021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Rediscovery of controllers - Complete"
::= 136010021
mngmtAgentTrap_10022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to establish communication with controller, check all connections. "
::= 136010022
mngmtAgentTrap_10023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Disk Group Data Lost Error Resolution Sequence 3 - Disk group resolved to normal"
::= 136010023
mngmtAgentTrap_10024 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Disk Group Data Lost Error Resolution Sequence 1 - Failed Vdisks marked for deletion"
::= 136010024
mngmtAgentTrap_10025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Disk Group Data Lost Error Resolution Sequence 2 - Failed Vdisks deleted"
::= 136010025
mngmtAgentTrap_10026 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Disk Group Data Lost Error Resolution Sequence 3 - Disk group deleted"
::= 136010026
mngmtAgentTrap_10027 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Creating the Vdisk would exceed the maximum allowable Vdisk count"
::= 136010027
mngmtAgentTrap_10028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Volume insufficient resources"
::= 136010028
mngmtAgentTrap_10029 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Process mutex is locked"
::= 136010029
mngmtAgentTrap_10030 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid URL request type"
::= 136010030
mngmtAgentTrap_10031 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid URL object type"
::= 136010031
mngmtAgentTrap_10035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The snapshot/Snapclone license cannot be validated. Either the license key has not been entered, or there is a system communication failure."
::= 136010035
mngmtAgentTrap_10036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "A data replication license cannot be validated. Either the license key has not been entered, or there is a system communication failure."
::= 136010036
mngmtAgentTrap_10037 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Object name should not be empty or exceed its maximum length"
::= 136010037
mngmtAgentTrap_10038 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Object comments exceeds maximum length"
::= 136010038
mngmtAgentTrap_10039 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Vdisk does not meet the requirements to be part of a DR group."
::= 136010039
mngmtAgentTrap_10040 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The Eva selected as the Destination for the DR group is invalid. Either it has a DR relationship with another EVA or it is not the same EVA that the source EVA presently has a DR relationship with."
::= 136010040
mngmtAgentTrap_10041 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cannot group the specified disk device because the disk is already in a disk group."
::= 136010041
mngmtAgentTrap_10042 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cannot ungroup the specified disk device because the disk is not grouped."
::= 136010042
mngmtAgentTrap_10043 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Object ID provided, or object type, is invalid for the requested operation."
::= 136010043
mngmtAgentTrap_10044 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Specified remote disk group does not exist."
::= 136010044
mngmtAgentTrap_11001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Agent startup complete"
::= 136011001
mngmtAgentTrap_11002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Agent shutdown complete"
::= 136011002
mngmtAgentTrap_11003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Insufficient memory to create a new object, Heap may be full!"
::= 136011003
mngmtAgentTrap_11004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Agent Startup Failed"
::= 136011004
mngmtAgentTrap_12001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Nsc Manager Interface No controllers Found"
::= 136012001
mngmtAgentTrap_12002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Nsc Manager Interface Index Out Of Range"
::= 136012002
mngmtAgentTrap_12003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Unable to process command at this time. Retry the command or check all connections. "
::= 136012003
mngmtAgentTrap_12004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Nsc Manager Interface Initialization Complete"
::= 136012004
mngmtAgentTrap_12005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Nsc Manager Interface Initialization Failed"
::= 136012005
mngmtAgentTrap_12008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No Disk Groups Available For Access"
::= 136012008
mngmtAgentTrap_13002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Notification Mngr Online"
::= 136013002
mngmtAgentTrap_13003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Notification Mngr Offline"
::= 136013003
mngmtAgentTrap_13004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NM Startup Complete"
::= 136013004
mngmtAgentTrap_13007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Notification Failed"
::= 136013007
mngmtAgentTrap_13009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Notification Failed - Network Error"
::= 136013009
mngmtAgentTrap_13012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NM Prev Failed Notification Successfully Notified"
::= 136013012
mngmtAgentTrap_13015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NM SNMP Packet Failed"
::= 136013015
mngmtAgentTrap_13017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NM Memory Allocation Error"
::= 136013017
mngmtAgentTrap_13018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NM StorageCell handle is NULL"
::= 136013018
mngmtAgentTrap_13019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NM User defined event state file is empty"
::= 136013019
mngmtAgentTrap_13020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "NM Notification Failed - Notification Matrix is NULL "
::= 136013020
mngmtAgentTrap_14001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Already Exists"
::= 136014001
mngmtAgentTrap_14002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Is Not Set"
::= 136014002
mngmtAgentTrap_14003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No View Object(s) Found"
::= 136014003
mngmtAgentTrap_14004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Index Is Out Of Range"
::= 136014004
mngmtAgentTrap_14005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Object - Invalid Object Condition"
::= 136014005
mngmtAgentTrap_14006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Object - Invalid Object Type"
::= 136014006
mngmtAgentTrap_14007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View List Pointer is NULL"
::= 136014007
mngmtAgentTrap_14008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Object Pointer is NULL"
::= 136014008
mngmtAgentTrap_14009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Building View List Object - Complete"
::= 136014009
mngmtAgentTrap_14010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Building View List Object - Failed"
::= 136014010
mngmtAgentTrap_14012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Find by UID Failed"
::= 136014012
mngmtAgentTrap_14013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Find by Type Failed"
::= 136014013
mngmtAgentTrap_14017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "View Find by Type by Name Failed"
::= 136014017
mngmtAgentTrap_15001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree View Symbol Not Found"
::= 136015001
mngmtAgentTrap_15002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree View Id Symbol Not Found"
::= 136015002
mngmtAgentTrap_15003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree Cursor Symbol Not Found"
::= 136015003
mngmtAgentTrap_15004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree Cursor Id Symbol Not Found"
::= 136015004
mngmtAgentTrap_15005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree Sibling Symbol Not Found"
::= 136015005
mngmtAgentTrap_15006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree Total Children Symbol Not Found"
::= 136015006
mngmtAgentTrap_15007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree Expansion Symbol Not Found"
::= 136015007
mngmtAgentTrap_15008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree Contraction Symbol Not Found"
::= 136015008
mngmtAgentTrap_15009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Tree Invalid Descriptor String"
::= 136015009
mngmtAgentTrap_16001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Short Status - Reissue Command"
::= 136016001
mngmtAgentTrap_16004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Invalid Handle Set In Request Packet"
::= 136016004
mngmtAgentTrap_16005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema No Pstore At Referenced Location"
::= 136016005
mngmtAgentTrap_16008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema No Device Found"
::= 136016008
mngmtAgentTrap_16010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Could Not Find SubEnclosure in Configuration List"
::= 136016010
mngmtAgentTrap_16012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Non-specific error occurred "
::= 136016012
mngmtAgentTrap_16013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Shelf WWN Could Not Be Accessed Through A Drive"
::= 136016013
mngmtAgentTrap_16014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Failed To Enter Primary Mode"
::= 136016014
mngmtAgentTrap_16015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Failed To Exit Primary Mode"
::= 136016015
mngmtAgentTrap_16016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Downloaded File Does Not Contain Valid Fibre Channel Loader [status:1]"
::= 136016016
mngmtAgentTrap_16017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Downloaded File Format Is Not Recognized [status:2]"
::= 136016017
mngmtAgentTrap_16018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Incorrect Firmware In Downloaded File [status:3]"
::= 136016018
mngmtAgentTrap_16019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Downloaded Loader is Too Large [status:4]"
::= 136016019
mngmtAgentTrap_16020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Invalid Checksum [status:5]"
::= 136016020
mngmtAgentTrap_16021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Previous Offset Plus Previous Length Not Equal To Current Offset [status:6]"
::= 136016021
mngmtAgentTrap_16022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Downloaded Loader Terminated Incorrectly [status:7]"
::= 136016022
mngmtAgentTrap_16023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Out Of Memory [status:8]"
::= 136016023
mngmtAgentTrap_16024 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU CDB Timeout -- Download Aborted [status:9]"
::= 136016024
mngmtAgentTrap_16025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Internal State Machine Error [status:10]"
::= 136016025
mngmtAgentTrap_16026 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Flash Erasure Failure [status:11]"
::= 136016026
mngmtAgentTrap_16027 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU In Primary Mode - Cannot Download To Primary EMU [status:12]"
::= 136016027
mngmtAgentTrap_16028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Previous Offset Plus Previous Length Greater Than Total Size [status:13]"
::= 136016028
mngmtAgentTrap_16029 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Current Total Size Different From Previous Total Size [status:14]"
::= 136016029
mngmtAgentTrap_16030 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Could Not Restore Reporting Group Number. Final Download Record Error"
::= 136016030
mngmtAgentTrap_16031 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Could Not Recovery From Invop. Invop Retries Exhausted"
::= 136016031
mngmtAgentTrap_16032 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Requested WWN Does Not Match Enclosure WWN"
::= 136016032
mngmtAgentTrap_16033 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Enclosure Services Error Occurred. EMU May Be Unavailable or Not Installed"
::= 136016033
mngmtAgentTrap_16034 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema SCSI Error Occurred While Trying To Communicate With EMU"
::= 136016034
mngmtAgentTrap_16035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema Could Not Open EMU Firmware File"
::= 136016035
mngmtAgentTrap_16036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Firmware File Name Is Null"
::= 136016036
mngmtAgentTrap_16037 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Firmware Download Retries Exhausted. Manual Download May Be Required"
::= 136016037
mngmtAgentTrap_16038 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Current Firmware Version Matches Upgrade Firmware Version. No Upgrade Will Be Performed."
::= 136016038
mngmtAgentTrap_16039 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU Firmware Upgrade Success"
::= 136016039
mngmtAgentTrap_16040 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Ema EMU In Load State. Do Not Power Off. Reload EMU Firmware "
::= 136016040
mngmtAgentTrap_17001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Descriptor File Open Error"
::= 136017001
mngmtAgentTrap_17002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Descriptor File Parsing Error - Invalid Line"
::= 136017002
mngmtAgentTrap_17003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Image File Open Error, "
::= 136017003
mngmtAgentTrap_17004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Image File Error Getting File Size"
::= 136017004
mngmtAgentTrap_17005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Image File Buffer Allocation Error"
::= 136017005
mngmtAgentTrap_17006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Image File Read Error"
::= 136017006
mngmtAgentTrap_17007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Drive Firmware Update Failed "
::= 136017007
mngmtAgentTrap_17008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Drive Inquiry Failed"
::= 136017008
mngmtAgentTrap_17009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Format Command Failed"
::= 136017009
mngmtAgentTrap_17012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Get Physical Store Condition Failed"
::= 136017012
mngmtAgentTrap_17013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Get Volume Condition Failed"
::= 136017013
mngmtAgentTrap_17014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Drive Spin Up Error"
::= 136017014
mngmtAgentTrap_17015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load - Complete"
::= 136017015
mngmtAgentTrap_17016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Disk Group Migration In Progress"
::= 136017016
mngmtAgentTrap_17017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Code Load Unable To Code Load Disks Part Of A Group "
::= 136017017
mngmtAgentTrap_18001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Created Element Success"
::= 136018001
mngmtAgentTrap_18002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Created Storage Success"
::= 136018002
mngmtAgentTrap_18003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Created Storage Client Success"
::= 136018003
mngmtAgentTrap_18004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Set Storage Success"
::= 136018004
mngmtAgentTrap_18005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Set Element Success"
::= 136018005
mngmtAgentTrap_18006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Deleted Element Success"
::= 136018006
mngmtAgentTrap_18007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Deleted Storage Success"
::= 136018007
mngmtAgentTrap_18008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Deleted Storage Client Success"
::= 136018008
mngmtAgentTrap_18009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Created Snapshot Success "
::= 136018009
mngmtAgentTrap_18010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Created Clone Success"
::= 136018010
mngmtAgentTrap_18018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Unable To Get The Lock"
::= 136018018
mngmtAgentTrap_18019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Created PresentedUnit Success"
::= 136018019
mngmtAgentTrap_18022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Create DiskGroup Success"
::= 136018022
mngmtAgentTrap_18024 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Create Folder Success"
::= 136018024
mngmtAgentTrap_18025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Delete Folder Success"
::= 136018025
mngmtAgentTrap_18028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Set Folder Success"
::= 136018028
mngmtAgentTrap_18034 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Invalid User Name Or Password Error"
::= 136018034
mngmtAgentTrap_18036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Delete Presented Unit Success"
::= 136018036
mngmtAgentTrap_18038 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Set Diskgroup Success "
::= 136018038
mngmtAgentTrap_18039 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Set Disk Success"
::= 136018039
mngmtAgentTrap_18040 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Delete Storage Family Success "
::= 136018040
mngmtAgentTrap_18041 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Set Storage Family Success"
::= 136018041
mngmtAgentTrap_18042 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Control Memory Allocation Failure"
::= 136018042
mngmtAgentTrap_18045 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Element Codeload Success "
::= 136018045
mngmtAgentTrap_18047 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Disk Codeload Success"
::= 136018047
mngmtAgentTrap_18048 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Monitor Codeload Success"
::= 136018048
mngmtAgentTrap_18049 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Added Port WWID Success"
::= 136018049
mngmtAgentTrap_18050 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Set Storage Client Success"
::= 136018050
mngmtAgentTrap_18051 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Invalid Operation"
::= 136018051
mngmtAgentTrap_18052 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Deleted Port WWID Success"
::= 136018052
mngmtAgentTrap_18059 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Set Power Success"
::= 136018059
mngmtAgentTrap_18060 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Element Is Not Initialized"
::= 136018060
mngmtAgentTrap_18063 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Error trying to delete a disk group"
::= 136018063
mngmtAgentTrap_18065 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api A storage (Vdisk) operation is in progress. Try again later."
::= 136018065
mngmtAgentTrap_18066 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api The storage (Vdisk) condition is invalid. The storage may be in error. Try again later."
::= 136018066
mngmtAgentTrap_18067 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Error calling get Vdisk condition. Vdisk may be deleted. Try again later."
::= 136018067
mngmtAgentTrap_18068 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Invalid initialization of the API. Cannot start monitoring process. Storage system management limited."
::= 136018068
mngmtAgentTrap_18070 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api A command is currently under execution from another API call. Try again later."
::= 136018070
mngmtAgentTrap_18071 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api The server has not completed initialization, cannot process the request."
::= 136018071
mngmtAgentTrap_18073 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Removal of disk from disk group successful"
::= 136018073
mngmtAgentTrap_18074 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Disk(s) added to disk group successfully"
::= 136018074
mngmtAgentTrap_18075 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Modify monitor properties successful"
::= 136018075
mngmtAgentTrap_18076 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api Element name too long. Maximum is 20 characters."
::= 136018076
mngmtAgentTrap_18080 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api The snapshot/Snapclone license cannot be validated. Either the license key has not been entered, or there is a system communication failure."
::= 136018080
mngmtAgentTrap_18081 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Api The folder operation is not valid for the specified folder. Either the folder is a root folder and cannot be modified, or it is a disk group folder for which you should use 'Set Group' command."
::= 136018081
mngmtAgentTrap_20001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "LicMngr Memory Allocation Failure"
::= 136020001
mngmtAgentTrap_20002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "LicMngr Startup Complete"
::= 136020002
mngmtAgentTrap_20003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "LicMngr Startup Failed"
::= 136020003
mngmtAgentTrap_20004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "License successfully checked out"
::= 136020004
mngmtAgentTrap_20005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "License checkout failed"
::= 136020005
mngmtAgentTrap_20011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "License Line has an incorrect format"
::= 136020011
mngmtAgentTrap_20013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "License Library runtime error"
::= 136020013
mngmtAgentTrap_20015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to retrieve Node WWN from storage system"
::= 136020015
mngmtAgentTrap_20016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to retrieve license list from MLD"
::= 136020016
mngmtAgentTrap_20017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Failed to write license list to MLD"
::= 136020017
mngmtAgentTrap_20018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "This license line appears to be invalid"
::= 136020018
mngmtAgentTrap_20019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "MLD Manager Handle is NULL - unable to update MLD License List"
::= 136020019
mngmtAgentTrap_20020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "LicMngr: Storage system handle is NULL"
::= 136020020
mngmtAgentTrap_20021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The license you entered is a valid license but not for the Node WWN and/or firmware version on this controller pair"
::= 136020021
mngmtAgentTrap_20022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Function name string is null or in an incorrect format"
::= 136020022
mngmtAgentTrap_20023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Version string is null or in an incorrect format"
::= 136020023
mngmtAgentTrap_21001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Image File Open Error"
::= 136021001
mngmtAgentTrap_21002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Image File Buffer Allocation Error"
::= 136021002
mngmtAgentTrap_21003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Image File Read Error"
::= 136021003
mngmtAgentTrap_21004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Event File Write Error"
::= 136021004
mngmtAgentTrap_21006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Global Header Edc Compute Error"
::= 136021006
mngmtAgentTrap_21007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Image Header Edc Compute Error"
::= 136021007
mngmtAgentTrap_21008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Image Type Exceeds Max Image Count"
::= 136021008
mngmtAgentTrap_21009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Image Type Not Controller Image"
::= 136021009
mngmtAgentTrap_21010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Image Size Exceeded"
::= 136021010
mngmtAgentTrap_21011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Event File Open Error"
::= 136021011
mngmtAgentTrap_21012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Image Edc Compute Error"
::= 136021012
mngmtAgentTrap_21013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Begin Text Not Found"
::= 136021013
mngmtAgentTrap_21014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager After Text Not Found"
::= 136021014
mngmtAgentTrap_21015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager File Format Version Mismatch"
::= 136021015
mngmtAgentTrap_21016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Global Header Format Version Mismatch"
::= 136021016
mngmtAgentTrap_21017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Product Information Was Not Found"
::= 136021017
mngmtAgentTrap_21018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager Event File Was Not Found"
::= 136021018
mngmtAgentTrap_21019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "HSV Upgrade Manager All Images Match Versions Already Loaded"
::= 136021019
mngmtAgentTrap_22001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Trace: Unable to write management agent trace file"
::= 136022001
mngmtAgentTrap_22002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Trace: file write succeeded"
::= 136022002
mngmtAgentTrap_23002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY MINOR
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Diagnostic The view list has errors"
::= 136023002
mngmtAgentTrap_23003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY CRITICAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Diagnostic Memory allocation failure"
::= 136023003
mngmtAgentTrap_24001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Windows system error"
::= 136024001
mngmtAgentTrap_24002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Lock is already taken"
::= 136024002
mngmtAgentTrap_24003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Lock is not taken"
::= 136024003
mngmtAgentTrap_24004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Request timed out"
::= 136024004
mngmtAgentTrap_25001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No path to controller"
::= 136025001
mngmtAgentTrap_25002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Thread is not running"
::= 136025002
mngmtAgentTrap_25003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No physical stores"
::= 136025003
mngmtAgentTrap_25004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Loop context ID changed"
::= 136025004
mngmtAgentTrap_25005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage Cell context ID changed"
::= 136025005
mngmtAgentTrap_25006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Cache Write Failure"
::= 136025006
mngmtAgentTrap_25007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Battery Disable Failure"
::= 136025007
mngmtAgentTrap_25008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Drive Shelf Disable Failure"
::= 136025008
mngmtAgentTrap_25009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Both Restart And Power Off Requested"
::= 136025009
mngmtAgentTrap_25010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Drive Shelf Power Off But No Enclosure Power Off Requested"
::= 136025010
mngmtAgentTrap_25011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Disable Battery But No Enclosure Power Off Requested"
::= 136025011
mngmtAgentTrap_25012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Disable Battery But Shutdown Unconditional Requested"
::= 136025012
mngmtAgentTrap_25013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Shutdown Delay Out Of Range"
::= 136025013
mngmtAgentTrap_25014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid Storage Cell name"
::= 136025014
mngmtAgentTrap_25015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Requested spares goal cannot be satisfied"
::= 136025015
mngmtAgentTrap_25016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "No valid LDAD found"
::= 136025016
mngmtAgentTrap_25017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Mismatched MLD size"
::= 136025017
mngmtAgentTrap_25018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Codeload image file error"
::= 136025018
mngmtAgentTrap_25019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Storage System is not initialized"
::= 136025019
mngmtAgentTrap_26002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Invalid data replication operation"
::= 136026002
mngmtAgentTrap_26005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "DR group name exceeds maximum length"
::= 136026005
mngmtAgentTrap_26006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "DR group created successfully"
::= 136026006
mngmtAgentTrap_26007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data replication invalid mode for DR Group create "
::= 136026007
mngmtAgentTrap_26008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "A duplicate DR group name exists in the specified source or destination DR group."
::= 136026008
mngmtAgentTrap_26009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data replication invalid operation while DR Groups exist"
::= 136026009
mngmtAgentTrap_26010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data replication root folder does not exist"
::= 136026010
mngmtAgentTrap_26011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "DR group discarded"
::= 136026011
mngmtAgentTrap_26012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data replication unknown remote storage system"
::= 136026012
mngmtAgentTrap_26013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data replication Error. A conflicting Vdisk name exists on the remote storage system."
::= 136026013
mngmtAgentTrap_26014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data Replication Error. Invalid Remote Vdisk Name specified."
::= 136026014
mngmtAgentTrap_26015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data Replication Error. Remote Vdisk size cannot be modified."
::= 136026015
mngmtAgentTrap_26016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "Data Replication Error. Remote Vdisk should be unpresented to proceed with the discard/detach operation."
::= 136026016
mngmtAgentTrap_27001 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully initialized storage system. Command issued through XML Interface."
::= 136027001
mngmtAgentTrap_27002 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a virtual disk. Command issued through the XML Interface."
::= 136027002
mngmtAgentTrap_27003 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a disk group. Command issued through the XML Interface."
::= 136027003
mngmtAgentTrap_27004 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a DRM group. Command issued through the XML Interface."
::= 136027004
mngmtAgentTrap_27005 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a host. Command issued through the XML Interface."
::= 136027005
mngmtAgentTrap_27006 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a presented unit. Command issued through the XML Interface."
::= 136027006
mngmtAgentTrap_27007 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a virtual disk folder. Command issued through the XML Interface."
::= 136027007
mngmtAgentTrap_27008 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a host folder. Command issued through the XML Interface."
::= 136027008
mngmtAgentTrap_27009 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a disk group folder. Command issued through the XML Interface."
::= 136027009
mngmtAgentTrap_27010 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a DRM group folder. Command issued through the XML Interface."
::= 136027010
mngmtAgentTrap_27011 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a folder. Command issued through the XML Interface."
::= 136027011
mngmtAgentTrap_27012 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a snapshot. Command issued through the XML Interface."
::= 136027012
mngmtAgentTrap_27013 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully created a snapclone. Command issued through the XML Interface."
::= 136027013
mngmtAgentTrap_27014 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully uninitialized the storage system. Command issued through the XML Interface."
::= 136027014
mngmtAgentTrap_27015 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a virtual disk. Command issued through the XML Interface."
::= 136027015
mngmtAgentTrap_27016 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a disk group. Command issued through the XML Interface."
::= 136027016
mngmtAgentTrap_27017 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a DRM group. Command issued through the XML Interface."
::= 136027017
mngmtAgentTrap_27018 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a host. Command issued through the XML Interface."
::= 136027018
mngmtAgentTrap_27019 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a presented unit. Command issued through the XML Interface."
::= 136027019
mngmtAgentTrap_27020 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a virtual disk folder. Command issued through the XML Interface."
::= 136027020
mngmtAgentTrap_27021 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a host folder. Command issued through the XML Interface."
::= 136027021
mngmtAgentTrap_27022 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a disk group folder. Command issued through the XML Interface."
::= 136027022
mngmtAgentTrap_27023 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a DRM group folder. Command issued through the XML Interface."
::= 136027023
mngmtAgentTrap_27024 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a folder. Command issued through the XML Interface."
::= 136027024
mngmtAgentTrap_27025 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully deleted a snapshot. Command issued through the XML Interface."
::= 136027025
mngmtAgentTrap_27026 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a storage system. Command issued through the XML Interface."
::= 136027026
mngmtAgentTrap_27027 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a virtual disk. Command issued through the XML Interface."
::= 136027027
mngmtAgentTrap_27028 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a disk group. Command issued through the XML Interface."
::= 136027028
mngmtAgentTrap_27029 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a DRM group. Command issued through the XML Interface."
::= 136027029
mngmtAgentTrap_27030 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a host. Command issued through the XML Interface."
::= 136027030
mngmtAgentTrap_27031 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a presented unit. Command issued through the XML Interface."
::= 136027031
mngmtAgentTrap_27032 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a virtual disk folder. Command issued through the XML Interface."
::= 136027032
mngmtAgentTrap_27033 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a host folder. Command issued through the XML Interface."
::= 136027033
mngmtAgentTrap_27034 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a hardware root folder. Command issued through the XML Interface."
::= 136027034
mngmtAgentTrap_27035 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a disk group folder. Command issued through the XML Interface."
::= 136027035
mngmtAgentTrap_27036 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a DRM group folder. Command issued through the XML Interface."
::= 136027036
mngmtAgentTrap_27037 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a DRM group root folder. Command issued through the XML Interface."
::= 136027037
mngmtAgentTrap_27038 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a folder. Command issued through the XML Interface."
::= 136027038
mngmtAgentTrap_27039 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a snapshot. Command issued through the XML Interface."
::= 136027039
mngmtAgentTrap_27040 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a disk. Command issued through the XML Interface."
::= 136027040
mngmtAgentTrap_27041 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a disk shelf. Command issued through the XML Interface."
::= 136027041
mngmtAgentTrap_27042 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a controller. Command issued through the XML Interface."
::= 136027042
mngmtAgentTrap_27043 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a controller shelf. Command issued through the XML Interface."
::= 136027043
mngmtAgentTrap_27044 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully modified the properties of a cabinet. Command issued through the XML Interface."
::= 136027044
mngmtAgentTrap_27045 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully reserved an object. Command issued through the XML Interface."
::= 136027045
mngmtAgentTrap_27046 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "The element manager has successfully released an object. Command issued through the XML Interface."
::= 136027046
mngmtAgentTrap_27047 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "XML cache mutex timeout."
::= 136027047
mngmtAgentTrap_27048 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "XML cache memory allocation error."
::= 136027048
mngmtAgentTrap_27049 TRAP-TYPE
ENTERPRISE compaq
VARIABLES { hostName, scellNameDateTime, agentEventCode, agentEventDescription }
--#TYPE "Management Agent Event"
--#SUMMARY "Host %s : SCellNameTimeDate %s : EventCode %d : Description %s"
--#MSG_FORMATTER "$V3V#Event Code: #"
--#SEVERITY INFORMATIONAL
--#CATEGORY "HP StorageWorks HSV Controller Events"
DESCRIPTION "XML subsystem unknown error."
::= 136027049
END