Dell EMC OpenManage CIM Reference Guide Version 9.3.
Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem. WARNING: A WARNING indicates a potential for property damage, personal injury, or death. © 2019 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries.
Contents 1 Introduction................................................................................................................................. 6 Server Administrator............................................................................................................................................................. 6 Documenting CIM Classes and Their Properties............................................................................................................... 6 Base Classes.......
CIM_Controller.................................................................................................................................................................... 39 CIM_ParallelController........................................................................................................................................................39 CIM_SerialController.....................................................................................................................................
CIM_PackageCurrentSensor............................................................................................................................................. 76 CIM_PackageFanSensor.................................................................................................................................................... 76 CIM_PackagePowerSupplySensor...................................................................................................................................
1 Introduction This reference guide documents the OpenManage Server Administrator Common Information Model (CIM) provider contained in the Management Object File (MOF) dccim32.mof. CIM provides a conceptual model for describing manageable objects in a systems management environment. CIM is a modeling tool rather than a programming language. CIM provides the structure for organizing objects into a model of a managed environment.
• • • • • DELL_EsmLog: RecordNumber DELL_PostLog: RecordNumber DELL_BIOSExtensions: systemBIOSCharacteristics DELL_BIOSSettings: DisplayName CIM_ServiceAccessPoint: SystemCreationClassName, SystemName, CreationClassName, Name Base Classes The classes listed in the Server Administrator CIM provider class hierarchy do not have a parent property. These base classes do not derive from another class.
Common Properties of Classes Many classes have properties such as Caption, Description, and CreationClassName. Common Properties of Classes defines properties that have the same meaning in every class that has this property and are defined more than once in this guide. Table 2. Common Properties of Classes Property Description Data Type Caption Describes the object using a short textual description (one‑line string).
Property Description • • Data Type Degraded means that the item is functioning, but not optimally. Stressed indicates that the element is functioning, but needs attention. Examples of Stressed states are overloaded, overheated, and so on. Nonoperational Status Values: • • Non-recover means that a nonrecoverable error has occurred. Error means that an element has encountered an operational condition that is severe as compared to its normal mode of operation.
• The Glossary for information on terms used in this document. Typographical Conventions The following example shows how most of the classes in the Dell CIM provider are documented. CIM_DMA Properties shows a partial class description for the DELL_DMA class. NOTE: For a full class description, see CIM_DMA Properties. Class Name appears in Courier typeface and provides the string that names the class in the MOF.
2 CIM_Physical Element CIM_PhysicalElement is a CIM-defined class.
Property Description Data Type Model The name by which the physical element is generally known. string SerialNumber A manufacturer-allocated number used to identify the physical element. string Tag Uniquely identifies the physical element and string serves as the element’s key. The Tag property can contain information such as asset tag or serial number data.
CIM_PhysicalFrame The CIM_PhysicalFrame class described in Table properties contains other frame enclosures such as racks and chassis. Properties like VisibleAlarm or AudibleAlarm, and data related to security breaches are also members of this class. The following table describes the class, data type, and properties of CIM_Physical Frame. Class Name: CIM_PhysicalFrame Parent Class: CIM_PhysicalPackage Table 5.
Parent Class:CIM_PhysicalFrame Table 6. CIM_Chassis Parent Properties Property Description Data Type ChassisTypes Values for the ChassisTypes property are: uint16 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16.
Property Description Data Type LogFormat Defines whether the event log data is unicode formatted or binary (raw). Values for the event LogFormat property are: uint16 1 - Formatted (event log only) 2 Unformatted 3 - Events_and_POST_Formatted (both the event log and the power‑on self-test (POST) log are unicode formatted) FanStatus Indicates the global status of fan sensors. string TempStatus Indicates the global status of temperature sensors.
Table 8. CIM_PhysicalComponent Properties Properties Class Name: CIM_PhysicalComponent Parent Class: CIM_PhysicalElement CIM_Chip The CIM_Chip class listed in Chip Properties represents any type of integrated circuit hardware, including ASICs, processors, memory chips, and so on. The following table describes the properties and data type of the CIM Chip class. Class Name: CIM_Chip Parent Class: CIM_PhysicalComponent Table 9.
Property Description Data Type 24 — FB-DIMM CIM_PhysicalMemory The CIM_PhysicalMemory class listed in PhysicalMemoryProperties is a subclass of CIM_Chip, representing low-level memory devices, such as SIMMs, DIMMs, and so on. The following table describes the properties and data type of the CIM PhysicalMemory class. Class Name: CIM_PhysicalMemory Parent Class: CIM_Chip Table 10.
Property Description Data Type 24 - DDR3 25 - FBD2 26 - DDR4 MemoryTechnology Defines the Memory Technology type of the Memory Device. uint32 The technology values are: 01h - Other 02h - Unknown 03h - DRAM 04h - NVDIMM-N 05h - NVDIMM-F 06h - NVDIMM-P 07h - Intel persistent memory TotalWidth Indicates the total width, in bits, of the physical memory, including check or error correction bits.
Property Description Data Type InterleavePosition Indicates the position of this physical memory in an interleave. 0 indicates noninterleaved. 1 indicates the first position, 2 the second position, and so on. For example, in a 2:1 interleave, a value of 1 indicates that the memory is in the “even” position. uint32 Manufacturer Indicates the manufacturer of the physical memory.
Table 12.
CIM_Slot The CIM_Slot class that is listed in Table below represents connectors into which packages are inserted. For example, a physical package that is a hard drive can be inserted into a small computer system interface-single connector attachment (SCSI-SCA) slot. As another example, a card can be inserted into a 16-, 32-, or 64-bit expansion slot on a host board. The following table describes the properties and data type of the CIM Slot class.
Property Description 14- PCI - 66MHz capable 15 - AGP 16 - AGP 2X 17 - AGP 4X 18 - PCI-X 19 - AGP 8X 20 - M.2 Socket 1-DP (Mechanical Key A) 21 - M.2 Socket 1-SD (Mechanical Key E) 22 - M.2 Socket 2 (Mechanical Key B) 23 - M.2 Socket 3 (Mechanical Key M) 24 - MXM Type I 25 - MXM Type II 26 - MXM Type III (standard connector) 27 - MXM Type III (HE connector) 28 - MXM Type IV 29 - MXM 3.0 Type A 30 - MXM 3.
Property Description Data Type 178 - PCI Express Gen 3 x1 179 - PCI Express Gen 3 x2 180 - PCI Express Gen 3 x4 181 - PCI Express Gen 3 x8 182 - PCI Express Gen 3 x16 184 - PCI Express Gen 4 185 - PCI Express Gen 4 x1 186 - PCI Express Gen 4 x2 187 - PCI Express Gen 4 x4 188 - PCI Express Gen 4 x8 189 - PCI Express Gen 4 x16 CIM_Physical Element 23
3 CIM_LogicalElement CIM_LogicalElement is a CIM-defined class containing the subclasses described in below Figure.
• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • CIM_LogicalDevice CIM_FRU CIM_Sensor CIM_DiscreteSensor CIM_NumericSensor CIM_TemperatureSensor CIM_CurrentSensor CIM_VoltageSensor CIM_Tachometer CIM_WatchDog CIM_CoolingDevice CIM_Fan CIM_UserDevice CIM_PointingDevice CIM_Keyboard CIM_PowerSupply CIM_Controller CIM_ParallelController CIM_SerialController CIM_PCIController CIM_PCIDevice CIM_PCIBridge CIM_Processor CIM_StorageExtent CIM_Memory CIM_CacheMemory DELL_SoftwareF
Table 14. CIM_LogicalElement Properties Properties Class Name: CIM_LogicalElement Parent Class: CIM_ManagedSystemElement CIM_System The CIM_System class described in Table below defines a collection of managed system elements that operates as a functional whole. An instance of the CIM_System class contains a well-defined list of components that work together to perform a specific function. The following table describes the properties and data type of the CIM System class.
Table 16. CIM_ComputerSystem Properties Properties Class Name: CIM_ComputerSystem Parent Class: CIM_System DELL_System The DELL_System class described in Table below is the set of all Dell instrumented systems, including server, and storage systems. For properties, see CIM_System Properties Table 17.
CIM_FRU The CIM_FRU class described in FRU Properties contains manufacturing information related to the Field Replaceable Units (FRU) of a system such as a system planar or I/O riser card. The following table describes the properties and data type of the CIM FRU class. Class Name: CIM_FRU Parent Class: CIM_LogicalDevice Table 19. CIM_FRU Properties Property Description Data Type FRUInformationState Indicates the state and availability of FRU information.
Table 20. CIM_Sensor Properties Property Description Data Type SensorType Indicates the type of the sensor, for example, voltage or temperature sensor. uint16 Values for the SensorType property are: 0 - Unknown 1 - Other 2 - Temperature sensors measure the environmental temperature. 3 - Voltage sensors measure electrical voltage. 4 - Current sensors measure current readings. 5 - Tachometers measure speed/ revolutions of a device.
Table 21. CIM_DiscreteSensor Properties Property Description Data Type CurrentReading See Common Properties of Classes sint32 PossibleValues Enumerates the string outputs that can be reported by the sensor. sint32 CIM_NumericSensor The CIM_NumericSensor class described in NumericSensor Properties returns numeric settings and may also support threshold settings. Figure below shows the relationship among upper and lower critical and upper and lower non-critical threshold values.
The following table describes the properties and data type of the CIM Numeric Sensor class. Class Name: CIM_NumericSensor Parent Class: CIM_Sensor Table 22.
Property Description Data Type UpperThresholdCritical See Common Properties of Classes sint32 SupportedThresholds An array representing the thresholds supported by this sensor. The supported values are as follows: uint16 1 - LowerThresholdNonCritical 2 - UpperThresholdNonCritical 3 - LowerThresholdCritical 4 - UpperThresholdCritical EnabledThresholds An array representing the thresholds that are currently enabled for this sensor.
Property Description Data Type UpperThresholdCritical See Common Properties of Classes sint32 CIM_CurrentSensor The CIM_CurrentSensor class described in Properties Table below contains sensors that measure amperage and return a value in amperes and watts. The following table describes the properties and data type of the CIM Current Sensor class. Class Name: CIM_CurrentSensor Parent Class: CIM_NumericSensor Table 24.
Property Description Data Type IsLinear See Common Properties of Classes Boolean LowerThresholdNonCritical See Common Properties of Classes sint32 UpperThresholdNonCritical See Common Properties of Classes sint32 LowerThresholdCritical See Common Properties of Classes sint32 UpperThresholdCritical See Common Properties of Classes sint32 CIM_Tachometer The CIM_Tachometer class described in Table below contains devices that measure revolutions per minute (RPM) of a fan and return the value
Table 27. CIM_WatchDog Properties Property Description Data Type MonitoredEntity Indicates the entity that is currently being uint16 monitored by the watchdog feature. This property is used to identify the module that is responsible for rearming the watchdog at periodic intervals. Values for the MonitoredEntity property are: 1 - Unknown 2 - Other 3 - Operating System MonitoredEntity Description A string describing additional textual information about the monitored entity.
The CIM_Fan class described in below Table contains a set of devices that work to keep the ambient internal temperature of the system at a safe value by circulating air. The following table describes the properties and data type of the CIM_Fan class. Class Name: CIM_Fan Parent Class: CIM_CoolingDevice Table 29. CIM_Fan Properties Property Description Data Type VariableSpeed Specifies if the fan supports variable speeds.
Parent Class: CIM_UserDevice Table 31. CIM_PointingDevice Properties Property Description Data Type PointingType Indicates the type of pointing device. Values uint16 for the PointingType property are: 1 — Other 2 — Unknown 3 — Mouse 4 — Trackball 5 — Trackpoint 6 — Glidepoint 7 — Touch pad 8 — Touch screen 9 — Mouse — optical sensor NumberOfButtons Indicates the number of buttons. If the uint8 CIM_PointingDevice has no buttons, a value of 0 is returned.
Property Description Data Type Password An integer indicating if a hardware-level password is enabled at the keyboard, preventing local input.
Property Description Data Type 6 — Neither range 1 nor range 2 TotalOutputPower Defines the maximum sustained output wattage of the power supply (in tenths of Watts) 0 denotes 'unknown'. uint32 InputRatedPower Defines the rated input wattage of the power supply (in tenths of Watts). uint32 PMCapable Indicates the Power Monitoring capability. Boolean CIM_Controller The CIM_Controller class described in below Table properties, groups miscellaneous control-related devices.
Table 35. CIM_ParallelController Properties Property Description Data Type DMASupport Set to TRUE if the parallel controller supports DMA. Boolean Security An enumeration indicating the operational security for the controller.
CIM_PCIController The CIM_PCIController class described in Table below contains a set of devices that follow the Peripheral Component Interconnect (PCI) protocol defined by the Personal Computer Memory Card International Association (PCMCIA). The PCI protocol defines how data is transferred between devices. The CIM_PCIController class contains PCI adapters and bridges. The following table describes the properties and data type of the CIM PCI Controller class.
CIM_PCIDevice The CIM_PCIDevice class shown in Table below describes the capabilities and management of a PCI device controller on an adapter card. The following table describes the properties and data type of the CIM PCI Device class. Class Name: CIM_PCIDevice Parent Class: CIM_PCIController Table 38. CIM_PCIDevice Properties Property Description Data Type BaseAddress Identifies an array of up to six double-word base memory addresses. uint32 SubsystemID Identifies a subsystem identifier code.
Table 39. CIM_PCIBridge Properties Property Description Data Type BaseAddress Identifies an array of double-word base memory addresses. uint32 BridgeType Indicates the type of bridge. A bridge is PCI to , except for the Host, which is a host-to-PCI bridge. Values for the BridgeType property are as follows: uint16 0 — Host 1 — ISA 128 — Other BaseAddress Identifies an array of double-word base memory addresses.
Property Description Data Type 19 - Socket mPGA604 20 - Socket LGA771 21 - Socket LGA775 22 - Socket S1 23 - Socket AM2 24 - Socket F (1207) 25— Socket LGA1366 MaxClockSpeed Indicates the maximum speed (in MHz) of this microprocessor. uint32 Core count Indicates the number of core processors detected. uint16 CoreEnabledCount Indicates the number of core processors enabled. uint16 CurrentClockSpeed Indicates the current speed (in MHz) of this uint32 microprocessor.
Property Description Data Type CPUStatus Indicates the current status of the microprocessor. uint16 For example, it may be disabled by the user through the BIOS or disabled due to a POST error. Values for the CPUStatus property are as follows: 0 - Unknown 1 - Microprocessor enabled 2 - Microprocessor disabled by user through BIOS setup 3 - Microprocessor disabled by BIOS (POST error) 4 - Microprocessor is idle 5 - Other Family Refers to the processor family type.
Property Description 32 - Power PC family 33 - Power PC 601 34 - Power PC 603 35 - Power PC 603+ 36 - Power PC 604 37 - Power PC 620 38- Power PC X704 39- Power PC 750 40 - Intel Core Duo processor 41 - Intel Core Duo mobile processor 42 - Intel Core Solo mobile processor 43 - Intel Atom processor 48 - Alpha family 49 - Alpha 21064 50 - Alpha 21066 51 - Alpha 21164 52 - Alpha 21164 53 - Alpha 21164a 54 - Alpha 21264 55 - Alpha 21364 60 - AMD Opteron 4100 Series processor 64 - MIPS family 65 - MIPS R4000 66
Property Description Data Type 112 - Hobbit family 120 - Crusoe 5000 family 121 - Crusoe 3000 family 122 - Efficeon 8000 family 128 - Weitek 130 - Itanium processor 131 - AMD Athlon 64 processor family 132 - AMD Opteron processor family 133 - AMD Sempron processor family 134 - AMD Turion 64 Mobile technology 135 - Dual-Core AMD Opteron processor family 136 - AMD Athlon 64 X2 Dual-Core processor family 137 - AMD Turion 64 X2 Mobile technology 138 - Quad-Core AMD Opteron processor family 139 - Third-Genera
Property Description 167 - Dual-Core Intel Xeon processor ULV 168 - Dual-Core Intel Xeon processor 7100 Series 169 - Quad-Core Intel Xeon processor 5400 Series 170 - Quad-Core Intel Xeon processor 171- Dual-Core Intel Xeon processor 5200 Series 172- Dual-Core Intel Xeon processor 7200 Series 173 - Quad-Core Intel Xeon processor 7300 Series 174- Quad-Core Intel Xeon processor 7400 Series 175- Multi-Core Intel Xeon processor 7400 Series 176 - Pentium III Xeon 177 - Pentium III Processor with Intel SpeedStep
Property Description Data Type 204 - z/Architecture base 206 - CEh 206 Intel Core i3 processor 214 - Multi-Core Intel Xeon processor 215 - Dual-Core Intel Xeon processor 3xxx Series 216 - Quad-Core Intel Xeon processor 3xxx Series 217 - D9h 217 VIA Nano processor family 218 - Dual-Core Intel Xeon processor 5xxx Series 219 - Quad-Core Intel Xeon processor 5xxx Series 221 - Dual-Core Intel Xeon processor 7xxx Series 222- Dual-Core Intel Xeon processor 7xxx Series 223 Multi-Core Intel Xeon processor 7xxx Se
CIM_StorageExtent The CIM_StorageExtent identified in Table below contains devices that manage data storage, for example, hard drives or microprocessor memory. Table 41. CIM_StorageExtent Properties Properties Class Name: CIM_StorageExtent Parent Class: CIM_LogicalDevice CIM_Memory The CIM_Memory class identified in Table below describes the capabilities and management of storage extent devices, for example, cache memory or system memory. Table 42.
Parent Class: CIM_Memory Table 43. CIM_CacheMemory Properties Property Description Data Type Level Defines if this is the primary, secondary, or tertiary cache. Values for the Level property are as follows: uint16 1- Other 2- Unknown 3- Primary 4 - Secondary 5- Tertiary 6- Not applicable WritePolicy Defines if this cache is a write-back or write-through cache or if this information varies with address or is defined individually for each input/output (I/O).
DELL_SoftwareFeature The DELL_SoftwareFeature described in Table below defines the universal resource locator (URL) of the systems management software and the language in which systems management information displays. Defining these properties enables users to manage a system using an Internet browser. You can access Server Administrator using the secure hypertext transfer protocol (https) and a preassigned port number of 1311, or you can specify a port number of your own choice.
CIM_SoftwareFeature The CIM_SoftwareFeature class described in Table properties below defines a particular function or capability of a product or application system. This class is intended to be meaningful to a consumer, or user of a product, rather than to explain how the product is built or packaged.
Table 47. DELL_SoftwareFeature Properties Property Description Data Type OmsaURL Defines the URL for Server Administrator. string Language Sets the language for systems management information. string AgentVersion Defines the version information of local CIM agent (same as ISVC version.) string CIM_SystemResource The CIM_SystemResource class described in Table below provides access to system resources from an operating system.
Property Description Data Type 1- Other 2- Unknown 3- Available 4 - In use/not available 5- In use and available TriggerLevel Indicates if the interrupt is triggered by the uint16 hardware signal going high or low. Values for the TriggerLevel property are as follows: 1- Other 2- Unknown 3- Active low 4- Active high TriggerType Indicates if edge (value=4) or level triggered uint16 (value=3) interrupts occur. 1- Other 2- Unknown 3- Level 4- Edge Shareable Indicates if the IRQ can be shared.
Table 50. CIM_MemoryMappedIO Properties Property Description Data Type CSCreationClassName See Common Properties of Classes string CSName See Common Properties of Classes string CreationClassName See Common Properties of Classes string StartingAddress Identifies the starting address of memory mapped I/O. uint64 EndingAddress Identifies the ending address of memory mapped I/O. uint64 MappedResource Indicates the type of memory mapped I/O.
Property Description • Data Type 5 - In Use and Available/Shareable CIM_RedundancyGroup The CIM_RedundancyGroup class described in Table properties below is a set of components that provide more instances of a critical component than are required for the system’s operation. The extra components are used in case of critical component failure. For example, multiple power supplies allow a working power supply to take over when another power supply has failed.
The CIM_ExtraCapacityGroup class described in below properties Table applies to systems that have more capability and components than are required for normal operation, for example, systems that have extra fans or power supplies. The following table describes the property, description, and data type details for the CIM ExtraCapacityGroup. Class Name: CIM_ExtraCapacityGroup Parent Class: CIM_RedundancyGroup Table 53.
CIM_EnabledLogicalElement The CIM_EnabledLogicalElement class described in Table below extends the CIM_LogicalElement class to abstract the concept of an element that is enabled or disabled, such as a LogicalDevice or ServiceAccessPoint. Table 56.
Table 58. CIM_RemoteServiceAccessPoint Properties Property Description Data Type AccessInfo Describes accessing or addressing of string information for a remote connection. This can be a host name, network address, and other similar information. InfoFormat Indicates an enumerated integer describing the format and interpretation of the AccessInfo property.
Table 59. DELL_RemoteServiceAccessPort Properties Property Description Data Type PortName Displays the name of the service access port. string VersionString Indicates the version of the access point service. string RemoteAccessType Indicated the type of remote access service. This property can have the following values: uint16 0- BMC 8- IMC 9 - CMC 10- iDRAC6 11 - iDRAC6 for modular systems 13 - BMC 16 - iDRAC7 17 - iDRAC7 for modular systems BladeFormFactor Type of Blade Form Factor.
4 Dell-Defined Classes Dell-defined classes are defined and populated by Dell rather than by the Common Information Model (CIM). For information on how the logs are formatted, see DELL_Chassis Properties. The DELL_EsmLog class described in DELL_EsmLog Properties records failure threshold violations collected by Server Administrator’s embedded server management (ESM) capabilities. The following table describes the property, description, and data type details for the Dell Defined Classes.
The DELL_PostLog class described in DELL_PostLog Properties is a record of the system’s power-on self-test (POST). When you turn on a system, the POST tests various system components, such as random-access memory (RAM), the hard drives, and the keyboard. Table 61. DELL_PostLog Properties Properties Class Name: DELL_PostLog Parent Class: None DELL_CMApplication NOTE: Dell-updateable components, such as BIOS and firmware, are considered applications.
Property Description Data Type name Indicates the name of the device. string vendorID Defines an ID for vendor supplying the device. string subVendorID Defines an ID for an additional vendor supplying the device. string deviceID Indicates the ID of the device. string subDeviceID Indicates the ID for additional device. string bus Indicates the PCI bus number. string device Indicates the PCI device number. string function Indicates the PCI function number.
Table 65. DELL _CMInventory Properties Property Description Data Type local Indicates the locale of the system. string schemaVersion Indicates the inventory schema implemented by the system. string systemID Defines the system ID. string DELL_CMOS The DELL_CMOS class described in DELL_CMOS Properties contains information related to the Dell change management operating system. The following table describes the property, description, and data type details for DELL CMOS.
Parent Class: None Table 67. DELL_CMProductInfo Properties Property Description Data Type name Indicates the name of the product. string description Provides a short description of the product. string vendor Indicates the name of the product manufacturer. string version Indicates the current version number of the product. string timestamp Indicate the timestamp value when the inventory information collected from the system.
Property Description Data Type 0 - Other 1 - Unsupported 2 - Off 3 - On with BIOS Management 4 - On without BIOS Measurement DELL_SDCardDevice The DELL_SDCard Devices identified in DELL_SDCardDevice Properties contains information related to the SD card devices. The following table describes the property, description, and data type details for DELL SDCardDevice. Class Name: DELL_SDCardDevice Parent Class: CIM_LogicalDevice Table 70.
DELL_NetworkPort The Dell_Network Port class described in DELL_NetworkPort Properties represents the Dell-specific features of the network adapters. The following table describes the property, description, and data type details for DELL NetworkPort Properties. Class Name: DELL_NetworkPort Parent Class: CIM_Network Port Table 71. DELL NetworkPort Properties Property Description Data Type NIC Capabilities NIC Capabilities bitmask indicates the capabilities of the NIC.
Property Description Data Type NOTE: Boolean value is defined if TOE is enabled (Boolean is TOEEnable). NIC RDMA Capability Defines the RDMA capability of the NIC. uint 32 Values for the NIC RDMA Capability property are: 0 - NIC/driver does not support querying for capability. 1 - NIC/driver supports querying for capability but query returned an error. 2 - NIC/driver supports querying for capability and querying indicates that it is capable.
Property Description Data Type 1 - Connected 2 - Disconnected 3 - Driver is bad 4 - Driver is disabled 10 - Hardware is initializing 12 - Hardware is closing 13 - Hardware is not ready NParEPEnable Indicates the mode for NParEP. uint 32 The values for the NParEPEnable are: 0 - Disabled 1 - Enabled 2 - Unknown BusNumber Indicates the PCI bus number. uint 8 DeviceNumber Indicates the PCI device number. uint 8 FunctionNumber Indicates the PCI function number.
Property Description Data Type UpperThresholdNonCritical See Common Properties of Classes sint32 LowerThresholdCritical See Common Properties of Classes sint32 UpperThresholdCritical See Common Properties of Classes sint32 DELL_PowerConsumptionWattsSensor The DELL_PowerConsumptionWattsSensor identified in DELL_PowerConsumptionWattsSensor contains information related to monitoring the power consumption.
Property Description Data Type ResetCounters Is the function used to reset the peak readings. uint 32 powerCapSetting This refers to the user configured power setting. uint 16 instHeadroom This refers to the instantaneous headroom. uint 32 peakHeadRoom Is the function used to set the power budget. uint 32 DCIM_OEM_DataAccessModule The DCIM_OEM_DataAccessModule class is derived from the CIM_ManagedElement class. This class models hardware information in a proprietary format.
DCIM_RegisteredProfile The DCIM_RegisteredProfile class is derived from the CIM_RegisteredProfile class. This class advertises the capabilities of DCIM_OEM_DataAccessModule.
5 CIM_Dependency The CIM_Dependency class is an association used to establish dependency relationships between two managed system elements. The CIM_Dependency class described in the figure below does not have a parent class because it is a relationship or association between two elements.
Table 76. DELL_FanSensor Properties Element Description Antecedent CIM_Tachometer refers to the tachometer (fan sensor) that measures the RPM of the fan. Dependent CIM_Fanrefers to the fan whose revolutions are measured by the tachometer. CIM_PackageTempSensor The CIM_PackageTempSensor class described in CIM_PackageTempSensor Properties contains temperature sensors that are often installed in a package such as a chassis or a rack to assist in the monitoring of the package in general.
CIM_PackageCurrentSensor The CIM_PackageCurrentSensor class described in CIM_PackageCurrentSensor Properties contains amperage sensors that are often installed in a package such as a chassis or a rack to assist in the monitoring of the package in general. This relationship is described by the CIM_PackageCurrentSensor association. The following table describes the element, description, and parent class details for CIM PackageCurrentSensor.
The following table describes the element, description, and parent class details for CIM PackagePowerSupplySensor Properties. Class Name: CIM_PackagePowerSupplySensor Parent Class: CIM_Dependency Table 81. CIM_PackagePowerSupplySensor Properties Element Description Antecedent CIM_PowerSupplySensor refers to the power supply sensor that monitors wattage for the entire package. Dependent CIM_PhysicalPackage refers to the package whose wattage is being monitored.
Element Description Dependent CIM_PhysicalPackage refers to the package whose wattage is being monitored. DELL_AssociatedSupplyPCAmps The DELL_AssociatedSupplyPCAmps class described in DELL _AssociatedSupplyPCAmps is a PowerConsumptionAmpsSensor associated with a CIM_PowerSupply which is defined by this class. The following table describes the property, description, and data type details for DELL AssociatedSupplyPCAmps. Class Name: DELL_AssociatedSupplyPCAmps Parent Class: CIM_Dependency Table 84.
Property Description Data Type Dependent Indicates the PowerConsumptionData associated with the Power Supply. uint 16 DELL_PowerProfileData The DELL_PowerProfileData identified in DELL _PowerProfileData contains information related to power profiling and power knob data. The following table describes the property, description and data type details for DELL PowerProfileData class. Class Name: DELL_PowerProfileData Parent Class: CIM_LogicalDevice Table 87.