Date Posted: September 5, 2008
Tab navigation
1. What kind of changes can be done manually to make Schema compatible with WMI+A?
- Remove the IN (false) and OUT (false) qualifiers from the schema.
- Add the IMPLEMENTED qualifier to all methods.
- Add the ABTRACT qualifier to all parent (non-leaf) classes.
- In case of Indication:
- Extend CIM_ProcessIndication from the WMIA_ExtrinsicEvent.
- Do not add ABSTRACT qualifier to any Indication-related classes.
- Remove the KEY qualifier if the key property is overridden.
2. Must we make the changes in all the MOF files in Schema?
Yes, except the Indication changes.
3. Can CIM Schema Converter be run on both Linux® and Windows®?
Yes. Both a script (for Linux) and a batch file (for Windows) are included.
