MSDTC 2012 R2 클러스터형 DTC 역할 검색

Microsoft.MSDTC.6.3.ClusteredRoleDiscovery (Discovery)

MSDTC 2012 R2 클러스터형 역할 검색

Knowledge Base article:

요약

Windows Server 2012 R2에서 실행 중인 클러스터형 MSDTC 역할 검색.

클러스터형 MSDTC 역할 검색

이 검색에서는 먼저 OS 버전을 확인합니다. OS가 Windows Server 2012 R2이면 클러스터형 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.ClusteredRoleDiscovery" 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.ClusteredRoles">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="Microsoft.MSDTC.6.3.ClusteredRoles" PropertyID="RoleName"/>
</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>true</IsVirtual>
<LogDetail>true</LogDetail>
<TimeoutSeconds>300</TimeoutSeconds>
<SourceId>$MPElement$</SourceId>
</DataSource>
</Discovery>