Dell Registry based Server Management Suite Discovery

Dell.FeatureManagement.DellManagementSuiteRegistryBasedDiscovery (Discovery)

Knowledge Base article:

Summary

This discovery discovers management servers where Dell Server Management Pack Suite has been installed.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
EnabledTrue
Frequency86410
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Default

Source Code:

<Discovery ID="Dell.FeatureManagement.DellManagementSuiteRegistryBasedDiscovery" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.FeatureManagement.DMSInstallBase">
<Property PropertyID="dmsInstallationPath"/>
<Property PropertyID="dmsCurrentVersion"/>
<Property PropertyID="mgmtServerId"/>
<Property PropertyID="SuiteServer"/>
<Property PropertyID="SuiteEqualLogic"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>ApplicationYVersion</AttributeName>
<Path>SOFTWARE\Dell\Dell Server Management Pack Suites\CurrentVersion</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>ApplicationYPath</AttributeName>
<Path>SOFTWARE\Dell\Dell Server Management Pack Suites\Path</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>86410</Frequency>
<ClassId>$MPElement[Name="Dell.FeatureManagement.DMSInstallBase"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Dell.FeatureManagement.DMSInstallBase"]/ManagementServer$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>Dell Management Suite</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.FeatureManagement.DMSInstallBase"]/dmsInstallationPath$</Name>
<Value>$Data/Values/ApplicationYPath$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.FeatureManagement.DMSInstallBase"]/dmsCurrentVersion$</Name>
<Value>$Data/Values/ApplicationYVersion$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.FeatureManagement.DMSInstallBase"]/mgmtServerId$</Name>
<Value>$Target/Id$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.FeatureManagement.DMSInstallBase"]/SuiteServer$</Name>
<Value>SuiteServer</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/ApplicationYVersion</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">deprecated</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</Discovery>