CMDB Common
Data Model

Class BMC_Processor

BMC_BaseElement

  |
  +--BMC_SystemComponent
        |
        +--BMC_HardwareSystemComponent
              |
              +--BMC_Processor
Direct Known Subclasses:
None.

The BMC_Processor class stores information about devices that interpret a sequence of machine instructions on a computer. To represent a multiprocessor machine, create one instance of the BMC_Processor class for each processor. This class corresponds to the DMTF CIM_Processor class.
NameValueScopeOptions
CategorizationtrueTOSUBCLASS= falseOVERRIDABLE= false
Name_SpaceBMC.CORENone None

Attribute Summary
integerLevel
Additional information about the processor type. The value depends on the architecture of the processor.
integerMaxClockSpeed
Maximum speed of the processor in megahertz.
integerProcessorArchitecture
Processor design type. Values are x86 (0), MIPS (1), Alpha (2), PowerPC (3), ia64 (4), and PA-RISC (5). No default value.
integerProcessorFamily
Processor family type. Values are Other (0), Unknown (1), 8086 (2), 80286 (3), 80386 (4), 80486 (5), 8087 (6), 80287 (7), 80387 (8), 80487 (9), Pentium(R) brand (10), Pentium(R) Pro (11), Pentium(R) II (12), Pentium(R) processor with MMX(TM) technology (13), Celeron(TM) (14), Pentium(R) II Xeon(TM) (15), Pentium(R) III (16), M1 Family (17), M2 Family (18), K5 Family (19), K6 Family (20), K6-2 (21), K6-3 (22), AMD Athlon(TM) Processor Family (23), AMD(R) Duron(TM) Processor (24), AMD29000 Family (25), K6-2+ (26), Power PC Family (27), Power PC 601 (28), Power PC 603 (29), Power PC 603+ (30), Power PC 604 (31), Power PC 620 (32), Power PC X704 (33), Power PC 750 (34), Alpha Family (35), Alpha 21064 (36), Alpha 21066 (37), Alpha 21164 (38), Alpha 21164PC (39), Alpha 21164a (40), Alpha 21264 (41), Alpha 21364 (42), MIPS Family (43), MIPS R4000 (44), MIPS R4200 (45), MIPS R4400 (46), MIPS R4600 (47), MIPS R10000 (48), SPARC Family (49), SuperSPARC (50), microSPARC II (51), microSPARC IIep (52), UltraSPARC (53), UltraSPARC II (54), UltraSPARC IIi (55), UltraSPARC III (56), UltraSPARC IIIi (57), 68040 (58), 68xxx Family (59), 68000 (60), 68010 (61), 68020 (62), 68030 (63), Hobbit Family (64), Crusoe(TM) TM5000 Family (65), Crusoe(TM) TM3000 Family (66), Weitek (67), Itanium(TM) Processor (68), PA-RISC Family (69), PA-RISC 8500 (70), PA-RISC 8000 (71), PA-RISC 7300LC (72), PA-RISC 7200 (73), PA-RISC 7100LC (74), PA-RISC 7100 (75), V30 Family (76), Pentium(R) III Xeon(TM) (77), Pentium(R) III Processor with Intel(R) SpeedStep(TM) Technology (78), AS400 Family (79), IBM390 Family (80), G4 (81), G5 (82), i860 (83), i960 (84), SH-3 (85), SH-4 (86), ARM (87), StrongARM (88), 6x86 (89), MediaGX (90), MII (91), WinChip (92), DSP (93), Video Processor (94), POWER2 (95), POWER3 (96), POWER4 (97), and POWER5 (98). No default value.
integerProcessorStatus
Current status of the processor. Status indicates processor usage, not the physical condition of the processor. Values are Unknown (0), CPU Enabled (1), CPU Disabled by User via BIOS Setup (2), CPU Disabled By BIOS (POST Error) (3), CPU is Idle (4), Reserved (5), and Other (6). No default value.
integerProcessorType
Processor's primary function. Values are Other (0), Unknown (1), Central Processor (2), Math Processor (3), DSP Processor (4), and Video Processor (5). No default value.
integerUpgradeMethod
CPU socket information, including data about how the processor can be upgraded (if upgrades are supported). Values are Other (0), Unknown (1), Daughter Board (2), ZIF Socket (3), Replacement/Piggy Back (4), None (5), LIF Socket (6), Slot 1 (7), Slot 2 (8), 370 Pin Socket (9), Slot A (10), Slot M (11), Socket 423 (12), and Socket A (Socket 462) (13). No default value.


Attributes inherited from class BMC_HardwareSystemComponent
PNPDeviceID, PowerManagementCapabilities, PowerManagementSupported, SystemAvailability

Attributes inherited from class BMC_SystemComponent
SystemClassId, SystemName

