HP MSA 1040 SMU Reference Guide (762784-001, March 2014)

Life cycle indications 171
In a dual-controller configuration, both controller A and B alert events are sent via controller A’s SMI-S provider.
The event categories in Table 18 pertain to FRU assemblies and certain FRU components.
Life cycle indications
The SMI-S interface provides CIM life cycle indications for changes in the physical and logical devices in the storage
system. The SMI-S provider supports all mandatory elements and certain optional elements in SNIA SMI-S
specification version 1.5.0. CIM Query Language (CQL) and Windows Management Instrumentation Query
Language (WQL) are both supported, with some limitations to the CQL indication filter. The provider supports
additional life cycle indications that the Windows Server 2012 operating system requires.
Table 18 CIM Alert indication events
FRU/Event category Corresponding SMI-S class Operational status values that would trigger alert conditions
Controller HP_Controller Down, Not Installed, OK
Hard Disk Drive HP_DiskDrive Unknown, Missing, Error, Degraded, OK
Fan HP_PSUFan Error, Stopped, OK
Power Supply HP_PSU Unknown, Error, Other, Stressed, Degraded, OK
Temperature Sensor HP_OverallTempSensor Unknown, Error, Other, Non-Recoverable Error,
Degraded, OK
Battery/Super Cap HP_SuperCap Unknown, Error, OK
FC Port HP_FCPort Stopped, OK
SAS Port HP_SASTargetPort Stopped, OK
iSCSI Port HP_ISCSIEthernetPort Stopped, OK
Table 19 Life cycle indications
Profile or
subprofile
Element description and name WQL or
CQL
Block
Services
SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_StoragePool
Send life cycle indication when a vdisk is created or deleted.
Both
Block
Services
SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_StorageVolume
Send life cycle indication when a volume is created or deleted.
Both
Block
Services
SELECT * FROM CIM_InstModification WHERE SourceInstance ISA
CIM_LogicalDevice
Send life cycle indication when disk drive (or any logical device) status changes.
Both
Copy
Services
SELECT * FROM CIM_InstModification WHERE SourceInstance ISA
CIM_StorageSynchronized AND SourceInstance.SyncState <>
PreviousInstance.SyncState
Send life cycle indication when the snapshot synchronization state changes.
CQL
Disk Drive
Lite
SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_DiskDrive
Send life cycle indication when a disk drive is inserted or removed.
Both
Fan SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_Fan
Send life cycle indication when a fan is powered on or off.
Both
Job
Control
SELECT * FROM CIM_InstModification WHERE SourceInstance ISA
CIM_ConcreteJob AND SourceInstance.OperationalStatus=17 AND
SourceInstance.OperationalStatus=2
Send life cycle indication when a create or delete operation completes for a volume, LUN, or snapshot.
WQL