Methods for spanning namespaces in a CIM schema

Information

  • Patent Application
  • 20080126381
  • Publication Number
    20080126381
  • Date Filed
    August 10, 2006
    18 years ago
  • Date Published
    May 29, 2008
    16 years ago
Abstract
A system and method is disclosed for providing Common Information Model (CIM) clients access to classes and metadata that do not reside in the same CIM namespace. An association class is defined to the CIM Object Manager (CIMOM) with references to two associated classes. Each association instance maps an instance of a class described by the antecedent to an instance of a class described by a dependent. These association class instances are referenced as a shadow association class and are served by a shadow provider. A separate class definition file is created to support the shadow associations, which mirrors the original class definition but identifies a shadow provider to service the shadow associations. Association classes that span namespaces are identified and added to the shadow class definition file. At the same time, a mapping file is created which maps the shadow namespace/class to the actual, or base, namespace/class. Requests made to the CIMOM for a shadow association trigger the registered shadow provider, which finds the requested shadow association in the map and submits a request to the base association class provider, which then returns the requested results.
Description
BACKGROUND OF THE INVENTION

1. Field of the Invention


The present invention relates in general to the field of information handling systems and more specifically, to systems management.


2. Description of the Related Art


As the value and use of information continues to increase, individuals and businesses seek additional ways to process and store information. One option available to users is information handling systems. An information handling system generally processes, compiles, stores, and/or communicates information or data for business, personal, or other purposes thereby allowing users to take advantage of the value of the information. Because technology and information handling needs and requirements vary between different users or applications, information handling systems may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated. The variations in information handling systems allow for information handling systems to be general or configured for a specific user or specific use such as financial transaction processing, airline reservations, enterprise data storage, or global communications. In addition, information handling systems may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more computer systems, data storage systems, and networking systems.


Information handling systems continue to grow in power, capabilities and variety, and with the advent of the Internet, they have also become more numerous and more distributed. As a result, their management has become increasingly complex, in part due to the growing heterogeneity of the elements that comprise them and the diversity of their associated management environments. In response, the Distributed Management Task Force (DMTF) has developed frameworks that facilitate the interoperable exchange of management information between managed elements and corresponding management systems. One of these frameworks is the Common Information Model (CIM), which provides a consistent definition and structure of management information through the use of object-oriented techniques. As a conceptual information model, the CIM is structured such that managed environments can be viewed as collections of interrelated systems, each of which is comprised of a number of discrete elements.


The CIM, comprised of a specification and a schema, allows management-related information about these elements to be transparently exchanged between management systems. The specification describes an object-oriented meta model based on the Unified Modeling Language (UML) and defines how the CIM can be integrated with other management models. These include, but are not limited to, Simple Network Management Protocol (SNMP) Management Information Base (MIB) or DMTF Management Information Format (MIF). The CIM schema provides a set of classes with properties, methods and associations that define how managed elements in an environment are represented as a common set of objects. In the CIM model, managed objects such as processors, sensors and fans are presented as CIM classes, with the relationships between these managed objects presented through association classes. This hierarchical, object-oriented architecture facilitates the tracking and depiction of the often complex interdependencies and associations between managed objects.


The CIM schema also allows for definitions of namespaces, a directory-like structure that allows for the organization of classes in a more hierarchical structure. Data providers, which communicate with managed objects to access data and event notifications, are assigned to serve classes within a namespace. While these providers may access other classes or metadata in other namespaces through associations, clients are restricted to association queries within a single namespace. This restriction becomes problematic when clients query association classes that reference other namespaces. An association class defines a relationship between two classes (e.g., a computer system to the cooling fans on that system). The association can be enumerated so that all relationships of an instance of a class to instances of its related class can be viewed. Use of the association class also allows the traversal of the relationship from the related class instance through the association class to all associated classes (e.g., from specific cooling fan to associated computer system). With clients limited to intra-namespace association class queries, traversing cross-namespace associations remains an interoperability issue. Likewise, implementation of CIM profiles remains an issue when an inter-namespace association crosses vendor or profile supplier boundaries. In view of the foregoing, a system and method is needed to allow client access to classes and metadata that reside in more than one CIM namespace.


