HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)
5 CIM Indications
SMI-S provides for asynchronous notification of events that indicate changes in the CIM server or
the managed elements controlled by the CIM server. CIM indications are the mechanism for delivery
of such events. A CIM client must subscribe to indications it wants to receive event notifications
from the CIM server. For detailed information regarding Indications, refer to SMI S at www.snia.org.
Fibre Channel Ports
The CIM Server currently supports indication subscriptions for changes in the operational status of
Fibre Channel ports. Clients must send the following query string to the CIM Server:
SELECT * FROM CIM_InstModification WHERE SourceInstance = CIM_FCPort
Job Control for Copy Services
The CIM Server supports indication subscriptions for changes in the operational status of a concrete
job related to Copy Services. Clients must send the following query string to the CIM Server:
SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob
Thin Provisioning
The CIM Server supports indication subscriptions for various thin provisioning related alert
indications. Clients may send the following query string to the CIM Server to receive all of the alert
indications:
SELECT * FROM CIM_AlertIndication
As an alternative, the client can send any of the following to choose the specific indication(s) to
receive:
SELECT * FROM TPD_StoragePoolGrowWarningAlert
SELECT * FROM TPD_StoragePoolGrowLimitAlert
SELECT * FROM TPD_StoragePoolGrowFailureAlert
SELECT * FROM TPD_StoragePoolOverUsedWarningAlert
SELECT * FROM TPD_StorageVolumeAllocationFailureAlert
SELECT * FROM TPD_StorageVolumeAllocationWarningAlert
SELECT * FROM TPD_StorageVolumeAllocationLimitAlert
SELECT * FROM TPD_DeltaReplicaStoragePoolGrowWarningAlert
SELECT * FROM TPD_DeltaReplicaStoragePoolGrowFailureAlert
SELECT * FROM TPD_StoragePoolCapacityClearAlert
SELECT * FROM TPD_StorageVolumeCapacityClearAlert
SELECT * FROM TPD_DeltaReplicaStoragePoolCapacityClearAlert
128 CIM Indications