Date Posted: October 16, 2008
Tab navigation
1. I have many MOF files to parse. Must I type the MOF files from the Jacim command line one by one?
You can do that. But a quicker way is to write a new MOF file that include all the other MOF files. Then you can specify the new MOF file's name in the command line. That makes the parsing much easier.
2. I generated the code and integrated the code into my project. But I cannot connect to CIMOM. What should I do?
Jacim can be used in two ways to configure the CIMOM connection:
- Update the config/cimserver.properties. There you can configure the URL of the CIMOM, user name, and password.
- Use Jacim API: You can call ConnectionFactory.setWBEMClient(cimomLocation, user, pw); to set the CIMOM connection.
3. Where can I get more information about this tool?
In the download package, there is a document named "The guide for Jacim." This document contains not only all the major features, but also every detailed step of installing, integrating, and using this tool. You can find answers to most of your questions there.
