CIM_LogicalElement. Dell OpenManage Server Administrator Version 7.4

Add to My manuals
89 Pages

advertisement

CIM_LogicalElement. Dell OpenManage Server Administrator Version 7.4 | Manualzz

CIM_LogicalElement

CIM_LogicalElement is a CIM-defined class containing the subclasses described in below Figure .

3

27

CIM_LogicalElement

Table properties lists the following characteristics for members of the CIM_LogicalElement class:

• Represent abstractions used to manage and coordinate aspects of a physical environment such as files, processes, systems, system capabilities, and network components in the form of logical devices

• Represent devices, where devices are abstractions of hardware entities that may or may not be realized in physical hardware

Table 13. CIM_LogicalElement 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.

Table 14. CIM_System Properties

Class Name: CIM_System

Parent Class:CIM_LogicalElement

Property Description

CreationClassName

Name Indicates the name of a specific system, such as a particular storage system or server.

Data Type

See

Common Properties of Classes

string string

PrimaryOwnerContact Provides information about how the primary system owner can be reached, for example, a phone number or e-mail address.

string

28

PrimaryOwnerName

Roles

Indicates the name of the primary system owner.

string

An array of strings that specifies the roles this system plays in the IT environment. For example, for an instance of a network system, the

Roles property might contain the string

"storage system." string

CIM_ComputerSystem

The CIM_ComputerSystem class described in Table below contains some or all of the following

CIM_ManagedSystemElements: file system, operating system, processor, and memory (volatile and/or

nonvolatile storage). For properties, see CIM_System Properties .

Table 15. CIM_ComputerSystem 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 16. DELL_System Properties

Class Name: DELL_System

Parent Class: CIM_ComputerSystem

29

CIM_LogicalDevice

The CIM_LogicalDevice class described below Table models a hardware entity that may be realized in physical hardware. CIM_LogicalDevice includes any characteristics of a logical device that manages its operation or configuration. An example of a logical device is a temperature sensor’s reading of the actual temperature.

Table 17. CIM_Logical Device Properties

Class Name: CIM_LogicalDevice

Parent Class: CIM_LogicalElement

Property Description

SystemCreationClassNa me

SystemName

Data Type

See

Common Properties of Classes

string

CreationClassName

Indicates the scoping system’s name.

string

See

Common Properties of Classes

string

DeviceID Identifies an address or other identifying information to uniquely name the logical device.

string

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.

Table 18. CIM_FRU Properties

Class Name: CIM_FRU

30

Parent Class: CIM_LogicalDevice

Property Description

FRUInformationState

FRUDeviceName

Indicates the state and availability of FRU information.

Indicates the device name of the FRU.

FRUManufacturingDate

Name

Indicates the manufacturing date of the FRU in ticks.

FRUManufacturerName Indicates the name of the manufacturer.

FRUPartNumberName Indicates the FRU part number.

FRUSerialNumberName Indicates the FRU serial number.

FRURevisionName Indicates the FRU revision number.

Data Type uint 16 string datetime string string string string

CIM_Sensor

The CIM_Sensor class described in Table below contains hardware devices capable of measuring the characteristics of some physical property, for example, the temperature or voltage characteristics of a computer system

Table 19. CIM_Sensor Properties

Class Name: CIM_Sensor

Parent Class: CIM_LogicalDevice

Property

SensorType

Description Data Type

Indicates the type of the sensor, for example, voltage or temperature sensor.

Values for the

SensorType property are:

0 - Unknown

1 - Other

2 - Temperature sensors measure the uint16

31

OtherSensorType

PossibleStates

CurrentState

PollingInterval environmental temperature.

3 - Voltage sensors measure electrical voltage.

4 - Current sensors measure current readings.

5 - Tachometers measure speed/ revolutions of a device.

For example, a fan device can have an associated tachometer that measures its speed.

6 - Batteries maintain the time and date and save the system’s BIOS configuration when the system is turned off.

Description Indicates the type of sensor when the

SensorType property is set to Other.

string string Enumerates the string outputs of the sensor.

For example, a

NumericSensor can report states based on threshold readings.

Indicates the current state of the sensor. This value is always one of the Possible States.

string

Indicates the polling interval, in nanoseconds, that the sensor hardware or instrumentation uses to determine the current state of the sensor.

uint64

CIM_DiscreteSensor

32

The CIM_DiscreteSensor class described in Table below has a set of legal string values that it can report.

The CIM_DiscreteSensor always has a "current reading" that corresponds to one of the enumerated values.

Table 20. CIM_DiscreteSensor Properties

Class Name: CIM_DiscreteSensor

Parent Class: CIM_Sensor

Property

CurrentReading

Description

See

Common Properties of Classes

