Dell License Configuration Discovery

Dell.LicenseConfiguration.Discovery (Discovery)

This discovery module configures the license web server url

Knowledge Base article:

Summary

Configures License Server for all Dell Device Helper Utilities running on all management servers in the management group

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryData DataSource Dell.LicenseServerConfiguration.Discovery.DSMT Default

Source Code:

<Discovery ID="Dell.LicenseConfiguration.Discovery" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.LicenseConfigurationDiscovery.Sink"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryData" TypeID="Dell.LicenseServerConfiguration.Discovery.DSMT">
<LogLevel>0</LogLevel>
<Interval>86400</Interval>
<ManagementServerPrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ManagementServerPrincipalName>
<LicenseWebServerURL>http://licensewebserver.company.com:8543/</LicenseWebServerURL>
<TimeOutSeconds>5000</TimeOutSeconds>
</DataSource>
</Discovery>