L.1 Overview

OES 11 SP3 services are managed using Web-Based Enterprise Management (WBEM) as proposed by the Distributed Management Task Force (DMTF).

The following information describes a few of the components proposed by the DMTF standards.

  • Web-Based Enterprise Management (WBEM): Is a set of management and Internet standard technologies developed to unify the management of enterprise computing environments. WBEM provides the ability for the industry to deliver a well integrated set of standards-based management tools leveraging emerging Web technologies. The DMTF has developed a core set of standards that make up WBEM:

    • A data model: the Common Information Model (CIM) standard

    • An encoding specification: CIM-XML Encoding Specification

    • A transport mechanism: CIM Operations over HTTP

  • The Common Information Model (CIM): Is a conceptual information model for describing management that is not bound to a particular implementation. This allows for the interchange of management information between management systems and applications. This can be either agent-to-manager or manager-to-manager communications that provide for distributed system management. There are two parts to CIM: the CIM Specification and the CIM Schema.

    • The CIM Specification describes the language, naming, and meta schema. The meta schema is a formal definition of the model. It defines the terms used to express the model and their usage and semantics. The elements of the meta schema are Classes, Properties, and Methods. The meta schema also supports Indications and Associations as types of Classes, and References as types of Properties.

    • The CIM Schema provides the actual model descriptions. The CIM Schema supplies a set of classes with properties and associations that provide a well understood conceptual framework within which it is possible to organize the available information about the managed environment.

  • The Common Information Model Object Manager (CIMOM) is a CIM object manager or, more specifically, an application that manages objects according to the CIM standard.

  • CIMOM Providers: Are software that performs specific tasks within the CIMOM that are requested by client applications. Each provider instruments one or more aspects of the CIMOM's schema.

The packages contained in the Web-based Enterprise Management pattern in the Primary Functions category include a set of basic Novell providers, including some sample providers, and a base set of accompanying Novell schemas.

SLES 11 provides SFCB as default CIMOM and CIM clients. OES 11 uses these because they are part of the base OS.