Discovery: Index Partition

Microsoft.FASTSearch.MP.Discovery.IndexerPartition (Discovery)

Discover Index Partition instances using WMI (ROOT\Microsoft\FASTSearch\IndexerPartition).

Knowledge Base article:

Summary

This rule discovers FAST Search Server 2010 for SharePoint Index Partition instances using WMI.

Instances are enumerated from the WMI class IndexerPartition (namespace ROOT\Microsoft\FASTSearch).

The default discovery interval is 14619 seconds.

Element properties:

TargetMicrosoft.FASTSearch.MP.Entity.SearchNode
EnabledTrue
Frequency14619
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper Default

Source Code:

<Discovery ID="Microsoft.FASTSearch.MP.Discovery.IndexerPartition" Enabled="true" Target="Microsoft.FASTSearch.MP.Entity.SearchNode" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.FASTSearch.MP.Entity.IndexerPartition">
<Property PropertyID="Id"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>ROOT\Microsoft\FASTSearch</NameSpace>
<Query>SELECT InstanceId FROM IndexerPartition</Query>
<Frequency>14619</Frequency>
<ClassId>$MPElement[Name="Microsoft.FASTSearch.MP.Entity.IndexerPartition"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.FASTSearch.MP.Entity.IndexerPartition"]/Id$</Name>
<Value>$Data/Property[@Name='InstanceId']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>Index Partition $Data/Property[@Name='InstanceId']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>