z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Obtaining the required header files

z/OS Common Information Model User's Guide
SC34-2671-00

Obtaining the required header files

Before you can start to develop a provider dynamic load library, you must obtain the following C header files from the OpenPegasus project through the internet:

cmpidt.h
Data type definitions
cmpift.h
Function signature definitions in the form of function tables
cmpimacs.h
CMPI convenience macros (optional)

These files are available in the OpenPegasus CVS Repository. Users familiar with CVS can check out these files using a CVS client on any platform by following the instructions on the OpenPegasus website in the "CVS Overview" section. The required files are located in directory pegasus/src/Pegasus/Provider/CMPI. To get the correct version of the files, they need to be checked out with at least the RELEASE_2_8_1 tag.

If you are not familiar with using CVS, obtain the files through a web browser starting at the OpenPegasus website. You can navigate from the "Web CVS" section to the required CMPI files by clicking on the following directory names (see also Figure 16):

pegasus → src → Pegasus → Provider → CMPI
Figure 16. OpenPegasus CVS Repository OpenPegasus CVS Repository

Once you have successfully navigated to the CMPI directory, the required header files are at the end of the list of displayed files. To get the correct version of the files, select the tag RELEASE_2_8_1 or above from the list.

To download the files, first click on the version number displayed in the column after each file name and then select download on the next screen where the content of the file is displayed. Once you have successfully downloaded the files, transfer them to the z/OS system on which the provider dynamic load library will be developed, ideally to a ZFS directory. Please note that when transferring files from the workstation to a z/OS system, they should be converted from ASCII to EBCDIC encoding.

There are also a couple of samples for CMPI providers available on the OpenPegasus CVS Repository. They can be obtained the same way as the header files by navigating to the pegasus/src/Providers/sample/CMPI directory.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014