CIM211 Class Declaration
CIM_MemoryError

Table of Contents:
Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary

Class Hierarchy

CIM_MemoryError --> CIM_StorageError --> CIM_ManagedElement --> [top]

Class Attributes

Class Declaration Attributes
NameValue
SUPERCLASSCIM_StorageError
NAMECIM_MemoryError

Class Qualifiers

Class CIM_MemoryError Qualifiers
NameTypeValueFrom Class
Versionstring2.8.0 CIM_MemoryError
DescriptionstringMemoryError defines a memory space that has errors. The Key of the class is the StartingAddress of the bytes in error. CIM_MemoryError
DescriptionstringStorageError defines blocks of media or memory space that are mapped ’ out of use ’ due to errors. The Key of the class is the StartingAddress of the bytes in error. CIM_StorageError
DescriptionstringManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement

Properties

Properties
NameTypeValueQualifiersClassOrigin
StartingAddressuint64 Override
Description
MappingStrings
Key
CIM_MemoryError
ErrorInfouint16 Description
ValueMap
Values
MappingStrings
ModelCorrespondence
CIM_MemoryError
OtherErrorDescriptionstring Description
ModelCorrespondence
CIM_MemoryError
CorrectableErrorboolean Description
MappingStrings
CIM_MemoryError
ErrorTimedatetime Description CIM_MemoryError
ErrorAccessuint16 Description
ValueMap
Values
MappingStrings
CIM_MemoryError
ErrorTransferSizeuint32 Description
Units
MappingStrings
CIM_MemoryError
ErrorDatauint8[] Description
OctetString
MappingStrings
ArrayType
CIM_MemoryError
ErrorDataOrderuint16 Description
ValueMap
Values
CIM_MemoryError
SystemLevelAddressboolean Description CIM_MemoryError
ErrorResolutionuint64 Description
Units
MappingStrings
CIM_MemoryError
AdditionalErrorDatauint8[] Description
OctetString
MappingStrings
CIM_MemoryError
SystemCreationClassNamestring Key
Propagated
Description
MaxLen
CIM_StorageError
SystemNamestring Key
Propagated
Description
MaxLen
CIM_StorageError
DeviceCreationClassNamestring Key
Propagated
Description
MaxLen
CIM_StorageError
DeviceIDstring Key
Propagated
Description
MaxLen
CIM_StorageError
EndingAddressuint64 Description CIM_StorageError
Captionstring Description
MaxLen
CIM_ManagedElement
Descriptionstring Description CIM_ManagedElement
ElementNamestring Description CIM_ManagedElement

Property Qualifiers

Property StartingAddress Qualifiers
NameTypeValueFrom Class
OverridestringStartingAddress CIM_MemoryError
DescriptionstringSpecifies 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. CIM_MemoryError
MappingStringsstringMIF.DMTF|Memory Device|005.19
MIF.DMTF|Physical Memory Array|001.14
CIM_MemoryError
Keybooleantrue CIM_MemoryError

Property ErrorInfo Qualifiers
NameTypeValueFrom Class
DescriptionstringAn 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. CIM_MemoryError
ValueMapstring
[See below.]
CIM_MemoryError
ValuesstringUnknown
Other
OK
Bad Read
Parity Error
Single-Bit Error
Double-Bit Error
Multi-Bit Error
Nibble Error
Checksum Error
CRC Error
CIM_MemoryError
MappingStringsstringMIF.DMTF|Memory Device|005.12
MIF.DMTF|Physical Memory Array|001.8
CIM_MemoryError
ModelCorrespondencestringCIM_Memory.OtherErrorDescription CIM_MemoryError

NameValue
0Unknown
1Other
2OK
3Bad Read
4Parity Error
5Single-Bit Error
6Double-Bit Error
7Multi-Bit Error
8Nibble Error
9Checksum Error
10CRC Error
Property OtherErrorDescription Qualifiers
NameTypeValueFrom Class
DescriptionstringFree 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. CIM_MemoryError
ModelCorrespondencestringCIM_Memory.ErrorInfo CIM_MemoryError

Property CorrectableError Qualifiers
NameTypeValueFrom Class
DescriptionstringBoolean indicating that the most recent error was correctable. If the ErrorInfo property is equal to 3, " OK " , then this property has no meaning. CIM_MemoryError
MappingStringsstringMIF.DMTF|Physical Memory Array|001.8 CIM_MemoryError

