A Practical Approach to WBEM[s]CIM Management
Implementing Providers: General Steps
This section contains a brief introduction to the steps which you need to take when writing a provider. As the actual details vary from WBEM server to WBEM server, an example is given in the rest of this chapter using one particular WBEM server.
When writing a provider you will need to:
-
Write the mof code for the class for which you need a provider. Load this class definition into the WBEM server.
-
Write some code to perform the necessary provider functions. Compile this code into a library and place this into a directory from which the WBEM server can extract it as needed.
-
Inform the WBEM server of the presence of the library and tie it to the class which it supports and the functions which it performs .
These steps are illustrated in the example below.
Категории