Windows Server 2012 R2 NLB 群集发现

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

此规则用于发现 Windows Server 2012 R2 NLB 群集。这包括发现群集节点和各个节点的属性。

Knowledge Base article:

摘要

此规则用于发现 Windows Server 2012 R2 NLB 群集。这包括发现群集节点和各个节点的属性。

配置

可为此发现配置间隔和超时值。两个值的单位都为秒。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.Computer
EnabledTrue
Frequency14400
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.DataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.NetworkLoadBalancing.2012.R2.Cluster.Discovery" 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="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.ServerRole" PropertyID="NodeName"/>
<Property TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.ServerRole" PropertyID="DedicatedIPAddress"/>
<Property TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.ServerRole" PropertyID="HostPriority"/>
<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="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.Cluster" PropertyID="DnsName"/>
<Property TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.Cluster" PropertyID="SubnetMask"/>
<Property TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.Cluster" PropertyID="MacAddress"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Windows.NetworkLoadBalancing.2012.R2.NetworkAdapter">
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="AdapterType"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="Index"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="Manufacturer"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="MACAddress"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="ServiceName"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="PerfmonInstance"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="DHCPEnabled"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="DHCPServer"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="DNSDomain"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="IPAddress"/>
<Property TypeID="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter" PropertyID="IPSubnet"/>
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="DeviceID"/>
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="Name"/>
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="Description"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.ClusterContainsServerRole"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="NLB2012!Microsoft.Windows.NetworkLoadBalancing.6.2.ClusterDiscovery.DataSource">
<IntervalSeconds>14400</IntervalSeconds>
<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$</SourceId>
<ComputerPrincipalName>$Target/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerPrincipalName>
</DataSource>
</Discovery>