Discovers Lenovo Hardware Nodes

IBM.HwBaseSystem.DiscoveryRule (Discovery)

Element properties:

TargetIBM.SystemX.Platform
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • IBM.SystemX.BaseSystem
    • DisplayName
    • SystemUUID
    • MTAndSN
    • ModelNumber
    • HostPlatformCategory
    • HostSystemUUID
    • HostPrincipalName
    • HostPlatformAgentInfo
    • FirmwareType
    • FirmwareVersion
    • HyperthreadingEnabled
    • ProcessorSocketCapacity
    • MemorySlotCapacity
    • ExpansionSlotCapacity
    • PowerSupplyCapacity

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource IBM.HwBaseSystem.DiscoveryProvider Default

Source Code:

<Discovery ID="IBM.HwBaseSystem.DiscoveryRule" Target="IBM.SystemX.Platform" Remotable="false" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="IBM.SystemX.BaseSystem">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="SystemUUID"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="MTAndSN"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="ModelNumber"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="HostPlatformCategory"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="HostSystemUUID"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="HostPrincipalName"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="HostPlatformAgentInfo"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="FirmwareType"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="FirmwareVersion"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="HyperthreadingEnabled"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="ProcessorSocketCapacity"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="MemorySlotCapacity"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="ExpansionSlotCapacity"/>
<Property TypeID="IBM.SystemX.BaseSystem" PropertyID="PowerSupplyCapacity"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="IBM.HwBaseSystem.DiscoveryProvider">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>