MSDTC 2012 R2 DTC 群集角色发现

Microsoft.MSDTC.6.3.ClusteredRoleDiscovery (Discovery)

MSDTC 2012 R2 群集角色发现

Knowledge Base article:

摘要

发现在 Windows Server 2012 R2 上运行的群集 MSDTC 角色。

发现群集 MSDTC 角色

此发现首先检查操作系统版本。如果操作系统为 Windows Server 2012 R2,则它将查找群集 MSDTC 角色,并返回计算机上的群集角色

原因

N/A

解决方案

N/A

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>