Name | Data Type | Qualifiers |
Name | Data Type | Value | Scope | Flavors |
CorrectableError | boolean |
Description | string | Boolean indicating that the most recent error was correctable. If the ErrorInfo property is equal to 3, "OK", then this property has no meaning. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Memory Device|005, MIF.DMTF|Physical Memory Array|001.8 | None | None |
EndingAddress | uint64 |
Description | string | The ending address, referenced by an application or operating system and mapped by a memory controller, for this Memory object. The ending address is specified in KBytes. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Memory Array Mapped Addresses|001.4, MIF.DMTF|Memory Device Mapped Addresses|001.5 | None | None |
Units | string | KiloBytes | None | TRANSLATABLE= true |
ErrorAccess | uint16 |
Description | string | An integer enumeration indicating the memory access operation that caused the last error. The type of error is described by the ErrorInfo property. If the ErrorInfo property is equal to 3, "OK", then this property has no meaning. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Memory Device|005, MIF.DMTF|Physical Memory Array|001.10 | None | None |
ValueMap | string | 1, 2, 3, 4, 5 | None | None |
Values | string | Other, Unknown, Read, Write, Partial Write | None | TRANSLATABLE= true |
ErrorAddress | uint64 |
Description | string | Specifies the address of the last memory error. The type of error is described by the ErrorInfo property. If the ErrorInfo property is equal to 3, "OK", then this property has no meaning. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Memory Device|005, MIF.DMTF|Memory Device|005, MIF.DMTF|Physical Memory Array|001.14 | None | None |
ErrorDataOrder | uint16 |
Description | string | The ordering for data stored in the ErrorData property. "Least Significant Byte First" (value=1) or "Most Significant Byte First" (2) can be specified. If ErrorTransferSize is 0, then this property has no meaning. | None | TRANSLATABLE= true |
Values | string | Unknown, Least Significant Byte First, Most Significant Byte First | None | TRANSLATABLE= true |
ErrorInfo | uint16 |
Description | string | An integer enumeration describing the type of error that occurred most recently. For example, single (value=6) or double bit errors (7) can be specified using this property. The values, 12-14, are undefined in the CIM Schema since in DMI, they mix the semantics of the type of error and whether it was correctable or not. The latter is indicated in the property, CorrectableError. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Memory Device|005, MIF.DMTF|Physical Memory Array|001.8 | None | None |
ModelCorrespondence | string | CIM_Memory.OtherErrorDescription | None | None |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 | None | None |
Values | string | Other, Unknown, OK, Bad Read, Parity Error, Single-Bit Error, Double-Bit Error, Multi-Bit Error, Nibble Error, Checksum Error, CRC Error, Undefined, Undefined, Undefined | None | TRANSLATABLE= true |
ErrorMethodology | string |
Description | string | ErrorMethodology for Memory is a string property that indicates whether parity or CRC algorithms, ECC or other mechanisms are used. Details on the algorithm can also be supplied. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Physical Memory Array|001.7 | None | None |
Override | string | ErrorMethodology | None | OVERRIDABLE= false
|
ErrorResolution | uint64 |
Description | string | Specifies the range, in bytes, to which the last error can be resolved. For example, if error addresses are resolved to bit 11 (ie, on a typical page basis), then errors can be resolved to 4K boundaries and this property is set to 4000. If the ErrorInfo property is equal to 3, "OK", then this property has no meaning. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Memory Device|005, MIF.DMTF|Physical Memory Array|001.15 | None | None |
Units | string | Bytes | None | TRANSLATABLE= true |
ErrorTime | datetime |
Description | string | The time that the last memory error occurred. The type of error is described by the ErrorInfo property. If the ErrorInfo property is equal to 3, "OK", then this property has no meaning. | None | TRANSLATABLE= true |
ErrorTransferSize | uint32 |
Description | string | The size of the data transfer in bits that caused the last error. 0 indicates no error. If the ErrorInfo property is equal to 3, "OK", then this property should be set to 0. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Memory Device|005, MIF.DMTF|Physical Memory Array|001.11 | None | None |
Units | string | Bits | None | TRANSLATABLE= true |
OtherErrorDescription | string |
Description | string | Free form string providing more information if the ErrorType property is set to 1, "Other". If not set to 1, this string has no meaning. | None | TRANSLATABLE= true |
ModelCorrespondence | string | CIM_Memory.ErrorInfo | None | None |
StartingAddress | uint64 |
Description | string | The beginning address, referenced by an application or operating system and mapped by a memory controller, for this Memory object. The starting address is specified in KBytes. | None | TRANSLATABLE= true |
MappingStrings | string | MIF.DMTF|Memory Array Mapped Addresses|001.3, MIF.DMTF|Memory Device Mapped Addresses|001.4 | None | None |
Units | string | KiloBytes | None | TRANSLATABLE= true |
SystemLevelAddress | boolean |
Description | string | Boolean indicating whether the address information in the property, ErrorAddress, is a system-level address (TRUE) or a physical address (FALSE). If the ErrorInfo property is equal to 3, "OK", then this property has no meaning. | None | TRANSLATABLE= true |