Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Common Information Model (computing)
Information technology environment standard

The Common Information Model (CIM) is an open standard that defines how managed elements in an IT environment are represented as a common set of objects and relationships between them.

The Distributed Management Task Force maintains the CIM to allow consistent management of these managed elements, independent of their manufacturer or provider.

We don't have any images related to Common Information Model (computing) yet.
We don't have any YouTube videos related to Common Information Model (computing) yet.
We don't have any PDF documents related to Common Information Model (computing) yet.
We don't have any Books related to Common Information Model (computing) yet.
We don't have any archived web articles related to Common Information Model (computing) yet.

Overview

One way to describe CIM is to say that it allows multiple parties to exchange management information about these managed elements. However, this falls short of fully capturing CIM's ability not only to describe these managed elements and the management information, but also to actively control and manage them. By using a common model of information, management software can be written once and work with many implementations of the common model without complex and costly conversion operations or loss of information.

The CIM standard is defined and published by the Distributed Management Task Force (DMTF). A related standard is Web-Based Enterprise Management (WBEM, also defined by DMTF) which defines a particular implementation of CIM, including protocols for discovering and accessing such CIM implementations.

Schema and specifications

The CIM standard includes the CIM Infrastructure Specification and the CIM Schema:

  • CIM Infrastructure Specification
The CIM Infrastructure Specification defines the architecture and concepts of CIM, including a language by which the CIM Schema (including any extension schema) is defined, and a method for mapping CIM to other information models, such as SNMP. The CIM architecture is based upon UML, so it is object-oriented: The managed elements are represented as CIM classes and any relationships between them are represented as CIM associations. Inheritance allows specialization of common base elements into more specific derived elements.
  • CIM Schema
The CIM Schema is a conceptual schema which defines the specific set of objects and relationships between them that represent a common base for the managed elements in an IT environment. The CIM Schema covers most of today's elements in an IT environment, for example computer systems, operating systems, networks, middleware, services and storage. Classes can be, for example: CIM_ComputerSystem, CIM_OperatingSystem, CIM_Process, CIM_DataFile. The CIM Schema defines a common basis for representing these managed elements. Since most managed elements have product and vendor specific behavior, the CIM Schema is extensible in order to allow the producers of these elements to represent their specific features seamlessly together with the common base functionality defined in the CIM Schema. Updates to the CIM Schema are published regularly.1

CIM is the basis for most of the other DMTF standards (e.g. WBEM or SMASH). It is also the basis for the SMI-S standard for storage management.

Implementations

Infrastructure Implementations

Many vendors provide implementations of CIM in various forms:

  • Some operating systems provide a CIM implementation, for example:
  • Some implementations are Independent of the systems they support, for example:
    • Open Group's Pegasus
    • WSI's J WBEM Server

There is also a growing[quantify] number of tools market around CIM.4

Management Standards based on the CIM Schema

Standards organizations have defined management standards based on the CIM Schema:

Communication protocols used

A number of protocols are defined for messages transmitted between clients and servers. The message protocols are transmitted on top of HTTP. There are two message types:

  1. operational messages, which provoke a response from the receiver (RPC)
  2. export messages, which are indications/events.

CIM Operations over HTTP (CIM-XML)

CIM-XML forms part of the WBEM protocol family, and is standardised by the DMTF.

CIM-XML comprises three specifications:

  1. CIM Operations over HTTP5
  2. Representation of CIM using XML6
  3. CIM DTD7

WS-Management

WS-MAN forms part of the WBEM protocol family, and is standardised by the DMTF.

WS-MAN comprises 3 specifications:

  1. WS-CIM Mapping Specification8
  2. WS-Management CIM Binding Specification9
  3. Web Services for Management (WS- Management) Specification10

CIM operations over RESTful services

CIM-RS forms part of the WBEM protocol family, and is standardised by the DMTF.

CIM-RS comprises three specifications:

  1. CIM Operations Over RESTful Services11
  2. CIM-RS Protocol Specification12
  3. CIM-RS Payload Representation in JSON13

See also

References

  1. "CIM Schemas". Distributed Management Task Force, Inc. Archived from the original on 28 September 2018. Retrieved 28 September 2018. https://web.archive.org/web/20180928222603/https://www.dmtf.org/standards/cim/schemas

  2. REDMOND\\markl. "Windows Management Infrastructure (MI)". docs.microsoft.com. Retrieved 2019-12-31. https://docs.microsoft.com/en-us/previous-versions/windows/desktop/wmi_v2/windows-management-infrastructure

  3. SBLIM, Sourceforge http://sourceforge.net/projects/sblim

  4. "CIM/WBEM Tools (in the DMTF members area)". https://members.dmtf.org/members/tools/

  5. CIM Operations over HTTP (PDF), DMTF http://www.dmtf.org/sites/default/files/standards/documents/DSP0200_1.3.1.pdf

  6. Representation of CIM using XML (PDF), DMTF http://www.dmtf.org/sites/default/files/standards/documents/DSP0201_2.3.1.pdf

  7. CIM-XML DTD, DMTF http://www.dmtf.org/sites/default/files/standards/documents/DSP0203_2.4.0.dtd

  8. "WS-CIM Mapping Specification" (PDF). https://www.dmtf.org/sites/default/files/standards/documents/DSP0230_1.1.0.pdf

  9. "WS-Management CIM Binding Specification" (PDF). https://www.dmtf.org/sites/default/files/standards/documents/DSP0227_1.2.0.pdf

  10. "Web Services for Management (WS-Management) Specification" (PDF). https://www.dmtf.org/sites/default/files/standards/documents/DSP0226_1.2.0.pdf

  11. "CIM Operations Over RESTful Services" (PDF). https://www.dmtf.org/sites/default/files/standards/documents/DSP-IS0201_1.0.0.pdf

  12. "CIM-RS Protocol Specification" (PDF). https://www.dmtf.org/sites/default/files/standards/documents/DSP0210_2.0.0.pdf

  13. "CIM-RS Payload Representation in JSON" (PDF). https://www.dmtf.org/sites/default/files/standards/documents/DSP0211_2.0.0.pdf