Installing the BMC CIM provider
Use the following procedure to install the BMC CIM provider.
Create two BMC HFS Directories with read/write/execute (rwx) attributes for the owner and read/execute (r-x) attributes for other users or groups as follows:<path>/bmc/cpmcim/providers
<path>/bmc/cpmcim/mofYou can choose a <path> or use the default /bmc.
- Edit the BBSAMP member MMRCIMJF.
Run the 'Copy CIM providers and MOF to customer's HFS file' option from the Product Customization for MainView for z/OS to install the following objects:BMC.so (Shared Object) provider dll files into USS file path:
<path>/bmc/cpmcim/providersBMC.mof (Managed Object Format) files and make file into USS file path:
<path>/bmc/cpmcim/mof- Run the CIM Server Started Task.For more information about CIM Server, see the IBM manual z/OS MVS Capacity Provisioning User's Guide.
Run makefile to unregister IBM RMF CIM providers and register BMC CMF CIM providers.The name of the make file is makeBMCcust. The member is located at <path>/bmc/cpmcim/mof.
Execute makefile as make -f makeBMCcust.
Install and run the MainView host server Started Task.For more information about MainView host server, see Managing MainView Explorer and Starting and stopping the MainView host server.
- Edit the /etc/wbem/cimserver.env file.
Update LIBPATH as follows:If you have IBM CIM Server installed, add the following text to the LIBPATH in the file:
<path>/bmc/cpmcim/providers
The final LIBPATH looks like this example:
LIBPATH=/usr/lpp/wbem/lib:/usr/lpp/wbem/provider:/usr/lib:< path>/bmc/cpmcim/providers
Set the RMF_CIM_HOST IP address to the same address as the MainView host server of step 6.For example:
RMF_CIM_HOST=172.19.164.166or
RMF_CIM_HOST=mvssjsd.bmc.comSet the RMF_CIM_PORT port number to the same port number as the MainView host server of step 6.For example:
RMF_CIM_PORT=8813
- Run the following USS command:cimconfig -s providerDir=lib:provider:< path >/bmc/cpmcim/providers -p
- Restart the CIM Server Started Task.
Run the following USS command:cimprovider -l -s
The BMC provider list is displayed.
Related topic