Data Type 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 normal range falls between upper and lower noncritical thresholds.

Figure : Ranges for Threshold Values

33

Table 21. CIM_NumericSensor Properties

Class Name: CIM_NumericSensor

Parent Class: CIM_Sensor

Property Description

UnitModifier

CurrentReading

Data Type

See

Common Properties of Classes

sint32

See

Common Properties of Classes

sint32

34

IsLinear See

Common Properties of Classes

Boolean

LowerThresholdNonCriti cal

UpperThresholdNonCriti cal

See

Common Properties of Classes

See

Common Properties of Classes

sint32 sint32

LowerThresholdCritical See

Common Properties of Classes

sint32

UpperThresholdCritical See

Common Properties of Classes

sint32

SupportedThresholds An array representing the thresholds supported by this sensor. The supported values are as follows:

1 -

LowerThresholdNonCriti cal

2 -

UpperThresholdNonCriti cal

3 -

LowerThresholdCritical

4 -

UpperThresholdCritical uint16

EnabledThresholds

SettableThresholds

An array representing the thresholds that are currently enabled for this sensor.

Enabled threshold values are as follows:

1 -

LowerThresholdNonCriti cal

2 -

UpperThresholdNonCriti cal

3 -

LowerThresholdCritical

4 -

UpperThresholdCritical uint16

An array representing the writable thresholds supported by this sensor.

Settable threshold values are:

1 -

LowerThresholdNonCriti cal uint16

35

2 -

UpperThresholdNonCriti cal

CIM_TemperatureSensor

The CIM_TemperatureSensor class described in Table below contains sensors that sample ambient temperature and return a value in degrees celsius.

Table 22. CIM_TemperatureSensor Properties

Class Name: CIM_TemperatureSensor

Parent Class: CIM_NumericSensor

Property Description

UnitModifier

CurrentReading

IsLinear

LowerThresholdNonCritical

UpperThresholdNonCritical

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

LowerThresholdCritical

UpperThresholdCritical

See

Common Properties of

Classes

See

Common Properties of

Classes

Data Type sint32 sint32

Boolean sint32 sint32 sint32 sint32

CIM_CurrentSensor

36

The CIM_CurrentSensor class described in Properties Table below contains sensors that measure amperage and return a value in amperes and watts.

Table 23. CIM_CurrentSensor Properties

Class Name: CIM_CurrentSensor

Parent Class: CIM_NumericSensor

Property

UnitModifier

Description

See

Common Properties of

Classes

CurrentReading See

Common Properties of

Classes

IsLinear

LowerThresholdNonCritical

UpperThresholdNonCritical

LowerThresholdCritical

UpperThresholdCritical

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

Data Type sint32 sint32

Boolean sint32 sint32 sint32 sint32

CIM_VoltageSensor

The CIM_VoltageSensor class described in Table below contains sensors that measure voltage and return a value in volts. Table

Table 24. CIM_VoltageSensor Properties

Class Name: CIM_VoltageSensor

Parent Class: CIM_NumericSensor

Property Description

UnitModifier

CurrentReading

See

Common Properties of

Classes

See

Common Properties of

Classes

IsLinear See

Common Properties of

Classes

Data Type sint32 sint32

Boolean

37

LowerThresholdNonCritical

UpperThresholdNonCritical

LowerThresholdCritical

UpperThresholdCritical

CIM_Tachometer

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

sint32 sint32 sint32 sint32

The CIM_Tachometer class described in Table below contains devices that measure revolutions per minute (RPM) of a fan and return the value in RPMs.

Table 25. CIM_Tachometer Properties

Class Name: CIM_Tachometer

Parent Class: CIM_NumericSensor

Property Description

SensorType

UnitModifier

See

Common Properties of

Classes

See

Common Properties of

Classes

CurrentReading

IsLinear

LowerThresholdNonCritical

UpperThresholdNonCritical

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

Data Type uint16 sint32 sint32

Boolean sint32 sint32

38

CIM_WatchDog

The CIM_WatchDog class described in Table below represents a timer that is implemented in system hardware. The watchdog feature allows the hardware to monitor the state of the operating system, BIOS, or a software component installed on the system. If the monitored component fails to rearm the timer before its expiration, the hardware assumes that the system is in a critical state and could reset the system. This feature can also be used as an application watchdog timer for a mission-critical application.

In this case, the application would assume responsibility for rearming the timer before expiration.

Table 26. CIM_WatchDog Properties

Class Name: CIM_WatchDog

Parent Class:

Property

MonitoredEntity

MonitoredEntity Description

TimeoutInterval

TimerResolution

CIM_LogicalDevice

Description

Indicates the entity that is currently being 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

A string describing additional textual information about the monitored entity.