SUMMARY OF THE INVENTION

In accordance with the present invention, a system and method is disclosed for providing Common Information Model (CIM) clients access to associated classes and metadata that do not reside in the same CIM namespace. In different embodiments of the invention, an association class is defined to the CIM Object Manager (CIMOM) with references to two associated classes. Each association class instance maps an instance of a first referenced class to an instance of a second referenced class. When the association class is enumerated, the instance provider registered for the association class is triggered. The triggered provider contains the knowledge to build a list of association instances. There may be one or more association class instances containing predetermined associated classes that exist outside the association class namespace.


In an embodiment of the invention, the resulting list of association classes is searchable to find associated instances for predetermined, associated classes. For example, a request could be made to get all instances of a second referenced class associated with a predetermined first reference class. When associated instances are requested, the CIMOM searches its class definition database for any association classes that contain a first referenced class, a second referenced class, or both, dependent upon the terms of the search query. For each association class found, an enumeration of the class is performed. Within the enumeration, any instance that contains the first or second referenced class that matches the requested instance is identified. A get operation is performed on that instance and added to the list of associated instances.


In current CIM implementations, associations that contain references to more than one namespaces must exist in each of the namespaces they reference. In these implementations, the CIMOM can recognize and process the association in each namespace. In an embodiment of the invention, this duplicate association class is referenced as a shadow association class and is served by a special data provider, called a shadow provider. A separate class definition file is created to support the shadow associations, which mirrors the original class definition but identifies a shadow provider to service the shadow associations. When defining association classes in this file, any association class that spans namespaces is identified and added to the shadow class definition file. At the same time, a mapping file is created that maps the shadow namespace/class to the actual, or base, namespace/class.


When a request is made to the CIMOM for a shadow association, the CIMOM triggers the registered shadow provider, which then initializes if it has not already done so. Initialization consists of reading the class map file and building an internal map of the shadow association and the base association. The shadow provider finds the requested shadow association in the map and then establishes a connection to the namespace of the base association class and makes the request (e.g., enumerate or get) of the base association class provider. As part of the request, the response handler for the original CIMOM request is used to trigger the base association class provider, which then performs its processing and returns the results to the asynchronous handler. Those of skill in the art will understand that many such embodiments and variations of the invention are possible, including but not limited to those described hereinabove, which are by no means all inclusive.





BRIEF DESCRIPTION OF THE DRAWINGS

The present invention may be better understood, and its numerous objects, features and advantages made apparent to those skilled in the art by referencing the accompanying drawings. The use of the same reference number throughout the several figures designates a like or similar element.



FIG. 1 is a generalized illustration of an information handling system that can be used to implement the method and apparatus of the present invention;



FIG. 2 is a generalized block diagram of a Common Information Model (CIM) namespace spanning system as implemented in accordance with an embodiment of the invention, and;



FIG. 3 is a generalized flow chart of a CIM namespace spanning system as implemented in accordance with an embodiment of the invention.





DETAILED DESCRIPTION

A system and method is disclosed for providing Common Information Model (CIM) clients access to classes and metadata that do not reside in the same CIM namespace. In different embodiments of the invention, an association class is defined to the CIM Object Manager (CIMOM) with references to two associated classes. Each association instance maps an instance of a first referenced class to an instance of a second referenced class. These association class instances are referenced as a shadow association class and are served by a shadow provider. A separate class definition file is created to support the shadow associations, which mirrors the original class definition but identifies a shadow provider to service the shadow associations. Association classes that span namespaces are identified and added to the shadow class definition file, and a mapping file is created at the same time which maps the shadow namespace/class to the actual, or base, namespace/class. Requests made to the CIMOM for a shadow association triggers the registered shadow provider, which finds the requested shadow association in the map and submits a request to the base association class provider, which then returns the requested results.


