IBM.SystemX.BaseSystemIBM x86/x64 Hardware Node

IBM.SystemX.BaseSystem (ClassType)

IBM x86/x64 hardware node

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9a4980a3-6fb2-6291-9692-853527c6f942

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
IBM.SystemX.BaseSystem:
SystemUUID  string  IBM System UUID Universally unique identifier of the hardware node false 42  False 
MTAndSN  string  IBM M/T and S/N IBM system's machine type and serial number of the hardware node false 256  False 
ModelNumber  string  System Model IBM system's model number of the hardware node, of 3 alphanumeric characters false 256  False 
HostPlatformCategory  string  Platform Category Classification of platform categories of the host of the hardware node false 256  False 
HostSystemUUID  string  (IBM Internal) IBM HW Node - Host System UUID System UUID of the host that the hardware node appears in false 42  False 
ContainerHostID  string  (IBM Internal) IBM HW Node - Physical Container's Name Name of the phyiscal container that the hardware node physically resides in false 256  False 
ContainerHostUUID  string  (IBM Internal) IBM HW Node - Physical Container's System UUID System UUID of the phyiscal container that the hardware node physically resides in false 42  False 
HostPrincipalName  string  IBM HW Node - OS Principal Name Principal Name of the host of the hardware node true 256  False 
HostPlatformAgentInfo  string  IBM HW Node - OS Platform Agent Platform Agent on the host of the hardware node false 256  False 
FirmwareType  string  Firmware Type Firmware type of the hardware node, BIOS or UEFI false 256  False 
FirmwareVersion  string  Firmware Version Version of the firmware on the hardware node false 256  False 
HyperthreadingEnabled  string  (IBM Reserved) Reserved (object property) false 256  False 
ProcessorSocketCapacity  string  Max Processor Socket Capacity Maximum number of the processor sockets on the hardware node false 256  False 
MemorySlotCapacity  string  Max Memory Slot Capacity TMaximum number of the memory slots on the hardware node false 256  False 
ExpansionSlotCapacity  string  Max Expansion Slot Capacity Maximum number of the expansion slots on the hardware node false 256  False 
PowerSupplyCapacity  string  Max Power Supply Capacity Maximum number of the power supplies on the hardware node false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.SystemX.BaseSystem" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<!--system identification-->
<Property ID="SystemUUID" Type="string" Key="false" CaseSensitive="false" Length="42" MinLength="0"/>
<!--system info of this hardware node-->
<Property ID="MTAndSN" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ModelNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--host platform's info-->
<Property ID="HostPlatformCategory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HostSystemUUID" Type="string" Key="false" CaseSensitive="false" Length="42" MinLength="0"/>
<!--container info-->
<Property ID="ContainerHostID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ContainerHostUUID" Type="string" Key="false" CaseSensitive="false" Length="42" MinLength="0"/>
<!--host principal name/Agent info-->
<Property ID="HostPrincipalName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HostPlatformAgentInfo" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--firmware info-->
<Property ID="FirmwareType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FirmwareVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HyperthreadingEnabled" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<!--system capacity-->
<Property ID="ProcessorSocketCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MemorySlotCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ExpansionSlotCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PowerSupplyCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>