Attributes inherited from class BMC_BaseElement
AccountID, AssignedTo, AttributeDataSourceList, Availability, Category, ClassId, CMDBRowLevelSecurity, CMDBWriteSecurity, CompareActionCode, Confidentiality, CreateDate, DatasetId, deleted, DeleteInstanceTrigger, Description, FailedAutomaticIdentification, History, InstanceId, Integrity, Item, LastModifiedBy, LastREJobrunId, LastScanDate, ManufacturerName, MarkAsDeleted, Model, ModifiedDate, Name, NameFormat, Notes, OpIdWeakReference, OwnerContact, OwnerName, Priority, ReconciliationIdentity, ReferenceInstance, RelLeadClassId, RelLeadInstanceId, RequestId, SerialNumber, ShortDescription, Status, Submitter, Supported, TmpOpOriginationForm, TokenFormat, TokenId, Type, VersionNumber

Attribute Detail

Level

integer Level
Additional information about the processor type. The value depends on the architecture of the processor.

NameValueScopeOptions
FieldId301140900None None
Name_SpaceBMC.CORENone None

MaxClockSpeed

integer MaxClockSpeed
Maximum speed of the processor in megahertz.

NameValueScopeOptions
FieldId301035600None None
MappingStringsMIF.DMTF|Processor|013None None
Name_SpaceBMC.CORENone None
UnitsMegaHertzNone TRANSLATABLE= true

ProcessorArchitecture

integer ProcessorArchitecture
Processor design type. Values are x86 (0), MIPS (1), Alpha (2), PowerPC (3), ia64 (4), and PA-RISC (5). No default value.

NameValueScopeOptions
FieldId301035200None None
Name_SpaceBMC.CORENone None
ValueMap0, 1, 2, 3, 4, 5None None
Valuesx86, MIPS, Alpha, PowerPC, ia64, PA-RISCNone TRANSLATABLE= true

ProcessorFamily

integer ProcessorFamily
Processor family type. Values are Other (0), Unknown (1), 8086 (2), 80286 (3), 80386 (4), 80486 (5), 8087 (6), 80287 (7), 80387 (8), 80487 (9), Pentium(R) brand (10), Pentium(R) Pro (11), Pentium(R) II (12), Pentium(R) processor with MMX(TM) technology (13), Celeron(TM) (14), Pentium(R) II Xeon(TM) (15), Pentium(R) III (16), M1 Family (17), M2 Family (18), K5 Family (19), K6 Family (20), K6-2 (21), K6-3 (22), AMD Athlon(TM) Processor Family (23), AMD(R) Duron(TM) Processor (24), AMD29000 Family (25), K6-2+ (26), Power PC Family (27), Power PC 601 (28), Power PC 603 (29), Power PC 603+ (30), Power PC 604 (31), Power PC 620 (32), Power PC X704 (33), Power PC 750 (34), Alpha Family (35), Alpha 21064 (36), Alpha 21066 (37), Alpha 21164 (38), Alpha 21164PC (39), Alpha 21164a (40), Alpha 21264 (41), Alpha 21364 (42), MIPS Family (43), MIPS R4000 (44), MIPS R4200 (45), MIPS R4400 (46), MIPS R4600 (47), MIPS R10000 (48), SPARC Family (49), SuperSPARC (50), microSPARC II (51), microSPARC IIep (52), UltraSPARC (53), UltraSPARC II (54), UltraSPARC IIi (55), UltraSPARC III (56), UltraSPARC IIIi (57), 68040 (58), 68xxx Family (59), 68000 (60), 68010 (61), 68020 (62), 68030 (63), Hobbit Family (64), Crusoe(TM) TM5000 Family (65), Crusoe(TM) TM3000 Family (66), Weitek (67), Itanium(TM) Processor (68), PA-RISC Family (69), PA-RISC 8500 (70), PA-RISC 8000 (71), PA-RISC 7300LC (72), PA-RISC 7200 (73), PA-RISC 7100LC (74), PA-RISC 7100 (75), V30 Family (76), Pentium(R) III Xeon(TM) (77), Pentium(R) III Processor with Intel(R) SpeedStep(TM) Technology (78), AS400 Family (79), IBM390 Family (80), G4 (81), G5 (82), i860 (83), i960 (84), SH-3 (85), SH-4 (86), ARM (87), StrongARM (88), 6x86 (89), MediaGX (90), MII (91), WinChip (92), DSP (93), Video Processor (94), POWER2 (95), POWER3 (96), POWER4 (97), and POWER5 (98). No default value.

