NLB 클러스터 그룹 검색

Microsoft.Windows.NetworkLoadBalancing.Clusters.Discovery (Discovery)

이 검색은 주기적으로 실행되며 검색된 모든 NLB 클러스터를 NLB 클러스터 그룹에 추가합니다. 이 그룹은 NLB 클러스터에 대한 액세스 범위를 지정하는 사용자 역할을 만들거나 구성할 때 사용할 수 있습니다.

Knowledge Base article:

요약

이 검색은 주기적으로 실행되며 검색된 모든 NLB 클러스터를 NLB 클러스터 그룹에 추가합니다. 이 그룹은 NLB 클러스터에 대한 액세스 범위를 지정하는 사용자 역할을 만들거나 구성할 때 사용할 수 있습니다.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.Clusters
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.Windows.NetworkLoadBalancing.Clusters.Discovery" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.Clusters" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.NetworkLoadBalancing.Clusters"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.Cluster']$</MonitoringClass>
<RelationshipClass>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.ClustersGroupContainsClusters']$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>