// =================================================================== // Title: System MOF Specification 2.7 // Filename: CIM_System27.mof // Version: 2.8 // Release: Preliminary // Date: 08/01/2003 // =================================================================== // Copyright 1998-2003 Distributed Management Task Force, Inc. (DMTF). // All rights reserved. // DMTF is a not-for-profit association of industry members dedicated // to promoting enterprise and systems management and interoperability. // DMTF specifications and documents may be reproduced for uses // consistent with this purpose by members and non-members, // provided that correct attribution is given. // As DMTF specifications may be revised from time to time, // the particular version and release date should always be noted. // // Implementation of certain elements of this standard or proposed // standard may be subject to third party patent rights, including // provisional patent rights (herein "patent rights"). DMTF makes // no representations to users of the standard as to the existence // of such rights, and is not responsible to recognize, disclose, or // identify any or all such third party patent right, owners or // claimants, nor for any incomplete or inaccurate identification or // disclosure of such rights, owners or claimants. DMTF shall have no // liability to any party, in any manner or circumstance, under any // legal theory whatsoever, for failure to recognize, disclose, or // identify any such third party patent rights, or for such party's // reliance on the standard or incorporation thereof in its product, // protocols or testing procedures. DMTF shall have no liability to // any party implementing such standard, whether such implementation // is foreseeable or not, nor to any patent owner or claimant, and shall // have no liability or responsibility for costs or losses incurred if // a standard is withdrawn or modified after publication, and shall be // indemnified and held harmless by any party implementing the // standard from any and all claims of infringement by a patent owner // for such implementations. // // For information about patents held by third-parties which have // notified the DMTF that, in their opinion, such patent may relate to // or impact implementations of DMTF standards, visit // http://www.dmtf.org/about/policies/disclosures.php. // =================================================================== // Description: The System Model extends the management concepts that // are related to a System, and especially a Computer // System. This is the primary include file for the // basic segments of the DMTF System Model. // // The includes are listed in an order that // avoids forward references. Required objects, defined // by other working groups, are omitted. // ================================================================== #pragma locale ("en_US") // ================================================================== // Compile prerequisite: Core and Physical MOFs // Physical MOF required for System27_SystemElements - Specifically, // Physical27_Package.mof is needed // ================================================================== // =================================================================== // Subclasses of System (ComputerSystem, Virtual, Cluster, etc.) // =================================================================== #pragma include ("System28_SystemElements.mof") // =================================================================== // Files (FileSystem, LogicalFiles, NFS, etc.) // =================================================================== #pragma include ("System28_FileElements.mof") // =================================================================== // Operating System // =================================================================== #pragma include ("System28_OperatingSystem.mof") // =================================================================== // Processing (Processes, Threads and Job-related Classes) // =================================================================== #pragma include ("System28_Processing.mof") // =================================================================== // Boot Services // =================================================================== #pragma include ("System28_Boot.mof") // =================================================================== // Time (Timezone) // =================================================================== #pragma include ("System28_Time.mof") // =================================================================== // Unix Extensions // =================================================================== #pragma include ("System28_Unix.mof") // =================================================================== // System Resources (Hardware and Software) // =================================================================== #pragma include ("System28_SystemResources.mof") // =================================================================== // Logs (MessageLog, LogRecord) // =================================================================== #pragma include ("System28_Logs.mof") // =================================================================== // Diagnostics // =================================================================== #pragma include ("System28_Diagnostics.mof") // ================================================================== // Help Service // ================================================================== #pragma include ("System28_Help.mof") // =================================================================== // end of file // ===================================================================