Indicates the time-out interval used by the watchdog, in microseconds.

Indicates the resolution of the watchdog timer. For example, if this value is 100, then the timer can expire anytime between –100 microseconds and +100 microseconds.

Data Type uint16 string uint32 uint32

39

CIM_CoolingDevice

The CIM_CoolingDevice class described in CIM_CoolingDevice

contains a set of devices that work to keep the ambient internal temperature of the system at a safe value.

Table 27. CIM_CoolingDevice Properties

Class Name: CIM_CoolingDevice

Parent Class:

Property

ActiveCooling

CIM_LogicalDevice

Description

Specifies whether the device provides active (as opposed to passive) cooling.

Data Type

Boolean

CIM_Fan

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.

Table 28. CIM_Fan Properties

Class Name: CIM_Fan

Parent Class:

Property

VariableSpeed

DesiredSpeed

CIM_CoolingDevice

Description

Specifies if the fan supports variable speeds.

Indicates the currently requested fan speed, defined in RPM. When the VariableSpeed value is TRUE, the fan supports variable speeds.

When a variable speed fan is supported (VariableSpeed is

TRUE), the actual speed is determined using a sensor

Data Type

Boolean uint64

40

CIM_UserDevice

(CIM_Tachometer) that is associated with the fan.

The CIM_UserDevice class described in Table below contains logical devices that allow a system’s users to input or view data. Classes derived from CIM_UserDevice include CIM_Keyboard and

CIM_PointingDevice.

Table 29. CIM_UserDevice Properties

Class Name: CIM_UserDevice

Parent Class:

Property

IsLocked

CIM_LogicalDevice

Description

Indicates if the device is locked, preventing user input or output.

Data Type

Boolean

CIM_PointingDevice

The CIM_PointingDevice class described in Table below includes those devices used to point to regions of a display. Examples of such devices are a mouse or a trackball.

Table 30. CIM_PointingDevice Properties

Class Name: CIM_PointingDevice

Parent Class: CIM_UserDevice

Property

PointingType

Description

Indicates the type of pointing device. Values for the

PointingType property are:

1 — Other

2 - Unknown

3 - Mouse

4 - Trackball

Data Type uint16

41

NumberOfButtons

Handedness

CIM_Keyboard

5 - Trackpoint

6 - Glidepoint

7 - Touch pad

8 - Touch screen

9 - Mouse — optical sensor

Indicates the number of buttons.

If the CIM_PointingDevice has no buttons, a value of 0 is returned.

uint8

Integer indicating if the

CIM_PointingDevice is configured for right- or lefthanded operation. Values for the

Handedness property are as follows:

0 - Unknown

1 - Not applicable

2 - Right-handed operation

3 - Left-handed operation uint16

The CIM_Keyboard class described in Table below includes devices that allow users to enter data.

Table 31. CIM_Keyboard Properties

Class Name: CIM_Keyboard

Parent Class: CIM_UserDevice

Property

NumberOfFunctionKeys

Layout

Password

Description

Indicates the number of function keys on the keyboard.

A free-form string indicating the format and layout of the keyboard.

An integer indicating if a hardware-level password is enabled at the keyboard, preventing local input. Values for thePassword property are:

1 - Other

2- Unknown

Data Type uint16 string uint16

42

CIM_PowerSupply

3- Disabled

4- Enabled

5- Not implemented

The CIM_PowerSupply class described in Table below contains devices that provide current and voltage for the operation of the system and its components

Table 32. CIM_PowerSupply Properties

Class Name: CIM_PowerSupply

Parent Class: CIM_LogicalDevice

Property

IsSwitchingSupply

Range1InputVoltageLow

Range1InputVoltageHigh

ActiveInputVoltage

Description

Indicates that the power supply is a switching power supply and not a linear power supply.

Data Type

Boolean

Indicates the low voltage in millivolts of input voltage range 1 for this power supply. A value of

0 denotes unknown.

uint32

Indicates the high voltage in millivolts of input voltage range 1 for this power supply. A value of

0 denotes unknown.

uint32

Indicates which input voltage range is currently in use. Range 1, range 2, or both can be specified using the values 3, 4, or 5, respectively. If the supply is not drawing power, a value of 6

(neither) can be specified. This information is necessary in the case of an uninterruptible power supply (UPS), a subclass of power supply. Values for the

ActiveInputVoltage property are:

1 - Other

2 - Unknown

3 - Range 1

4 - Range 2

5 - Both range 1 and range 2 uint16

43

TotalOutputPower

PMCapable

CIM_Controller

6 - Neither range 1 nor range 2

Represents the total output power of the power supply in milliwatts. A value of 0 denotes that the power output is unknown.

Indicates the Power Monitoring capability.

uint32

