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>