class CIM_ArchitectureCheck : CIM_Check



Description:

ArchitectureCheck specifies the hardware platform on which a SoftwareElement can run. The details of this Check are compared with the information found in the CIM_Processor object, related to the CIM_ComputerSystem instance that describes the environment (related by the association, CIM_ComputerSystemProcessor). There should be at least one CIM_Processor that satisfies the details of the Check. In other words, all the processors on the relevant computer system do not need to satisfy the Check.

Definition:

Feature Type Class Origin Qualifiers
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.
Name string CIM_Check
Key TRUE
Description The name used to identify the SoftwareElement that is being checked.
MaxLen 256
Propagated CIM_SoftwareElement.Name
Version string CIM_Check
Key TRUE
Description The version of the SoftwareElement being checked.
MaxLen 64
Propagated CIM_SoftwareElement.Version
SoftwareElementState uint16 CIM_Check
Key TRUE
Description The SoftwareElementState of the SoftwareElement being checked.
ValueMap 0, 1, 2, 3
Values "Deployable" [0]
"Installable" [1]
"Executable" [2]
"Running" [3]
Propagated CIM_SoftwareElement.SoftwareElementState
SoftwareElementID string CIM_Check
Key TRUE
Description This is an identifier for the SoftwareElement being checked.
MaxLen 256
Propagated CIM_SoftwareElement.SoftwareElementID
TargetOperatingSystem uint16 CIM_Check
Key TRUE
Description The Target Operating System of the SoftwareElement being checked.
ValueMap 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77
Values "Unknown" [0]
"Other" [1]
"MACOS" [2]
"ATTUNIX" [3]
"DGUX" [4]
"DECNT" [5]
"Tru64 UNIX" [6]
"OpenVMS" [7]
"HPUX" [8]
"AIX" [9]
"MVS" [10]
"OS400" [11]
"OS/2" [12]
"JavaVM" [13]
"MSDOS" [14]
"WIN3x" [15]
"WIN95" [16]
"WIN98" [17]
"WINNT" [18]
"WINCE" [19]
"NCR3000" [20]
"NetWare" [21]
"OSF" [22]
"DC/OS" [23]
"Reliant UNIX" [24]
"SCO UnixWare" [25]
"SCO OpenServer" [26]
"Sequent" [27]
"IRIX" [28]
"Solaris" [29]
"SunOS" [30]
"U6000" [31]
"ASERIES" [32]
"HP NonStop OS" [33]
"HP NonStop OSS" [34]
"BS2000" [35]
"LINUX" [36]
"Lynx" [37]
"XENIX" [38]
"VM" [39]
"Interactive UNIX" [40]
"BSDUNIX" [41]
"FreeBSD" [42]
"NetBSD" [43]
"GNU Hurd" [44]
"OS9" [45]
"MACH Kernel" [46]
"Inferno" [47]
"QNX" [48]
"EPOC" [49]
"IxWorks" [50]
"VxWorks" [51]
"MiNT" [52]
"BeOS" [53]
"HP MPE" [54]
"NextStep" [55]
"PalmPilot" [56]
"Rhapsody" [57]
"Windows 2000" [58]
"Dedicated" [59]
"OS/390" [60]
"VSE" [61]
"TPF" [62]
"Windows (R) Me" [63]
"Caldera Open UNIX" [64]
"OpenBSD" [65]
"Not Applicable" [66]
"Windows XP" [67]
"z/OS" [68]
"Microsoft Windows Server 2003" [69]
"Microsoft Windows Server 2003 64-Bit" [70]
"Windows XP 64-Bit" [71]
"Windows XP Embedded" [72]
"Windows Vista" [73]
"Windows Vista 64-Bit" [74]
"Windows Embedded for Point of Service" [75]
"Microsoft Windows Server 2008" [76]
"Microsoft Windows Server 2008 64-Bit" [77]
Propagated CIM_SoftwareElement.TargetOperatingSystem
CheckID string CIM_Check
Key TRUE
Description An identifier used in conjunction with other keys to uniquely identify the Check.
MaxLen 256
CheckMode boolean CIM_Check
Description The CheckMode property is used to indicate whether the condition is expected to exist or not exist in the environment. When the value is True, the condition is expected to exist (e.g., a file is expected to be on a system), so the Invoke methods are expected to return True. When the value is False, the condition is not expected to exist (e.g., a file is not to be on a system), so the Invoke methods are expected to return False.
Invoke method CIM_Check
Description The Invoke method evaluates this Check. The details of the evaluation are described by the specific subclasses of CIM_Check. When the SoftwareElement being checked is already installed, the CIM_InstalledSoftwareElement association identifies the CIM_ComputerSystem in whose context the Invoke is executed. If this association is not in place, then the InvokeOnSystem method should be used - since it identifies the TargetSystem as an input parameter of the method. The results of the Invoke method are based on the return value. A zero is returned if the condition is satisfied. A one is returned if the method is not supported. Any other value indicates the condition is not satisfied.
InvokeOnSystem method CIM_Check
Description The InvokeOnSystem method evaluates this Check. The details of the evaluation are described by the specific subclasses of CIM_Check. The method's TargetSystem input parameter specifies the ComputerSystem in whose context the method is invoked. The results of the InvokeOnSystem method are based on the return value. A zero is returned if the condition is satisfied. A one is returned if the method is not supported. Any other value indicates the condition is not satisfied.
ArchitectureType uint16 CIM_ArchitectureCheck
Description The ArchitectureType property identifies a particular type of architecture or architectural family that is required to properly execute a particular SoftwareElement. The intent is to capture the details about the machine instructions exploited by the executables of the SoftwareElement.
ValueMap 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 48, 49, 50, 51, 52, 53, 54, 55, 64, 65, 66, 67, 68, 69, 80, 81, 82, 83, 84, 85, 86, 87, 88, 96, 97, 98, 99, 100, 101, 112, 120, 121, 122, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 200, 201, 202, 203, 204, 210, 211, 212, 213, 230, 231, 250, 251, 254, 255, 260, 261, 280, 281, 300, 301, 302, 320, 350, 500, 65534, 65535
Values "Other" [1]
"Unknown" [2]
"8086" [3]
"80286" [4]
"80386" [5]
"80486" [6]
"8087" [7]
"80287" [8]
"80387" [9]
"80487" [10]
"Pentium(R) brand" [11]
"Pentium(R) Pro" [12]
"Pentium(R) II" [13]
"Pentium(R) processor with MMX(TM) technology" [14]
"Celeron(TM)" [15]
"Pentium(R) II Xeon(TM)" [16]
"Pentium(R) III" [17]
"M1 Family" [18]
"M2 Family" [19]
"K5 Family" [24]
"K6 Family" [25]
"K6-2" [26]
"K6-3" [27]
"AMD Athlon(TM) Processor Family" [28]
"AMD(R) Duron(TM) Processor" [29]
"AMD29000 Family" [30]
"K6-2+" [31]
"Power PC Family" [32]
"Power PC 601" [33]
"Power PC 603" [34]
"Power PC 603+" [35]
"Power PC 604" [36]
"Power PC 620" [37]
"Power PC X704" [38]
"Power PC 750" [39]
"Alpha Family" [48]
"Alpha 21064" [49]
"Alpha 21066" [50]
"Alpha 21164" [51]
"Alpha 21164PC" [52]
"Alpha 21164a" [53]
"Alpha 21264" [54]
"Alpha 21364" [55]
"MIPS Family" [64]
"MIPS R4000" [65]
"MIPS R4200" [66]
"MIPS R4400" [67]
"MIPS R4600" [68]
"MIPS R10000" [69]
"SPARC Family" [80]
"SuperSPARC" [81]
"microSPARC II" [82]
"microSPARC IIep" [83]
"UltraSPARC" [84]
"UltraSPARC II" [85]
"UltraSPARC IIi" [86]
"UltraSPARC III" [87]
"UltraSPARC IIIi" [88]
"68040" [96]
"68xxx Family" [97]
"68000" [98]
"68010" [99]
"68020" [100]
"68030" [101]
"Hobbit Family" [112]
"Crusoe(TM) TM5000 Family" [120]
"Crusoe(TM) TM3000 Family" [121]
"Efficeon(TM) TM8000 Family" [122]
"Weitek" [128]
"Itanium(TM) Processor" [130]
"AMD Athlon(TM) 64 Processor Family" [131]
"AMD Opteron(TM) Processor Family" [132]
"AMD Sempron(TM) Processor Family" [133]
"AMD Turion(TM) 64 Mobile Technology" [134]
"Dual-Core AMD Opteron(TM) Processor Family" [135]
"AMD Athlon(TM) 64 X2 Dual-Core Processor Family" [136]
"AMD Turion(TM) 64 X2 Mobile Technology" [137]
"Quad-Core AMD Opteron(TM) Processor Family" [138]
"Third-Generation AMD Opteron(TM) Processor Family" [139]
"AMD Phenom(TM) FX Quad-Core Processor Family" [140]
"AMD Phenom(TM) X4 Quad-Core Processor Family" [141]
"AMD Phenom(TM) X2 Dual-Core Processor Family" [142]
"AMD Athlon(TM) X2 Dual-Core Processor Family" [143]
"PA-RISC Family" [144]
"PA-RISC 8500" [145]
"PA-RISC 8000" [146]
"PA-RISC 7300LC" [147]
"PA-RISC 7200" [148]
"PA-RISC 7100LC" [149]
"PA-RISC 7100" [150]
"V30 Family" [160]
"Pentium(R) III Xeon(TM)" [176]
"Pentium(R) III Processor with Intel(R) SpeedStep(TM) Technology" [177]
"Pentium(R) 4" [178]
"Intel(R) Xeon(TM)" [179]
"AS400 Family" [180]
"Intel(R) Xeon(TM) processor MP" [181]
"AMD Athlon(TM) XP Family" [182]
"AMD Athlon(TM) MP Family" [183]
"Intel(R) Itanium(R) 2" [184]
"Intel(R) Pentium(R) M processor" [185]
"Intel(R) Celeron(R) D processor" [186]
"Intel(R) Pentium(R) D processor" [187]
"Intel(R) Pentium(R) Processor Extreme Edition" [188]
"Intel(R) Core(TM) Solo Processor" [189]
"K7" [190]
"Intel(R) Core(TM)2 Duo Processor" [191]
"S/390 and zSeries Family" [200]
"ESA/390 G4" [201]
"ESA/390 G5" [202]
"ESA/390 G6" [203]
"z/Architectur base" [204]
"VIA C7(TM)-M Processor Family" [210]
"VIA C7(TM)-D Processor Family" [211]
"VIA C7(TM) Processor Family" [212]
"VIA Eden(TM) Processor Family" [213]
"Embedded AMD Opteron(TM) Quad-Core Processor Family" [230]
"AMD Phenom(TM) Triple-Core Processor Family" [231]
"i860" [250]
"i960" [251]
"Reserved (SMBIOS Extension)" [254]
"Reserved (Un-initialized Flash Content - Lo)" [255]
"SH-3" [260]
"SH-4" [261]
"ARM" [280]
"StrongARM" [281]
"6x86" [300]
"MediaGX" [301]
"MII" [302]
"WinChip" [320]
"DSP" [350]
"Video Processor" [500]
"Reserved (For Future Special Purpose Assignment)" [65534]
"Reserved (Un-initialized Flash Content - Hi)" [65535]
MappingStrings MIF.DMTF|Processor|017.3
ModelCorrespondence CIM_Processor.Family

Typographical Conventions:

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