Windows Server 2012 R2 NLB 業集探索 (基於事件)

Microsoft.Windows.NetworkLoadBalancing.2012.R2.Cluster.EventBasedDiscovery (Discovery)

此規則可探索 Windows Server 2012 R2 NLB 業集。其中包括叢集節點的探索與每個節點的屬性。與此管理套件中的其他 NLB 叢集探索規則不同,此規則僅在回應叢集設定產生變更時 NLB 驅動程式記錄的事件 12289 時執行。

Knowledge Base article:

摘要

此規則可探索 Windows Server 2012 R2 NLB 業集。其中包括叢集節點的探索與每個節點的屬性。與此管理套件中的其他 NLB 叢集探索規則不同,此規則僅在回應叢集設定產生變更時 NLB 驅動程式記錄的事件 12289 時執行。

設定

您可以為此探索設定逾時值。逾時值以秒為單位。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.Computer
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.NetworkLoadBalancing.6.2.ClusterDiscovery.EventBasedDataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.NetworkLoadBalancing.2012.R2.Cluster.EventBasedDiscovery" Enabled="true" Target="Win2012R2!Microsoft.Windows.Server.2012.R2.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.NetworkLoadBalancing.2012.R2.ServerRole">
<Property TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.ServerRole" PropertyID="ClusterIP"/>
<Property TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.ServerRole" PropertyID="NetworkConnectionName"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.Cluster">
<Property TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.Cluster" PropertyID="IPAddress"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Windows.NetworkLoadBalancing.2012.R2.NetworkAdapter"/>
<DiscoveryRelationship TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.ClusterContainsServerRole"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="NLB2012!Microsoft.Windows.NetworkLoadBalancing.6.2.ClusterDiscovery.EventBasedDataSource">
<OSVersion>6.3</OSVersion>
<TimeoutSeconds>300</TimeoutSeconds>
<NlbRoleClassName>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.2012.R2.ServerRole']$</NlbRoleClassName>
<NetworkCardClassName>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.2012.R2.NetworkAdapter']$</NetworkCardClassName>
<SourceId>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.2012.R2.Cluster.Discovery']$</SourceId>
<ComputerPrincipalName>$Target/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerPrincipalName>
</DataSource>
</Discovery>