Using Cim Indications - Dell PowerVault ML6000 Reference Manual

Dell powervault ml6000 smi-s reference guide
Hide thumbs Also See for PowerVault ML6000:
Table of Contents

Advertisement

Table 1
CIM Methods
Method
enumerateInstances()
enumerateInstanceNames()
getInstance()
associators()
associatorName()
references()
referenceName()

Using CIM Indications

A CIM indication is a message that communicates a change in the status of an SMI-S managed device—in
this case, a change in the status of the library. Your library can send these messages, or indications, to any
CIM client that has subscribed to receive them.
To enable indications, first subscribe your CIM clients to receive indications from the library, and then use
a WQL query to identify each indication that you want to receive.
To subscribe your CIM clients to receive indications from your library
1
Create a CIM_ListenerDestinationCIMXML instance for each client listening for indications. Clients can
only receive indications on port 61000 over http or https. So the CIM_ListenerDestinationCIMXML.
Destination should use the http://< ip address of the client>:61000 format. For example, http://
172.16.42.122:61000
2
Use the appropriate WBEM query language (WQL) queries from
Indication filters.
3
Create a CIM_IndicationSubscription association between the CIM_ListenerDestinationCIMXML and
the CIM_IndicationFilters.
For details on how to create and receive indications, refer to the Indications subprofile in the SMI-S 1.2
specification.
The storage library profile and its subprofiles contain a list of indication filters that your CIM clients can
receive, while the messages themselves are defined in the SMI-S Indications subprofile. The following table
provides WQL queries for all indications supported by the ML6000.
Dell PowerVault ML6000 SMI-S Reference Guide
How it is Used
Enumerates instances of a CIM class
Enumerates names of instances of a CIM class
Gets a CIM instance
Enumerates associators of a CIM object
Enumerates names of associators of a CIM object
Enumerates references to a CIM object
Enumerates names of references to a CIM object
Table 2
to create the supported
13

Advertisement

Table of Contents
loading

Table of Contents