For purposes of this disclosure, an information handling system may include any instrumentality or aggregate of instrumentalities operable to compute, classify, process, transmit, receive, retrieve, originate, switch, store, display, manifest, detect, record, reproduce, handle, or utilize any form of information, intelligence, or data for business, scientific, control, or other purposes. For example, an information handling system may be a personal computer, a network storage device, or any other suitable device and may vary in size, shape, performance, functionality, and price. The information handling system may include random access memory (RAM), one or more processing resources such as a central processing unit (CPU) or hardware or software control logic, ROM, and/or other types of nonvolatile memory. Additional components of the information handling system may include one or more disk drives, one or more network ports for communicating with external devices as well as various input and output (I/O) devices, such as a keyboard, a mouse, and a video display. The information handling system may also include one or more buses operable to transmit communications between the various hardware components.



FIG. 1 is a generalized illustration of an information handling system 100 that can be used to implement the system and method of the present invention. The information handling system includes a processor (e.g., central processor unit or “CPU”) 102, input/output (I/O) devices 104, such as a display, a keyboard, a mouse, and associated controllers, a hard drive or disk storage 106, various other subsystems 108, network port 110, and system memory 112, all interconnected via one or more buses 114.



FIG. 2 is a generalized block diagram of a Common Information Model (CIM) namespace spanning system 200 as implemented in accordance with an embodiment of the invention. CIM object manager (CIMOM) 206 is a component in a CIM server that handles interactions between management applications and data providers. As such, the CIMOM supports services such as event notification, remote access, and query processing.


In different embodiments of the invention, an association class comprising a first referenced class and a second referenced class is defined to the CIMOM 206. Each association instance maps an instance of a class described by the first referenced class to an instance of a second referenced class described by a dependent. When the shadow association class 202 is enumerated, the instance provider registered for the association class 208 is triggered. The triggered provider contains the knowledge to build a list of association instances. There may be one or more association class instances containing predetermined associated classes that exist outside the association class namespace.


In an embodiment of the invention, the resulting list of association classes is searchable to find associated instances for predetermined, associated classes. For example, a request could be made to get all dependent instances of a second referenced class associated with a predetermined first referenced class. When associated instances are requested, the CIMOM searches its class definition database for any association classes that contain a first referenced class, a second referenced class, or both, dependent upon the terms of the search query. For each association class found, an enumeration of the class is performed. Within the enumeration, any instance that contains the first or second referenced class that matches the requested instance is identified. A get procedure is performed on that instance and added to the list of associated instances.


In current CIM implementations, associations that contain references to more than one namespace must exist in each of the namespaces they reference. In these implementations, the CIMOM can recognize and process the association in each namespace. In an embodiment of the invention, this duplicate association class is referenced as a shadow association class definition 204 and is served by a special data provider, called a shadow provider 216. A separate association class definition file 202 is created to support the shadow associations. This class definition mirrors the original class definition but identifies shadow provider 216 to service the shadow associations. When defining association classes in this file, any association class that spans namespaces is identified and added to the shadow association class definition file 204. At the same time, a mapping file 214 is created that maps the shadow association namespace/class definition 204 to the actual, or base, namespace/class 208.


When a request is made to the CIMOM 206 for a shadow association, the CIMOM 206 submits an enumerate or get request 212 to trigger the registered shadow provider 216, which then initializes if it has not already done so. Initialization consists of reading the class map file 214 and building an internal map of the shadow association class association 204 and the base association 208. The shadow provider 216 finds the requested shadow association in the map file 214 and then establishes a connection to the namespace of the base association class 208 and makes the request (e.g., enumerate or get) of the base association class 208. As part of the request, the response handler for the original CIMOM request is used to trigger the base association class provider 208, which then performs its processing and returns the results 210 to the asynchronous handler.



FIG. 3 is a generalized flow chart of a CIM namespace spanning system 300 as implemented in accordance with an embodiment of the invention. In step 302 an association class provider is triggered with a request from a CIM object manager (CIMOM), and it is then determined in step 304 whether the association class provider is initialized. If it is determined in step 304 is not initialized, the class map file described in greater detail hereinabove is read and an internal map of shadow associations and base associations is built in step 306. If it is determined in step 304 that the association provider is already initialized, or once the class map is built in step 306, then the requested shadow association class entry is found in the association class map file in step 308.