Property ErrorTime Qualifiers
NameTypeValueFrom Class
DescriptionstringThe 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. CIM_MemoryError

Property ErrorAccess Qualifiers
NameTypeValueFrom Class
DescriptionstringAn 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. CIM_MemoryError
ValueMapstring
[See below.]
CIM_MemoryError
ValuesstringUnknown
Other
Read
Write
Partial Write
CIM_MemoryError
MappingStringsstringMIF.DMTF|Physical Memory Array|001.10 CIM_MemoryError

NameValue
0Unknown
1Other
2Read
3Write
4Partial Write
Property ErrorTransferSize Qualifiers
NameTypeValueFrom Class
DescriptionstringThe 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. CIM_MemoryError
UnitsstringBits CIM_MemoryError
MappingStringsstringMIF.DMTF|Physical Memory Array|001.11 CIM_MemoryError

Property ErrorData Qualifiers
NameTypeValueFrom Class
DescriptionstringData 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. CIM_MemoryError
OctetStringbooleantrue CIM_MemoryError
MappingStringsstringMIF.DMTF|Physical Memory Array|001.12 CIM_MemoryError
ArrayTypestringIndexed CIM_MemoryError

Property ErrorDataOrder Qualifiers
NameTypeValueFrom Class
DescriptionstringThe 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. CIM_MemoryError
ValueMapstring
[See below.]
CIM_MemoryError
ValuesstringUnknown
Least Significant Byte First
Most Significant Byte First
CIM_MemoryError

NameValue
0Unknown
1Least Significant Byte First
2Most Significant Byte First
Property SystemLevelAddress Qualifiers
NameTypeValueFrom Class
DescriptionstringBoolean 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. CIM_MemoryError

Property ErrorResolution Qualifiers
NameTypeValueFrom Class
DescriptionstringSpecifies 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. CIM_MemoryError
UnitsstringBytes CIM_MemoryError
MappingStringsstringMIF.DMTF|Memory Device|005.21
MIF.DMTF|Physical Memory Array|001.15
CIM_MemoryError

Property AdditionalErrorData Qualifiers
NameTypeValueFrom Class
DescriptionstringAn 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. CIM_MemoryError
OctetStringbooleantrue CIM_MemoryError
MappingStringsstringMIF.DMTF|Memory Device|005.18
MIF.DMTF|Physical Memory Array|001.13
CIM_MemoryError

Property SystemCreationClassName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_StorageError
PropagatedstringCIM_StorageExtent.SystemCreationClassName CIM_StorageError
DescriptionstringThe scoping System ’ s CreationClassName. CIM_StorageError
MaxLenuint32256 CIM_StorageError

Property SystemName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_StorageError
PropagatedstringCIM_StorageExtent.SystemName CIM_StorageError
DescriptionstringThe scoping System ’ s Name. CIM_StorageError
MaxLenuint32256 CIM_StorageError

Property DeviceCreationClassName Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_StorageError
PropagatedstringCIM_StorageExtent.CreationClassName CIM_StorageError
DescriptionstringThe scoping StorageExtent ’ s CreationClassName. CIM_StorageError
MaxLenuint32256 CIM_StorageError

Property DeviceID Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_StorageError
PropagatedstringCIM_StorageExtent.DeviceID CIM_StorageError
DescriptionstringThe scoping StorageExtent ’ s DeviceID. CIM_StorageError
MaxLenuint3264 CIM_StorageError

Property StartingAddress Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_StorageError
DescriptionstringThe starting address of the bytes in error. CIM_StorageError

Property EndingAddress Qualifiers
NameTypeValueFrom Class
DescriptionstringThe ending address of the bytes in error. CIM_StorageError

Property Caption Qualifiers
NameTypeValueFrom Class
DescriptionstringThe Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement
MaxLenuint3264 CIM_ManagedElement

Property Description Qualifiers
NameTypeValueFrom Class
DescriptionstringThe Description property provides a textual description of the object. CIM_ManagedElement

Property ElementName Qualifiers
NameTypeValueFrom Class
DescriptionstringA 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. CIM_ManagedElement

Methods

Method Qualifiers

Parameters

Parameter Qualifiers

Associations this class can participate in

