IBM.SystemX.BaseSystemNodo hardware Lenovo x86/x64

IBM.SystemX.BaseSystem (ClassType)

Nodo hardware Lenovo x86/x64

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda83ba137-5434-8b62-7327-c31ad25b077a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
IBM.SystemX.BaseSystem:
SystemUUID  string  UUID sistema Lenovo UUID (Universally unique identifier) del nodo hardware false 42  False 
MTAndSN  string  M/T e S/N Lenovo Tipo di macchina e numero di serie del sistema Lenovo del nodo hardware false 256  False 
ModelNumber  string  Modello di sistema Numero di modello del sistema Lenovo del nodo hardware, composto da 3 caratteri alfanumerici false 256  False 
HostPlatformCategory  string  Categoria piattaforma Classificazione delle categorie della piattaforma dell'host del nodo hardware false 256  False 
HostSystemUUID  string  (Lenovo interno) Nodo Lenovo HW - UUID sistema host UUID di sistema dell'host in cui è presente in nodo hardware false 42  False 
ContainerHostID  string  (Lenovo interno) Nodo Lenovo HW - Nome contenitore fisico Nome del contenitore fisico in cui risiede fisicamente il nodo hardware false 256  False 
ContainerHostUUID  string  (Lenovo interno) Nodo Lenovo HW - UUID di sistema del contenitore fisico UUID di sistema del contenitore fisico in cui risiede fisicamente il nodo hardware false 42  False 
HostPrincipalName  string  Nodo Lenovo HW - Nome principal SO Nome principal dell'host del nodo hardware true 256  False 
HostPlatformAgentInfo  string  Nodo Lenovo HW - Platform Agent SO Platform Agent sull'host del nodo hardware false 256  False 
FirmwareType  string  Tipo di firmware Tipi di firmware del nodo hardware, BIOS o UEFI false 256  False 
FirmwareVersion  string  Versione firmware Versione del firmware sul nodo hardware false 256  False 
HyperthreadingEnabled  string  (Riservato Lenovo) Riservato (proprietà oggetto) false 256  False 
ProcessorSocketCapacity  string  Capacità massima socket processore Numero massimo di socket processore sul nodo hardware false 256  False 
MemorySlotCapacity  string  Capacità massima alloggiamenti di memoria Numero massimo di alloggiamenti di memoria sul nodo hardware false 256  False 
ExpansionSlotCapacity  string  Capacità massima alloggiamenti di espansione Numero massimo di alloggiamenti di espansione sul nodo hardware false 256  False 
PowerSupplyCapacity  string  Capacità massima alimentatori Numero massimo di alimentatori sul nodo hardware 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>