class CIM_MemoryError : CIM_StorageError

Description:

MemoryError defines a memory space that has errors. The Key of the class is the StartingAddress of the bytes in error.

Definition:

Feature Type Class Origin Qualifiers
InstanceID string CIM_ManagedElement
Description InstanceID is an optional property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace. Various subclasses of this class may override this property to make it required, or a key. Such subclasses may also modify the preferred algorithms for ensuring uniqueness that are defined below. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm: <OrgID>:<LocalID> Where <OrgID> and <LocalID> are separated by a colon (:), and where <OrgID> must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between <OrgID> and <LocalID>. <LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If not null and the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. If not set to null for DMTF-defined instances, the "preferred" algorithm must be used with the <OrgID> set to CIM.
Caption string CIM_ManagedElement
Description The Caption property is a short textual description (one- line string) of the object.
MaxLen 64
Description string CIM_ManagedElement
Description The Description property provides a textual description of the object.
ElementName string CIM_ManagedElement
Description A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.
SystemCreationClassName string CIM_StorageError
Key TRUE
Description The scoping System's CreationClassName.
MaxLen 256
Propagated CIM_StorageExtent.SystemCreationClassName
SystemName string CIM_StorageError
Key TRUE
Description The scoping System's Name.
MaxLen 256
Propagated CIM_StorageExtent.SystemName
DeviceCreationClassName string CIM_StorageError
Key TRUE
Description The scoping StorageExtent's CreationClassName.
MaxLen 256
Propagated CIM_StorageExtent.CreationClassName
DeviceID string CIM_StorageError
Key TRUE
Description The scoping StorageExtent's DeviceID.
MaxLen 64
Propagated CIM_StorageExtent.DeviceID
StartingAddress uint64 CIM_StorageError
Override StartingAddress
Description Specifies the address of the 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.
MappingStrings MIF.DMTF|Memory Device|005.19, MIF.DMTF|Physical Memory Array|001.14
Key TRUE
EndingAddress uint64 CIM_StorageError
Description The ending address of the bytes in error.
ErrorInfo uint16 CIM_MemoryError
Description 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.
ValueMap 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Values "Unknown" [0]
"Other" [1]
"OK" [2]
"Bad Read" [3]
"Parity Error" [4]
"Single-Bit Error" [5]
"Double-Bit Error" [6]
"Multi-Bit Error" [7]
"Nibble Error" [8]
"Checksum Error" [9]
"CRC Error" [10]
MappingStrings MIF.DMTF|Memory Device|005.12, MIF.DMTF|Physical Memory Array|001.8
ModelCorrespondence CIM_Memory.OtherErrorDescription
OtherErrorDescription string CIM_MemoryError
Description Free form string providing more information if the Error Type property is set to 1, "Other". If not set to 1, this string has no meaning.
ModelCorrespondence CIM_Memory.ErrorInfo
CorrectableError boolean CIM_MemoryError
Description Boolean indicating that the most recent error was correctable. If the ErrorInfo property is equal to 3, "OK", then this property has no meaning.
MappingStrings MIF.DMTF|Physical Memory Array|001.8
ErrorTime datetime CIM_MemoryError
Description The time that the last memory error occurred. The type of error is described by the ErrorInfo property. If the Error Info property is equal to 3, "OK", then this property has no meaning.
ErrorAccess uint16 CIM_MemoryError
Description An integer enumeration indicating the memory access operation that caused the last error. The type of error MUST be described by the ErrorInfo property. If the ErrorInfo property is equal to 3, "OK", then this property has no meaning.
ValueMap 0, 1, 2, 3, 4
Values "Unknown" [0]
"Other" [1]
"Read" [2]
"Write" [3]
"Partial Write" [4]
MappingStrings MIF.DMTF|Physical Memory Array|001.10
ErrorTransferSize uint32 CIM_MemoryError
Description 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.
Units Bits
MappingStrings MIF.DMTF|Physical Memory Array|001.11
PUnit bit
ErrorData uint8[] CIM_MemoryError
Description Data captured during the last erroneous mebmory access. The data occupies the first n octets of the array necessary to hold the number of bits specified by the ErrorTransferSize property. If ErrorTransferSize is 0, then this property has no meaning.
Octetstring TRUE
ArrayType Indexed
MappingStrings MIF.DMTF|Physical Memory Array|001.12
ErrorDataOrder uint16 CIM_MemoryError
Description 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.
ValueMap 0, 1, 2
Values "Unknown" [0]
"Least Significant Byte First" [1]
"Most Significant Byte First" [2]
SystemLevelAddress boolean CIM_MemoryError
Description 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.
ErrorResolution uint64 CIM_MemoryError
Description 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.
Units Bytes
MappingStrings MIF.DMTF|Memory Device|005.21, MIF.DMTF|Physical Memory Array|001.15
PUnit byte
AdditionalErrorData uint8[] CIM_MemoryError
Description An array of octets holding additional error information. An example is ECC Syndrome or the return of the check bits if a CRC-based ErrorMethodology is used. In the latter case, if a single bit error is recognized and the CRC algorithm is known, it is possible to determine the exact bit that failed. This type of data (ECC Syndrome, Check Bit or Parity Bit data, or other vendor supplied information) is included in this field. If the ErrorInfo property is equal to 3, "OK", then AdditionalErrorData has no meaning.
Octetstring TRUE
MappingStrings MIF.DMTF|Memory Device|005.18, MIF.DMTF|Physical Memory Array|001.13

Typographical Conventions:

  1. Inherited properties are italicized.
  2. Local properties are bolded.
  3. Key properties are highlighted in gold

Generated by mof2html v.2.1.0(002). simplewbem.org Mon Nov 2 09:43:13 2009