Desktop Management Interface

Desktop Management Interface

The Desktop Management Interface (DMI) generates a standard framework for managing and tracking components in a desktop, notebook or server computer, by abstracting these components from the software that manages them. The development of DMI marked the first move by the Distributed Management Task Force (DMTF) into desktop-management standards.[1] Before the introduction of DMI, no standardized source of information could provide details about components in a personal computer.

Due to the rapid development of DMTF technologies, such as Common Information Model (CIM), the DMTF defined an "End of Life" process for DMI, which ended on March 31, 2005.

From 1999, Microsoft required OEMs and BIOS vendors to support the DMI interface/data-set in order to have Microsoft certification.[citation needed]

Contents

DMI and SMBIOS

DMI exposes system data (including the System Management BIOS (SMBIOS) data) to management software, but the two specifications function independently.

DMI is commonly confused with SMBIOS, which was actually called DMIBIOS in its first revisions.

Optional additional services: MIF data and MIF routines

When software queries a memory-resident agent that resides in the background, it responds by sending data in MIFs (Management Information Format) or activating MIF routines. Static data in a MIF would contain items such as model ID, serial number, memory- and port-addresses. A MIF routine could read memory and report its contents.

DMI and SNMP

DMI can co-exist with SNMP and other management protocols. For example, when an SNMP query arrives, DMI can fill out the SNMP MIB with data from its MIF. A single workstation or server can serve as a proxy agent that would contain the SNMP module and service an entire LAN segment of DMI-capable machines.

DMI under Linux

The Linux kernel contains a DMI decoder, and based on matches on DMI information, systems administrators can enable or disable certain workarounds for problems with specific systems.

See also

References

  1. ^ "Definition of: DMI". PC Magazine Encyclopedia. pcmag.com. http://www.pcmag.com/encyclopedia_term/0,2542,t=Desktop+Management+Interface&i=41608,00.asp. Retrieved 2009-09-28. "The first desktop management standard from the DMTF." 
  • Tunstall, Craig; Gwyn Cole. Developing WMI Solutions: A Guide to Windows Management Instrumentation. ISBN 0201616130. 

External links

  • The DMI home page links to repositories of DMI-related information including specifications, support-tools, and the Product Registry of DMI-certified products.
  • dmidecode, a tool which decodes DMI tables under Linux, BSD, and Solaris — the site also has links to other system-information-related tools