Boolean

The CIM_Controller class described in below Table properties , groups miscellaneous control-related devices. Examples of controllers are small computer system interface (SCSI) controllers, Universal Serial

Bus (USB) controllers, and serial controllers.

Table 33. CIM_Controller Properties

Class Name: CIM_Controller

CIM_LogicalDevice Parent Class:

Property

ProtocolSupported

Description

The protocol used by the controller to access controlled devices. Values for the

ProtocolSupported property are:

1 - Other

2 - Unknown

3 - PCI

4 - Parallel protocol

Data Type uint16

CIM_ParallelController

44

The CIM_ParallelController class described in below contains a set of objects that control parallel devices. Parallel controllers transfer 8 or 16 bits of data at a time to the devices they control, for example, a parallel port controlling a printer.

Table 34. CIM_ParallelController Properties

Class Name: CIM_ParallelController

Parent Class: CIM_Controller

Property

DMASupport

Security

Description

Set to TRUE if the parallel controller supports DMA.

Data Type

Boolean

An enumeration indicating the operational security for the controller. Values for the Security property are:

1 - Other

2 - Unknown

3 - None

4 - External interface locked out

5 - External interface enabled

6 - Boot bypass uint16

CIM_SerialController

The CIM_SerialController class described in Table below contains controllers that transfer data one bit at a time to the devices they control, for example, a serial port controlling a modem.

Table 35. CIM_SerialController Properties

Class Name: CIM_SerialController

Parent Class: CIM_Controller

Property

MaxBaudRate

Security

Description Data Type

Indicates the maximum baud rate in bits per second supported by the serial controller.

uint32

An enumeration indicating the operational security for the controller. Values for the Security property are:

1 - Other uint16

45

CIM_PCIController

2 - Unknown

3 - None

4 - External interface locked out

5 - External interface enabled

6 - Boot bypass

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.

Table 36. CIM_PCIController Properties

Class Name: CIM_PCIController

Parent Class: CIM_Controller

Property

CommandRegister

Description Data Type

The current contents of the register that provide basic control over the device’s ability to respond to, and/or perform PCI accesses. The data in the capabilities array is gathered from the PCI status register and the

PCI capabilities list as defined in the PCI specification.

Values for the CommandRegister property are:

0 - Unknown

1 - Other

2 - Supports 66 MHz

3 - Supports user-definable features

4 - Supports fast back-to-back transactions

5 - PCI-X capable

6 - PCI power management supported

7 - Message signaled interrupts supported uint16

46

CIM_PCIDevice

8 - Parity error recovery capable

9 - AGP supported

10 - Vital product data supported

11 — Provides slot identification

12 - Hot swap supported

The CIM_PCIDevice class shown in Table below describes the capabilities and management of a PCI device controller on an adapter card.

Table 37. CIM_PCIDevice Properties

Class Name: CIM_PCIDevice

Parent Class:

Property

BaseAddress

SubsystemID

SubsystemVendorID

ExpansionROMBaseAddress

CIM_PCIController

Description

Identifies an array of up to six double-word base memory addresses.

Identifies a subsystem identifier code.

Identifies a subsystem vendor ID.

ID information is reported from a

PCI device via protocol-specific requests. This information is also present in the

CIM_PhysicalElement class (the manufacturer property) for hardware, and the CIM_Product class (the vendor property) for information related to product acquisition.

Identifies a double-word expansion ROM base memory address.

Data Type uint32 uint16 uint16 uint32

47

CIM_PCIBridge

The CIM_PCIBridge class described in

PCIBridge Properties

describes the capabilities and management of a PCI controller providing bridge-to-bridge capability. An example is a PCI to Industry-Standard

Architecture (ISA) bus bridge.

Table 38. CIM_PCIBridge Properties

Class Name: CIM_PCIBridge

Parent Class: CIM_PCIController

Property

BaseAddress

BridgeType

BaseAddress

Description

Identifies an array of doubleword base memory addresses.

Indicates the type of bridge. A bridge is PCI to <value>, except for the Host, which is a host-to-

PCI bridge. Values for the

BridgeType property are as follows:

0 - Host

1 - ISA

128 - Other

Identifies an array of doubleword base memory addresses.

Data Type uint32 uint16 uint32

CIM_Processor

The CIM_Processor class described in Table below contains devices that interpret and execute commands, for example, the Intel Xeon microprocessor.

48

Table 39. CIM_Processor Properties

Class Name: CIM_Processor

Parent Class:

Property

Role

UpgradeMethod

MaxClockSpeed

Core count

CoreEnabledCount

CurrentClockSpeed

DataWidth

AddressWidth

CIM_LogicalDevice

Description

A string describing the role of the microprocessor, for example, central microprocessor or math processor.

