Dell Feature Management Host Discovery

Dell.FMPHostMgmtServer.Discovery (Discovery)

Dell discovery to pick the Feature Management Host amongst the set of Management Servers that have Server Dell Management Suite installed.

Knowledge Base article:

Summary

This discovery runs on all Management Servers of the Management Group/Resource Pool to select one FMP (Feature management pack) host management server to host all Server Suite workflows.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
FMPHost DataSource Dell.FMPHost.Discovery.DataSource Default

Source Code:

<Discovery ID="Dell.FMPHostMgmtServer.Discovery" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.FeatureManagement.SelectedHostMgmtServer"/>
</DiscoveryTypes>
<DataSource ID="FMPHost" TypeID="Dell.FMPHost.Discovery.DataSource">
<DellManagementSuiteId/>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<LogLevel>0</LogLevel>
<FMPType>SuiteServer</FMPType>
<DMSType>SuiteServer</DMSType>
<FMPHostFqdn/>
</DataSource>
</Discovery>