NameValueScopeOptions
FieldId301035500None None
MappingStringsMIF.DMTF|Processor|013None None
ModelCorrespondenceCIM_Processor.OtherFamilyDescriptionNone None
Name_SpaceBMC.CORENone None
ValueMap0, 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, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98None None
ValuesOther, Unknown, 8086, 80286, 80386, 80486, 8087, 80287, 80387, 80487, Pentium(R) brand, Pentium(R) Pro, Pentium(R) II, Pentium(R) processor with MMX(TM) technology, Celeron(TM), Pentium(R) II Xeon(TM), Pentium(R) III, M1 Family, M2 Family, K5 Family, K6 Family, K6-2, K6-3, AMD Athlon(TM) Processor Family, AMD(R) Duron(TM) Processor, AMD29000 Family, K6-2+, Power PC Family, Power PC 601, Power PC 603, Power PC 603+, Power PC 604, Power PC 620, Power PC X704, Power PC 750, Alpha Family, Alpha 21064, Alpha 21066, Alpha 21164, Alpha 21164PC, Alpha 21164a, Alpha 21264, Alpha 21364, MIPS Family, MIPS R4000, MIPS R4200, MIPS R4400, MIPS R4600, MIPS R10000, SPARC Family, SuperSPARC, microSPARC II, microSPARC IIep, UltraSPARC, UltraSPARC II, UltraSPARC IIi, UltraSPARC III, UltraSPARC IIIi, 68040, 68xxx Family, 68000, 68010, 68020, 68030, Hobbit Family, Crusoe(TM) TM5000 Family, Crusoe(TM) TM3000 Family, Weitek, Itanium(TM) Processor, PA-RISC Family, PA-RISC 8500, PA-RISC 8000, PA-RISC 7300LC, PA-RISC 7200, PA-RISC 7100LC, PA-RISC 7100, V30 Family, Pentium(R) III Xeon(TM), Pentium(R) III Processor with Intel(R) SpeedStep(TM) Technology, AS400 Family, IBM390 Family, G4, G5, i860, i960, SH-3, SH-4, ARM, StrongARM, 6x86, MediaGX, MII, WinChip, DSP, Video Processor, POWER2, POWER3, POWER4, POWER5None TRANSLATABLE= true

ProcessorStatus

integer ProcessorStatus
Current status of the processor. Status indicates processor usage, not the physical condition of the processor. Values are Unknown (0), CPU Enabled (1), CPU Disabled by User via BIOS Setup (2), CPU Disabled By BIOS (POST Error) (3), CPU is Idle (4), Reserved (5), and Other (6). No default value.

NameValueScopeOptions
FieldId301140800None None
Name_SpaceBMC.CORENone None
ValueMap0, 1, 2, 3, 4, 5, 6None None
ValuesUnknown, CPU Enabled, CPU Disabled by User via BIOS Setup, CPU Disabled By BIOS (POST Error), CPU is Idle, Reserved, OtherNone TRANSLATABLE= true

ProcessorType

integer ProcessorType
Processor's primary function. Values are Other (0), Unknown (1), Central Processor (2), Math Processor (3), DSP Processor (4), and Video Processor (5). No default value.

NameValueScopeOptions
FieldId301035700None None
Name_SpaceBMC.CORENone None
ValueMap0, 1, 2, 3, 4, 5None None
ValuesOther, Unknown, Central Processor, Math Processor, DSP Processor, Video ProcessorNone TRANSLATABLE= true

UpgradeMethod

integer UpgradeMethod
CPU socket information, including data about how the processor can be upgraded (if upgrades are supported). Values are Other (0), Unknown (1), Daughter Board (2), ZIF Socket (3), Replacement/Piggy Back (4), None (5), LIF Socket (6), Slot 1 (7), Slot 2 (8), 370 Pin Socket (9), Slot A (10), Slot M (11), Socket 423 (12), and Socket A (Socket 462) (13). No default value.

NameValueScopeOptions
FieldId301035800None None
MappingStringsMIF.DMTF|Processor|013None None
Name_SpaceBMC.CORENone None
ValueMap0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13None None
ValuesOther, Unknown, Daughter Board, ZIF Socket, Replacement/Piggy Back, None, LIF Socket, Slot 1, Slot 2, 370 Pin Socket, Slot A, Slot M, Socket 423, Socket A (Socket 462)None TRANSLATABLE= true

Inherited Relationships

NameParent ClassReference Class
BMC_HostedSystemComponentsBMC_SystemComponentBMC_System
BMC_BaseRelationshipBMC_BaseElementBMC_BaseElement
BMC_CIToConfigBaseRelationshipBMC_BaseElementBMC_ConfigBaseElement
BMC_ComponentBMC_BaseElementBMC_BaseElement
BMC_DependencyBMC_BaseElementBMC_BaseElement
BMC_ElementLocationBMC_BaseElementBMC_BaseElement
BMC_FederatedInterfaceLinkBMC_BaseElementBMC_ConfigBaseElement
BMC_FederatedKeyLinkBMC_BaseElementBMC_ConfigBaseElement
BMC_MemberOfCollectionBMC_BaseElementBMC_BaseElement

CMDB Common
Data Model

Copyright 2006 BMC Software, Inc. All rights reserved.