MSSQL 2012: Discover DB Group Seed

Microsoft.SQLServer.2012.Discovery.DBFilesPartitionSeed (Discovery)

This discovery rule discovers the file information for each SQL Server 2012 Database.

Knowledge Base article:

Summary

This discovery rule discovers the file information for each SQL Server 2012 Database

Configuration

Use overrides for individual instances, or groups to disable discovery for specific databases or DB Engine instances.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

Element properties:

TargetMicrosoft.SQLServer.2012.DBEngine
EnabledFalse
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2012.DBFilesPartitionSeedDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2012.Discovery.DBFilesPartitionSeed" Enabled="false" Target="Microsoft.SQLServer.2012.DBEngine">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.DBFilesPartitionSeed">
<Property TypeID="Microsoft.SQLServer.2012.DBFilesPartitionSeed" PropertyID="PartitionNumber"/>
<Property TypeID="Microsoft.SQLServer.2012.DBFilesPartitionSeed" PropertyID="PartitionCount"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2012.DBFilesPartitionSeedDiscovery">
<NetworkName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</NetworkName>
<SQLConnectionString>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/ConnectionString$</SQLConnectionString>
<SQLInstanceName>$Target/Property[Type="SQL!Microsoft.SQLServer.ServerRole"]/InstanceName$</SQLInstanceName>
<TimeoutSeconds>300</TimeoutSeconds>
<PartitionCount>10</PartitionCount>
</DataSource>
</Discovery>