Windows 群集服务发现(适用于虚拟服务器)

Microsoft.Windows.Cluster.Service.ForVirtualServer.Discovery (Discovery)

该规则发现用来发现 Windows 群集虚拟服务器的群集服务。

Knowledge Base article:

摘要

此时发现稍后将用来执行虚拟服务器发现的群集服务的实例。

配置

发现使用可替代的频率参数来计划定义间隔的执行。

Element properties:

TargetMicrosoft.Windows.Cluster.Service
EnabledFalse
Frequency7200
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.Cluster.Service.ForVirtualServer.Discovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.Cluster.Service.ForVirtualServer.Discovery" Enabled="false" Target="Microsoft.Windows.Cluster.Service" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes/>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.Cluster.Service.ForVirtualServer.Discovery.ModuleType">
<IntervalSeconds>7200</IntervalSeconds>
</DataSource>
</Discovery>