Once the shadow association class entry is found in step 308, a connection is established to namespace of the base association class. If the connection to the namespace of the base association is not successful, then an error message is returned to the client in step 320. Otherwise a request (e.g., enumerate or get) is made of the base association class provider in step 314. If no results are returned in step 316, then an error message is returned to the client in step 320. Otherwise, the results are returned to the client in step 318. Skilled practitioners in the art will recognize that many other embodiments and variations of the present invention are possible. In addition, each of the referenced components in this embodiment of the invention may be comprised of a plurality of components, each interacting with the other in a distributed environment. Furthermore, other embodiments of the invention may expand on the referenced embodiment to extend the scale and reach of the system's implementation.

Claims
  • 1. An information handling system, comprising: a plurality of managed elements;a common information model object manager (CIMOM) operable to define association classes to associate predetermined individual managed elements in said plurality of managed elements, said association classes corresponding to a first namespace; wherein said CIMOM is also operable to generate shadow association classes to associate predetermined individual managed elements in said plurality of managed elements, said shadow association classes corresponding to a second namespace;anda shadow provider operable to map relationships between said first namespace and said second namespace.
  • 2. The information handling system of claim 1, wherein said shadow association classes comprise references to two associated classes residing in different namespaces.
  • 3. The information handling system of claim 2, wherein said shadow association classes are implemented using a shadow association class definition file in said second namespace and wherein said shadow association class definition file mirrors the corresponding class definition file in said first namespace.
  • 4. The information handling system of claim 3, wherein said shadow association classes instances in said second namespace are enumerated in said shadow association class definition file.
  • 5. The information handling system of claim 4, wherein said shadow association class definition in said second namespace mirrors a corresponding association class definition in said first namespace.
  • 6. The information handling system of claim 5, wherein a shadow provider is identified to service said shadow association classes in said second namespace.
  • 7. The information handling system of claim 6, wherein said shadow provider is operable to access an association class map file to generate an internal map file.
  • 8. The information handling system of claim 6, wherein said information handling system uses said map file to generate an internal map file for mapping base association classes between said first namespace and shadow association classes of said second namespace.
  • 9. The information handling system of claim 8, wherein said shadow provider is operable to connect to said second namespace and submit requests to the base association class provider.
  • 10. The information handling system of claim 9, wherein said base association class provider is operable to return results of said requests from said shadow provider to said CIMOM.
  • 11. A method for managing a plurality of elements in an information handling system, comprising: using a common information model object manager (CIMOM) to define association classes to associate predetermined individual managed elements in said plurality of managed elements, said association classes corresponding to a first namespace; wherein said CIMOM is also operable to generate shadow association classes to associate predetermined individual managed elements in said plurality of managed elements, said shadow association classes corresponding to a second namespace;andusing a shadow provider to map relationships between said first namespace and said second namespace.
  • 12. The method of claim 11, wherein said shadow association classes comprise references to two associated classes residing in different namespaces.
  • 13. The method of claim 12, wherein said shadow association classes are implemented using a shadow association class definition file in said second namespace and wherein said shadow association class definition file mirrors the corresponding class definition file in said first namespace.
  • 14. The method of claim 13, wherein said shadow association class instances in said second namespace are enumerated in said shadow association class definition file.
  • 15. The method of claim 14, wherein a shadow association class definition in said second namespace mirrors a corresponding association class definition in said first namespace.
  • 16. The method of claim 15, wherein said shadow provider is identified to service said shadow association classes in said second namespace.
  • 17. The method of claim 16, wherein said shadow provider is operable to access an association class map file to generate an internal map file.
  • 18. The method of claim 16, wherein said information handling system uses said map file to generate an internal map file for mapping base association classes between said first namespace and shadow association classes of said second namespace.
  • 19. The method of claim 18, wherein said shadow provider is operable to connect to said second namespace and submit requests to the base association class provider.
  • 20. The method of claim 19, wherein said base association class provider is operable to return results of said requests from said shadow provider to said CIMOM.