HostContainerProcessorInfo_ci (Staging Table)
FlexNet Manager Suite
2022 R1
(On-Premises)
This data is available only from ADDM 11.0 and later releases.
Data in this staging table may also be saved in HostContainerProcessorInfo.xml on the staging server.
BMC Discovery query
This query extracts data from the
ProcessorInfo
node in the BMC Discovery datastore, and provides the aliases for properties referenced in the table
below:SEARCH ProcessorInfo
WHERE NODECOUNT(TRAVERSE Hardware:Detail:HostContainer:HostContainer) > 0
SHOW
#Hardware:Detail:HostContainer:HostContainer.num_logical_processors
AS 'LogicalProcessors',
#Hardware:Detail:HostContainer:HostContainer.num_cores AS 'Cores',
#Hardware:Detail:HostContainer:HostContainer.num_processors
AS 'Processors',
EXPLODE #Hardware:Detail:HostContainer:HostContainer.#HostContainer:
HostContainment:ContainedHost:Host.#InferredElement:Inference:Associate:
DiscoveryAccess.#DiscoveryAccess:DiscoveryAccessResult:DiscoveryResult:
HostInfo.systemid AS 'SystemID',
EXPLODE #Hardware:Detail:HostContainer:HostContainer.#HostContainer:
HostContainment:ContainedHost:Host.hostid AS 'HostID',
#Hardware:Detail:HostContainer:HostContainer.#HostContainer:HostContainment:
ContainedHost:Host.vendor AS 'Vendor'
Mapping into HostContainerProcessorInfo_ci
Source alias | HostContainerProcessorInfo_ci property | Type | Max |
---|---|---|---|
Cores |
Cores |
smallint |
|
HostID |
HostID |
nvarchar |
255 |
LogicalProcessors |
LogicalProcessors |
smallint |
|
Processors |
Processors |
smallint |
|
SystemID |
SystemID |
nvarchar |
255 |
Vendor |
Vendor |
nvarchar |
255 |
FlexNet Manager Suite (On-Premises)
2022 R1