Identifiering av Windows Server 2012 R2 NLB-kluster (händelsebaserad)

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

Den här regeln identifierar Windows Server 2012 R2 NLB-kluster. Det inkluderar identifieringen av klusternoder och egenskaper för varje nod. Till skillnad från den andra NLB-klusteridentifieringsregeln i det här hanteringspaketet, körs den här regeln bara som svar på händelse 12289 som har loggats av NLB-drivrutinen när klusterkonfigurationen ändras.

Knowledge Base article:

Sammanfattning

Den här regeln identifierar Windows Server 2012 R2 NLB-kluster. Det inkluderar identifieringen av klusternoder och egenskaper för varje nod. Till skillnad från den andra NLB-klusteridentifieringsregeln i det här hanteringspaketet, körs den här regeln bara som svar på händelse 12289 som har loggats av NLB-drivrutinen när klusterkonfigurationen ändras.

Konfiguration

Du kan konfigurera värdet för intervall och tidsgräns för den här identifieringen. Tidsgränsvärdet uttrycks i sekunder.

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>