Data Type string

Provides microprocessor socket information including data on how this microprocessor can be upgraded (if upgrades are supported). This property is an integer enumeration. Values for the UpgradeMethod property are as follows:

1 - Other

2 - Unknown

3 - Daughter board

4 - ZIF socket

5 - Replacement/piggy back

6 - None

7 - LIF socket

8 - Slot 1

9 - Slot 2

10 - 370-pin socket

19 - Socket mPGA604

20 - Socket LGA771

21 - Socket LGA775

22 - Socket S1

23 - Socket AM2

24 - Socket F (1207)

25— Socket LGA1366

Indicates the maximum speed (in

MHz) of this microprocessor.

Indicates the number of core processors detected.

Indicates the number of core processors enabled.

uint16 uint32 uint16 uint16

Indicates the current speed (in

MHz) of this microprocessor.

Indicates the processor data width in bits.

Indicates the processor address width in bits.

uint32 uint16 uint16

49

Stepping

UniqueID

Brand

Model

ExtendedCharacteristics

ExtendedStates

CPUStatus

Indicates the revision level of the processor within the microprocessor family.

string

Identifies a globally unique identifier for the microprocessor.

This identifier may only be unique within a microprocessor family.

string

Indicates the brand name of the processor.

Indicates the model name of the processor.

string string

Indicates the extended capabilities of the processor. This attribute is a bit field. The following are the definitions of a bit when set to one:

Bit 0 — Virtualization Technology

(VT) supported

Bit 1 — Demand-Based Switching

(DBS) supported

Bit 2 — eXecute Disable (XD) supported

Bit 3 — Hyper Threading (HT) supported uint16

Indicates the setting of the extended capabilities of the processor. This attribute is a bit field. The following are the definitions of a bit when set to one:

Bit 0 — Virtualization Technology

(VT) enabled

Bit 1 — Demand-Based Switching

(DBS) enabled

Bit 2 — eXecute Disable (XD) enabled

Bit 3 — Hyper Threading (HT) enabled uint16

Indicates the current status of the microprocessor.

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) uint16

50

Family

4 - Microprocessor is idle

5 - Other

Refers to the processor family type. Values for the Family property are as follows:

1 - Other

2 - Unknown

3 - 8086

4 - 80286

5 - 80386

6 - 80486

7 - 8087

8 - 80287

9 - 80387

10 - 80487

11 - Pentium Brand

12 - Pentium Pro

13 - Pentium II

14 - Pentium processor with

MMX technology

15 - Celeron

16 - Pentium II Xeon

17 - Pentium III

18 - M1 family

19 - M2 family

24 — AMD Duron processor

25 — K5 family

26 - K6 family

27 - K6 -2

28 - K6-3

29 - AMD Athlon processor family

30 - AMD29000 family

31 - K6-2+

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 uint16

51

52

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 - MIPS R4200

67 - MIPSR4400

68 - MIPS R4600

69 - MIPS R10000

80 - SPARC family

81 - SuperSPARC

82 - microSPARC II

83 - microSPARC IIep

84 - UltraSPARC

85 - UltraSPARC II

86 - UltraSPARC IIi

87 - UltraSPARC III

88 - UltraSPARC IIIi

96 - 68040

97 - 68xxx family

98 - 68000

99 - 68010

100 - 68020

101 - 68030

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-Generation AMD

Opteron processor family

140 - AMD Phenom FX Quad-

Core processor family

141 - AMD Phenom X4 Quad-

Core processor family

142 - AMD Phenom X2 Dual-

Core processor family

143 - AMD Athlon X2 Dual-Core processor family

144 - PA-RISC family

145 - PA-RISC 8500

146 - PA-RISC 8000

147 - PA-RISC 7300LC

148 - PA-RISC 7200

149 - PA-RISC 7100LC

150 - PA-RISC 7100

160 - V30 family

161 - Quad-Core Intel Xeon processor 3200 Series

162 - Dual-Core Intel Xeon processor 3000 Series

163 - Quad-Core Intel Xeon processor 5300 Series

164 - Dual-Core Intel Xeon processor 5100 Series

165 - Dual-Core Intel Xeon processor 5000 Series

166 - Dual-Core Intel Xeon processor LV

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

53

54

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

178- Technology

179 - Pentium 4

180 - Intel Xeon

181- AS400 family

182 - Intel Xeon Processor MP

183 - AMD Athlon XP family

184 - AMD Athlon MP family

185 - Intel Itanium 2

186- Intel Pentium M processor

187 - Intel Celeron D processor

188 - Intel Pentium D processor

189 - Intel Pentium Extreme

Edition processor

190- Intel Core 2 processor

192 - Intel Core 2 Solo processor

