(file) Return to CIM_FRUIncludesSoftwareFeature.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_FRUIncludesSoftwareFeature 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Application::DeploymentModel" ), 
 9               Description ( 
10                  "The FRUIncludesSoftwareFeature association identifies the "
11                  "SoftwareFeature(s) packaged with a particular FRU. A common "
12                  "usage is to determine whether the FRU is compatible with a "
13                  "hardware/software platform. In order to determine this, the "
14                  "following conditions need to be verified: \n"
15                  "(1) Is the physical package of the FRU compatible with the "
16                  "slots or equivalent packaging of the hardware? \n"
17                  "(2) Are there any physical constraints (such as power "
18                  "consumption) that prevent the FRU from being installed? \n"
19                  "(3) Are the SoftwareFeatures packaged with the FRU compatiable "
20                  "with the underlying operating system and other software "
21                  "already installed/to be installed on the platform? \n"
22 marek 1.1        "This latter question can be answered by first checking if an "
23                  "instance of FRUIncludesSoftwareFeature exists. If it does, "
24                  "then the compatibility of each SoftwareFeature can be "
25                  "determined by evaluating the Check classes for the Software "
26                  "Elements that are part of the Feature (found by traversing the "
27                  "association, SoftwareFeatureSoftwareElements). For example, "
28                  "there might be a SoftwareElementVersionCheck that declares "
29                  "that a SoftwareElement (of the FRU\'s Software Feature) is not "
30                  "compatible with current software." )]
31           class CIM_FRUIncludesSoftwareFeature {
32           
33                 [Key, Aggregate, Max ( 1 ), 
34                  Description ( "The field replaceable unit." )]
35              CIM_FRU REF FRU;
36           
37                 [Key, Description ( 
38                     "The SoftwareFeature which is included in the FRU and "
39                     "whose SoftwareElements should be evaluated." )]
40              CIM_SoftwareFeature REF Component;
41           
42           
43 marek 1.1 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2