MSDTC 2012 R2 の DTC の役割の検出

Microsoft.MSDTC.6.3.Discovery (Discovery)

アプリケーション サーバー 2012 R2 の DTC の役割の検出

Knowledge Base article:

概要

Microsoft 分散トランザクション コーディネーター サービス (MSDTC) は、エラーの有無にかかわらずトランザクションを調整するサービスです。これにより、いくつものコンピューターでいくつものリソース マネージャーにわたって行われている作業でも、1 つのトランザクションとしてコミットできます。MSDTC では、スケーラビリティに優れたパフォーマンスの実現のため、疎結合型システムを採用しています。このため、システム、プロセス、通信の障害に強くなっています。

原因

該当なし

解決方法

該当なし

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.Computer
EnabledTrue
Frequency43200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
ScriptProbe DataSource Microsoft.MSDTC.6.3.DataSource.ServiceDiscovery Default

Source Code:

<Discovery ID="Microsoft.MSDTC.6.3.Discovery" Enabled="true" Target="WindowsServer!Microsoft.Windows.Server.2012.R2.Computer" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.MSDTC.6.3.Servers">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="Microsoft.MSDTC.6.3.ServerRole" PropertyID="ServiceName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="ScriptProbe" TypeID="Microsoft.MSDTC.6.3.DataSource.ServiceDiscovery">
<IntervalSeconds>43200</IntervalSeconds>
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IsVirtual>false</IsVirtual>
<LogDetail>true</LogDetail>
<TimeoutSeconds>300</TimeoutSeconds>
<SourceId>$MPElement$</SourceId>
</DataSource>
</Discovery>