193 - Intel Core 2 Extreme processor

194- Intel Core 2 Quad processor

195 - Intel Core 2 Extreme mobile processor

196- Intel Core 2 Duo mobile processor

197- Intel Core 2 Solo mobile processor

198 - Intel Core i7 processor

199 - Dual-Core Intel Celeron processor

200 - S/390 and zSeries family

201- ESA/390 G4

202- ESA/390 G5

203- ESA/390 G6

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

CIM_StorageExtent

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 Series

224 - E0h 224 Multi-Core Intel

Xeon processor 3400 Series

230 - Embedded AMD Opteron

Quad-Core processor family

231 - AMD Phenom Triple-Core processor family

232 - AMD Turion Ultra Dual-

Core Mobile processor family

233 - AMD Turion Dual-Core

Mobile processor family

234 - AMD Turion Dual-Core

Mobile processor family

235- AMD Sempron SI processor family

238 - AMD Opteron Six-Core processor family

250 - i860

251 - i960

260 - SH-3

261 - SH-4

280 - ARM

281 - StrongARM

300 - 6x86

301 - MediaGX

302 - MII

320 - WinChip

350- DSP

500 - Video processor

55

The CIM_StorageExtent identified in Table below contains devices that manage data storage, for example, hard drives or microprocessor memory.

Table 40. CIM_StorageExtent 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 41. CIM_Memory Properties

Class Name: CIM_Memory

Parent Class: CIM_StorageExtent

CIM_CacheMemory

The CIM_CacheMemory class described in

CacheMemoryProperties

describes the capabilities and management of cache memory. Cache memory allows a microprocessor to access data and instructions faster than normal system memory

Table 42. CIM_CacheMemory Properties

Class Name: CIM_CacheMemory

Parent Class:

Property

Level

CIM_Memory

Description

Defines if this is the primary, secondary, or tertiary cache.

Data Type uint16

56

WritePolicy

CacheType

LineSize

ReadPolicy

Values for the Level property are as follows:

1- Other

2- Unknown

3- Primary

4 - Secondary

5- Tertiary

6- Not applicable

Defines if this cache is a writeback or write-through cache or if this information varies with address or is defined individually for each input/output (I/O).

Values for the WritePolicy property are as follows:

1- Other

2- Unknown

3- Write-back

4 - Write-through

5- Varies with address

6- Determination per I/O uint16

Defines if this cache is for instruction caching, data caching, or both (unified). Values for the

CacheType property are as follows:

1- Other

2- Unknown

3- Instruction

4- Data

5- Unified uint16

Indicates the size, in bytes, of a single cache bucket or line.

uint32

Defines the policy used by the cache for handling read requests.

Values for the ReadPolicy property are as follows:

1- Other

2- Unknown

3- Read

4- Read-ahead

5- Read and read-ahead

6- Determination per I/O uint16

57

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.

Table 43. DELL_SoftwareFeature Properties

Class Name: DELL_SoftwareFeature

Parent Class:

Property

OmsaURL

Language

AgentVersion

CIM_SoftwareFeature

Description

Defines the URL for Server

Administrator.

Sets the language for systems management information.

Defines the version information of local CIM agent (same as ISVC version.)

Data Type string string string

CIM_BIOSElement

The CIM_BIOSElement class listed in BIOSElement Properties describes the BIOS for the system. The

BIOS controls the following:

• Communications between the microprocessor and peripheral devices, such as the keyboard and the video adapter.

• Miscellaneous functions, such as system messages.

58

Table 44. CIM_BIOSElement Properties

Class Name: CIM_BIOSElement

Parent Class:

Property

Version

Manufacturer

PrimaryBIOS

CIM_SoftwareElement

Description

Provides the product version information.

See Common Properties of

Classes

Specifies whether a given BIOS is the primary BIOS for the system.

When the value = TRUE, the BIOS is the primary BIOS.

Data Type string string

Boolean

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. When a software feature can exist on multiple platforms or operating systems (for example, a client component of a three-tiered client/server application might run on Windows Server 2003), a software feature is a collection of all the software elements for these different platforms. The users of the model must be aware of this situation because typically they are interested in a sub-collection of the software elements required for a particular platform.

Table 45. CIM_SoftwareFeature Properties

Class Name: CIM_SoftwareFeature

Parent Class:

Property

IdentifyingNumber

Data Type string

ProductName

Vendor

CIM_LogicalElement

Description

Provides product identification such as a serial number of the software

Identifies the commonly used product name.

Identifies the name of the product’s supplier. Corresponds to the vendor property in the product object in the DMTF solution exchange standard.

string string

59

Version

Name

Identifies the product version information. Corresponds to the version property in the product object in the DMTF solution exchange standard.