Association
Class
Reference
Class
Role
CIM_StorageDefectCIM_StorageErrorError
CIM_ComponentCIM_ManagedElementGroupComponent
CIM_ComponentCIM_ManagedElementPartComponent
CIM_ConcreteComponentCIM_ManagedElementGroupComponent
CIM_ConcreteComponentCIM_ManagedElementPartComponent
CIM_CredentialContextCIM_ManagedElementElementProvidingContext
CIM_DefaultElementCapabilitiesCIM_ManagedElementManagedElement
CIM_DependencyCIM_ManagedElementAntecedent
CIM_DependencyCIM_ManagedElementDependent
CIM_HostedDependencyCIM_ManagedElementAntecedent
CIM_HostedDependencyCIM_ManagedElementDependent
CIM_ScopedSettingCIM_ManagedElementAntecedent
CIM_MetricDefForMECIM_ManagedElementAntecedent
CIM_MetricForMECIM_ManagedElementAntecedent
CIM_RelatedElementCausingErrorCIM_ManagedElementDependent
CIM_RelatedElementCausingErrorCIM_ManagedElementAntecedent
CIM_SparedCIM_ManagedElementAntecedent
CIM_SparedCIM_ManagedElementDependent
CIM_ConcreteDependencyCIM_ManagedElementAntecedent
CIM_ConcreteDependencyCIM_ManagedElementDependent
CIM_ElementAsUserCIM_ManagedElementAntecedent
CIM_RecordAppliesToElementCIM_ManagedElementDependent
CIM_AuthenticationTargetCIM_ManagedElementDependent
CIM_AuthorizationSubjectCIM_ManagedElementDependent
CIM_AuthorizationTargetCIM_ManagedElementDependent
CIM_ElementSoftwareIdentityCIM_ManagedElementDependent
CIM_IsSpareCIM_ManagedElementAntecedent
CIM_ProvidesServiceToElementCIM_ManagedElementDependent
CIM_ElementCapabilitiesCIM_ManagedElementManagedElement
CIM_IdentityContextCIM_ManagedElementElementProvidingContext
CIM_LogicalIdentityCIM_ManagedElementSystemElement
CIM_LogicalIdentityCIM_ManagedElementSameElement
CIM_ConcreteIdentityCIM_ManagedElementSystemElement
CIM_ConcreteIdentityCIM_ManagedElementSameElement
CIM_SWRManageableAspectCIM_ManagedElementSystemElement
CIM_MemberOfCollectionCIM_ManagedElementMember
CIM_MemberPrincipalCIM_ManagedElementMember
CIM_ElementInPolicyRoleCollectionCIM_ManagedElementMember
CIM_OwningCollectionElementCIM_ManagedElementOwningElement
CIM_ParametersForMethodCIM_ManagedElementTheMethod
CIM_ParameterValueSourcesCIM_ManagedElementValueSource
CIM_PolicySetAppliesToElementCIM_ManagedElementManagedElement
CIM_AuthorizationRuleAppliesToTargetCIM_ManagedElementManagedElement
CIM_RoleLimitedToTargetCIM_ManagedElementTargetElement
CIM_StatisticsCIM_ManagedElementElement
CIM_SynchronizedCIM_ManagedElementSystemElement
CIM_SynchronizedCIM_ManagedElementSyncedElement
CIM_StorageSynchronizedCIM_ManagedElementSystemElement
CIM_StorageSynchronizedCIM_ManagedElementSyncedElement
CIM_AssignedIdentityCIM_ManagedElementManagedElement
CIM_AuthorizedSubjectCIM_ManagedElementPrivilegedElement
CIM_AuthorizedTargetCIM_ManagedElementTargetElement
CIM_ElementConformsToProfileCIM_ManagedElementManagedElement
CIM_ElementLocationCIM_ManagedElementElement
CIM_ElementProfileCIM_ManagedElementManagedElement
CIM_ElementSecuritySensitivityCIM_ManagedElementManagedElement
CIM_ElementSettingDataCIM_ManagedElementManagedElement
CIM_ElementStatisticalDataCIM_ManagedElementManagedElement
CIM_OwningJobElementCIM_ManagedElementOwningElement
CIM_AffectedJobElementCIM_ManagedElementAffectedElement
CIM_ServiceAffectsElementCIM_ManagedElementAffectedElement
CIM_ServiceAvailableToElementCIM_ManagedElementUserOfService
CIM_SAPAvailableForElementCIM_ManagedElementManagedElement
CIM_ManagementSAPCIM_ManagedElementManagedElement