(file) Return to CIM_Device28.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM28

  1 tony  1.1 // ===================================================================
  2           // Title:       Device MOF Specification 2.8
  3           // Filename:    CIM_Device28.mof
  4           // Version:     2.8
  5           // Release:     Final
  6           // Date:        Jan 26, 2004
  7           // ===================================================================
  8           // Copyright 1998-2004 Distributed Management Task Force, Inc. (DMTF).
  9           // All rights reserved.
 10           // DMTF is a not-for-profit association of industry members dedicated
 11           // to promoting enterprise and systems management and interoperability.
 12           // DMTF specifications and documents may be reproduced for uses
 13           // consistent with this purpose by members and non-members,
 14           // provided that correct attribution is given.
 15           // As DMTF specifications may be revised from time to time,
 16           // the particular version and release date should always be noted.
 17           // 
 18           // Implementation of certain elements of this standard or proposed
 19           // standard may be subject to third party patent rights, including
 20           // provisional patent rights (herein "patent rights"). DMTF makes
 21           // no representations to users of the standard as to the existence
 22 tony  1.1 // of such rights, and is not responsible to recognize, disclose, or
 23           // identify any or all such third party patent right, owners or
 24           // claimants, nor for any incomplete or inaccurate identification or
 25           // disclosure of such rights, owners or claimants. DMTF shall have no
 26           // liability to any party, in any manner or circumstance, under any
 27           // legal theory whatsoever, for failure to recognize, disclose, or
 28           // identify any such third party patent rights, or for such party's
 29           // reliance on the standard or incorporation thereof in its product,
 30           // protocols or testing procedures. DMTF shall have no liability to
 31           // any party implementing such standard, whether such implementation
 32           // is foreseeable or not, nor to any patent owner or claimant, and shall
 33           // have no liability or responsibility for costs or losses incurred if
 34           // a standard is withdrawn or modified after publication, and shall be
 35           // indemnified and held harmless by any party implementing the
 36           // standard from any and all claims of infringement by a patent owner
 37           // for such implementations.
 38           // 
 39           // For information about patents held by third-parties which have
 40           // notified the DMTF that, in their opinion, such patent may relate to
 41           // or impact implementations of DMTF standards, visit
 42           // http://www.dmtf.org/about/policies/disclosures.php.
 43 tony  1.1 // ===================================================================
 44           // Description: The Device Model extends the management concepts
 45           //              related to LogicalDevice. This is the primary include
 46           //              file for the basic segments of the DMTF Device Model.
 47           // 
 48           //              The includes are listed in an order that
 49           //              avoids forward references. Required objects, defined
 50           //              by other working groups, are omitted.
 51           // ==================================================================
 52           
 53           #pragma locale ("en_US")
 54           
 55           
 56           // ==================================================================
 57           // Compile prerequisite:  Core, Physical, System and Application MOFs
 58           // Physical MOF required - Physical27_Package.mof,
 59           //    Physical27_Component.mof and Physical27_PhysicalMedia.mof
 60           // Application MOF required - Application27_DeploymentModel.mof
 61           // System MOF required - System27_SystemElements.mof
 62           // ==================================================================
 63           
 64 tony  1.1 
 65           // ==================================================================
 66           // Device Elements & High-level Associations
 67           // ==================================================================
 68           #pragma include ("Device28_DeviceElements.mof")
 69           
 70           // ==================================================================
 71           // Cooling (Fans) & Power (Power Supplies, Batteries, etc.)
 72           // ==================================================================
 73           #pragma include ("Device28_CoolingAndPower.mof")
 74           
 75           // ==================================================================
 76           // Processors
 77           // ==================================================================
 78           #pragma include ("Device28_Processor.mof")
 79           
 80           // ==================================================================
 81           // Controllers (Serial, PCI)
 82           // ==================================================================
 83           #pragma include ("Device28_Controller.mof")
 84           
 85 tony  1.1 // ==================================================================
 86           // Ports (Logical Port, Network Port)
 87           // ==================================================================
 88           #pragma include ("Device28_Ports.mof")
 89           
 90           // ==================================================================
 91           // ProtocolControllers (SCSI)
 92           // ==================================================================
 93           #pragma include ("Device28_ProtocolController.mof")
 94           
 95           // ==================================================================
 96           // Network Adapter
 97           // ==================================================================
 98           #pragma include ("Device28_NetworkAdapter.mof")
 99           
100           // ==================================================================
101           // Fibre Channel
102           // ==================================================================
103           #pragma include ("Device28_FC.mof")
104           
105           // ==================================================================
106 tony  1.1 // Infiniband
107           // ==================================================================
108           #pragma include ("Device28_IB.mof")
109           
110           // ==================================================================
111           // Storage Devices (Disks, CDROM, WORM, etc.)
112           // ==================================================================
113           #pragma include ("Device28_StorageDevices.mof")
114           
115           // ==================================================================
116           // Storage Extents and Media (Volumes, LogicalDisks, Partitions, etc.)
117           // ==================================================================
118           #pragma include ("Device28_StorageExtents.mof")
119           
120           // ==================================================================
121           // SCSI Controller Command Model
122           // ==================================================================
123           #pragma include ("Device28_SccExtents.mof")
124           
125           // ==================================================================
126           // Storage Settings, Capabilites, and Config Services
127 tony  1.1 // ==================================================================
128           #pragma include ("Device28_StorageServices.mof")
129           
130           // ==================================================================
131           // Storage Libraries
132           // ==================================================================
133           #pragma include ("Device28_StorageLib.mof")
134           
135           // ==================================================================
136           // Monitors, Keyboards, Pointing Devices, Scanners
137           // ==================================================================
138           #pragma include ("Device28_UserDevices.mof")
139           
140           // ==================================================================
141           // Memory, Cache
142           // ==================================================================
143           #pragma include ("Device28_Memory.mof")
144           
145           // ==================================================================
146           // Modems
147           // ==================================================================
148 tony  1.1 #pragma include ("Device28_Modems.mof")
149           
150           // ==================================================================
151           // Printing (Printers, Print Jobs, Print Queues, etc.)
152           // ==================================================================
153           #pragma include ("Device28_Printing.mof")
154           
155           // ==================================================================
156           // Sensors & Alarms
157           // ==================================================================
158           #pragma include ("Device28_Sensors.mof")
159           
160           // ==================================================================
161           // USB
162           // ==================================================================
163           #pragma include ("Device28_USB.mof")
164           
165           // ==================================================================
166           // Disk Group
167           // ==================================================================
168           #pragma include ("Device28_DiskGroup.mof")
169 tony  1.1 
170           
171           // ===================================================================
172           // end of file
173           // ===================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2