string

Defines the label by which the object is known to the users. This label is a user-defined name that uniquely identifies the element.

string

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.

Table 46. DELL_SoftwareFeature Properties

Class Name: DELL_SoftwareFeature

Parent Class:

Property

OmsaURL

Language

AgentVersion

CIM_SoftwareFeature

Description

Defines the URL for Server

Administrator.

Sets the language for systems management information.

Defines the version information of local CIM agent (same as ISVC version.)

Data Type string string string

CIM_SystemResource

60

The CIM_SystemResource class described in Table below provides access to system resources from an operating system. System resources consist of interrupt requests (IRQs) and direct memory access (DMA) capabilities.

Table 47. CIM_SystemResource Properties

Class Name: CIM_SystemResource

Parent Class: CIM_LogicalElement

CIM_IRQ

The CIM_IRQ class described in Properties Table below , contains IRQ information. An IRQ is a signal that data is about to be sent to or received by a peripheral device. The signal travels by an IRQ line to the microprocessor. Each peripheral connection must be assigned an IRQ number. For example, the first serial port in the computer (COM1) is assigned to IRQ4 by default.

Table 48. CIM_IRQ Properties

Class Name: CIM_IRQ

Parent Class: CIM_SystemResource

Property

CSCreationClassName

CSName

CreationClassName

IRQNumber

Availability

TriggerLevel

Description

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

Identifies the interrupt request number.

Indicates the availability of the

IRQ. Values for the Availability property are as follows:

1- Other

2- Unknown

3- Available

4 - In use/not available

5- In use and available

Indicates if the interrupt is triggered by the hardware signal going high or low. Values for the

Data Type string string string uint32 uint16 uint16

61

TriggerType

Shareable

Hardware

TriggerLevel property are as follows:

1- Other

2- Unknown

3- Active low

4- Active high

Indicates if edge (value=4) or level triggered (value=3) interrupts occur.

1- Other

2- Unknown

3- Level

4- Edge uint16

Indicates if the IRQ can be shared. A value of TRUE indicates that the IRQ can be shared.

Boolean

Indicates if the interrupt is hardware- or software-based. (A value of TRUE indicates that the interrupt is hardware based.) On a personal computer, a hardware

IRQ is a physical wire to a programmable interrupt controller (PIC) chip set through which the microprocessor can be notified of time critical events.

Some IRQ lines are reserved for standard devices such as the keyboard, diskette drive, and the system clock. A software interrupt is a programmatic mechanism to allow an application to get the attention of the processor.

Boolean

CIM_MemoryMappedIO

The CIM_MemoryMappedIO class described in properties Table below addresses both memory and port

I/O resources for personal computer architecture memory mapped I/O.

62

Table 49. CIM_MemoryMappedIO Properties

Class Name: CIM_MemoryMappedIO

Parent Class:

Property

CSCreationClassName

CSName

CreationClassName

StartingAddress

EndingAddress

MappedResource

CIM_SystemResource

Description

See

Common Properties of

Classes

See

Common Properties of

Classes

See

Common Properties of

Classes

Data Type string string string

Identifies the starting address of memory mapped I/O.

Identifies the ending address of memory mapped I/O.

uint64 uint64

Indicates the type of memory mapped I/O. MappedResource defines if memory or I/O is mapped, and for I/O, if the mapping is to a memory or a port space. Memory mapped I/O values are as follows:

1- Other

2- Mapped memory

3 - I/O mapped to memory space

4- I/O mapped to port space uint16

CIM_DMA

The CIM_DMA class described in DMA Properties

contains DMA information. A DMA channel allows certain types of data transfer between RAM and a device to bypass the microprocessor.

63

Table 50. CIM_DMA Properties

Class Name:

Parent Class:

Property

CSCreationClassName

CSName.

CreationClassName

DMAChannel

Availability

CIM_DMA

CIM_SystemResource

Description

See Common Properties of

Classes

Data Type string

See Common Properties of

Classes

string

See Common Properties of

Classes

string

A part of the object’s key value, the

DMA channel number.

uint32

Availability of the DMA. Availability values are defined as follows: uint16

• 1 - Other

• 2 - Unknown

• 3 - Available

• 4 - In Use/Not Available

• 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.

Table 51. CIM_RedundancyGroup Properties

Class Name: CIM_RedundancyGroup

Parent Class: CIM_LogicalElement

Property

CreationClassName

Name

Description

See

Common Properties of

Classes

Serves as the key for the redundancy group’s instance in an enterprise environment.

Data Type string string

64

RedundancyStatus Provides information on the state of the redundancy group. Values for the RedundancyStatus property are as follows:

0- Unknown

1- Other

2- Fully redundant. Fully redundant - all of the configured redundancy is still available.

