ClusterHost_ci (Staging Table)

FlexNet Manager Suite 2022 R2 (On-Premises)

Data in this staging table may also be saved in ClusterHost.xml on the staging server.

BMC Discovery query

This query extracts data from the Cluster node in the BMC Discovery datastore, and provides the aliases for properties referenced in the table below:
SEARCH Cluster
   WHERE (NODECOUNT
         (TRAVERSE HostContainer:HostContainment:ContainedHost:Host) > 0)
   SHOW
    key AS 'ClusterKey',
    EXPLODE #HostContainer:HostContainment:ContainedHost:Host.key 
         AS 'HostKey'

Mapping into ClusterHost_ci

Source alias ClusterHost_ci property Type Max
ClusterKey ClusterKey nvarchar 400
HostKey HostKey varchar 64

FlexNet Manager Suite (On-Premises)

2022 R2