Common Information Model (computing)
{{Short description|Information technology environment standard}}
{{About|the standard for IT environments|the standard for electric utilities|Common Information Model (electricity)}}
{{Infobox standardref
| title = Common Information Model
| status = Published
| year_started = {{Start date and age|1999}}
| organization = Distributed Management Task Force
| related_standards = WBEM and SMASH
| abbreviation = CIM
| domain = Information model
| website = {{URL|http://www.dmtf.org/standards/cim}}
}}
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.
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.{{cite web|url=http://dmtf.org/standards/cim/schemas|title=CIM Schemas|last=|first=|date=|website=|publisher=Distributed Management Task Force, Inc.|accessdate=28 September 2018|archive-url=https://web.archive.org/web/20180928222603/https://www.dmtf.org/standards/cim/schemas |archive-date= 28 September 2018}}
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:
- the Windows Management Instrumentation (WMI) API available in Microsoft Windows 2000 and higher
- the Windows Management Infrastructure (MI) API for Microsoft Windows 2012 and higher{{Cite web|url=https://docs.microsoft.com/en-us/previous-versions/windows/desktop/wmi_v2/windows-management-infrastructure|title=Windows Management Infrastructure (MI)|last=REDMOND\\markl|website=docs.microsoft.com|language=en-us|access-date=2019-12-31}}
- some Linux distributions with the SBLIM (Standards Based Linux Instrumentation for Manageability) project{{citation | url = http://sourceforge.net/projects/sblim | title = SBLIM | publisher = Sourceforge}}
- 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|date=September 2014}} number of tools market around CIM.{{Cite web|url=https://members.dmtf.org/members/tools/|title=CIM/WBEM Tools (in the DMTF members area)}}
=Management Standards based on the CIM Schema=
Standards organizations have defined management standards based on the CIM Schema:
- The Storage Networking Industry Association (SNIA) has heavily bought into using CIM and WBEM: they have defined their usage of CIM (called Storage Management Initiative – Specification or SMI-S) as a standard.
- Some server manufacturers collaborate in the DMTF under the SMASH initiative to define CIM-based management of servers.
- The DASH initiative in the DMTF attempts to define CIM-based management of desktop computers.
=Communication protocols used=
==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:
- CIM Operations over HTTP{{citation | url = http://www.dmtf.org/sites/default/files/standards/documents/DSP0200_1.3.1.pdf | title = CIM Operations over HTTP | publisher = DMTF}}
- Representation of CIM using XML{{citation | url = http://www.dmtf.org/sites/default/files/standards/documents/DSP0201_2.3.1.pdf | title = Representation of CIM using XML | publisher = DMTF}}
- CIM DTD{{citation | url = http://www.dmtf.org/sites/default/files/standards/documents/DSP0203_2.4.0.dtd | title = CIM-XML DTD | publisher = DMTF}}
==WS-Management==
WS-MAN forms part of the WBEM protocol family, and is standardised by the DMTF.
WS-MAN comprises 3 specifications:
- WS-CIM Mapping Specification{{Cite web|url=https://www.dmtf.org/sites/default/files/standards/documents/DSP0230_1.1.0.pdf|title=WS-CIM Mapping Specification}}
- WS-Management CIM Binding Specification{{Cite web|url=https://www.dmtf.org/sites/default/files/standards/documents/DSP0227_1.2.0.pdf|title=WS-Management CIM Binding Specification}}
- Web Services for Management (WS- Management) Specification{{Cite web|url=https://www.dmtf.org/sites/default/files/standards/documents/DSP0226_1.2.0.pdf|title=Web Services for Management (WS-Management) Specification}}
==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:
- CIM Operations Over RESTful Services{{Cite web|url=https://www.dmtf.org/sites/default/files/standards/documents/DSP-IS0201_1.0.0.pdf|title=CIM Operations Over RESTful Services}}
- CIM-RS Protocol Specification{{Cite web|url=https://www.dmtf.org/sites/default/files/standards/documents/DSP0210_2.0.0.pdf|title=CIM-RS Protocol Specification}}
- CIM-RS Payload Representation in JSON{{Cite web|url=https://www.dmtf.org/sites/default/files/standards/documents/DSP0211_2.0.0.pdf|title=CIM-RS Payload Representation in JSON}}
See also
References
{{Reflist}}
External links
- {{citation | url = http://www.dmtf.org/standards/cim/ | publisher = DMTF | title = CIM | series = Standards}}, including CIM Schema and CIM Infrastructure Specification.
- {{citation | url = http://www.linktionary.com/c/cim.html | title = CIM definition | publisher = Linktionary}}.
- {{citation | url = http://www.networkcomputing.com/912/912ws1.html | title = CIM definition | publisher = Networkcomputing | access-date = 2006-12-11 | archive-url = https://web.archive.org/web/20071009123101/http://www.networkcomputing.com/912/912ws1.html | archive-date = 2007-10-09 | url-status = dead }}.
- {{citation | url = http://searchstorage.techtarget.com/sDefinition/0,,sid5_gci875993,00.html | title = CIM definition | series = Searchstorage | publisher = Techtarget}}.
- {{citation | url = http://www.wbemsolutions.com/tutorials/CIM/cim.html | title = CIM | series = Tutorials | publisher = WBEM Solutions | access-date = 2006-12-11 | archive-url = https://web.archive.org/web/20080410002716/http://www.wbemsolutions.com/tutorials/CIM/cim.html | archive-date = 2008-04-10 | url-status = dead }}.
- {{citation | url = http://sourceforge.net/projects/sblim | title = SBLIM | publisher = Sourceforge}}.
{{DMTF Standards}}