3 - Degraded redundancy.

Degraded redundancy - that some failures have been experienced but some reduced amount of redundancy is still available.

4 - Redundancy lost.

Redundancy lost - that a sufficient number of failures have occurred so that no redundancy is available and the next failure experienced causes overall failure.

uint16

CIM_ExtraCapacityGroup

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.

Table 52. CIM_ExtraCapacityGroup Properties

Class Name: CIM_ExtraCapacityGroup

Parent Class:

Property

MinNumberNeeded

CIM_RedundancyGroup

Description

Specifies the smallest number of elements that must be operational in order to have redundancy. For example, in an N

+1 redundancy relationship, the

MinNumberNeeded property should be set to N.

Data Type uint32

65

DELL_PSRedundancyGroup

The DELL_PSRedundancyGroup described in Table below is a Dell-specific extension of the

CIM_ExtraCapacityGroup class. The DELL_PSRedundancyGroup class defines what constitutes power supply redundancy in a system.

Table 53. DELL_PSRedundancyGroup Properties

Class Name: DELL_PSRedundancyGroup

Parent Class: CIM_ExtraCapacityGroup

DELL_FanRedundancyGroup

The DELL_FanRedundancyGroup described in Table below defines what constitutes fan redundancy in a system.

Table 54. DELL_FanRedundancyGroup Properties

Class Name: DELL_FanRedundancyGroup

Parent Class: CIM_ExtraCapacityGroup

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.

66

Table 55. CIM_EnabledLogicalElement Properties

Class Name:

Parent Class:

CIM_ServiceAccessPoint

CIM_EnabledLogicalElementGroup

CIM_LogicalElementGroup

The CIM_ServiceAccessPoint class described in Table below represents the ability to utilize or invoke a service. Access points indicate that a service is available to other entities for use.

Table 56. CIM_ServiceAccessPoint Properties

Class Name: CIM_ServiceAccessPoint

Parent Class: CIM_EnabledLogicalElement

CIM_RemoteServiceAccessPoint

The CIM_RemoteServiceAccessPoint class identified in Table below describes the accessing and addressing of information for a remote connection that is known to a local network element. This information is contained in the local network element since this is the context in which it is remote. The relevance of the remote service access point and information on its use are described by subclassing or associating to the CIM_RemoteServiceAccessPoint class.

Table 57. CIM_RemoteServiceAccessPoint Properties

Class Name: CIM_RemoteServiceAccessPoi ntGroup

Parent Class:

Property

AccessInfo

CIM_ServiceAccessPointGrou p

Description

Describes accessing or addressing of information for a remote connection. This can be a host

Data Type string

67

Class Name:

Parent Class:

Property

InfoFormat

CIM_RemoteServiceAccessPoi ntGroup

CIM_ServiceAccessPointGrou p

Description name, network address, and other similar information.

Indicates an enumerated integer describing the format and interpretation of the AccessInfo property. This property can have the following values:

1 - Other

2 - Host Name

3 - IPv4 Address

4 - IPv6 Address

5 - IPX Address

6 - DECnet Address

7 - SNA Address

8 - Autonomous System Number

9 - MPLS Label

10..99 - DMTF Reserved

100 - Dial String

101 - Ethernet Address

102 - Token Ring Address

103 - ATM Address

104 - Frame Relay Address

105..199 - DMTF Reserved

200 - URL

32768..65535 - Vendor Specific

Data Type uint16

DELL_RemoteServiceAccessPort

The DELL_RemoteServiceAccessPort class described in Table below is an extended class of the

CIM_RemoteServiceAccessPoint class. The DELL_RemoteServiceAccessPort class provides information about Dell implementation-specific attributes

68

Table 58. DELL_RemoteServiceAccessPort Properties

Class Name: DELL_RemoteServiceAccessP ort

Parent Class:

Property

PortName

VersionString

RemoteAccessType

BladeFormFactor

CIM_RemoteServiceAccessPo int

Description

Displays the name of the service access port.

Indicates the version of the access point service.

Indicated the type of remote access service. This property can have the following values:

0- BMC

8- IMC

9 - CMC

10- iDRAC6

11 - iDRAC6 for modular systems

13 - BMC

16 - iDRAC7

17 - iDRAC7 for modular systems

Type of Blade Form Factor. This property can have the following values:

0- singleWidthHalfHeight

1- dualWidthHalfHeight

2- singleWidthFullHeight

3- dualWidthFullHeight

4- singleWidthQuarterHeight

5- 1UHalfWidth

6- 1UQuarterWidth

7- 1UFullWidth

255- notApplicable

Data Type string string uint16 uint16

69

70

advertisement

Related manuals

Download PDF

advertisement

Table of contents