InfoScale Storage Version and Feature Discovery

InfoScale.Storage.VersionDiscovery (Discovery)

Discovers servers where InfoScale Storage is installed and features like DMPW and Microsoft Failover Clustering.

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
InfoScale.Storage.Version.AttributeDiscovery DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Default

Source Code:

<Discovery ID="InfoScale.Storage.VersionDiscovery" Enabled="true" Target="MicrosoftWindowsLibrary!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Veritas.InfoScale.Storage.Installation">
<Property TypeID="Veritas.InfoScale.Storage.Installation" PropertyID="InfoScale.Storage.Version"/>
<Property TypeID="Veritas.InfoScale.Storage.Installation" PropertyID="InfoScale.Storage.MSCS.Feature"/>
<Property TypeID="Veritas.InfoScale.Storage.Installation" PropertyID="InfoScale.Storage.DMP.Feature"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="InfoScale.Storage.Version.AttributeDiscovery" TypeID="MicrosoftWindowsLibrary!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>InfoScale.Storage.Version</AttributeName>
<Path>SOFTWARE\VERITAS\VxSvc\CurrentVersion\VolumeManager\Version</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>InfoScale.Storage.MSCS.Feature</AttributeName>
<Path>SOFTWARE\Wow6432Node\Veritas\VPI\{F834E070-8D71-4c4b-B688-06964B88F3E8}\SolutionOptions\vrts.soln.opt.mscs</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>InfoScale.Storage.DMP.Feature</AttributeName>
<Path>SOFTWARE\VERITAS\VxSvc\CurrentVersion\Providers\mpioprov</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>ComputerName</AttributeName>
<Path>SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName\ComputerName</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>3600</Frequency>
<ClassId>$MPElement[Name="Veritas.InfoScale.Storage.Installation"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="SystemLibrary!System.Entity"]/DisplayName$</Name>
<Value>$Target/Property[Type="SystemLibrary!System.Entity"]/DisplayName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Veritas.InfoScale.Storage.Installation"]/InfoScale.Storage.Version$</Name>
<Value>$Data/Values/InfoScale.Storage.Version$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Veritas.InfoScale.Storage.Installation"]/InfoScale.Storage.MSCS.Feature$</Name>
<Value>$Data/Values/InfoScale.Storage.MSCS.Feature$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Veritas.InfoScale.Storage.Installation"]/InfoScale.Storage.DMP.Feature$</Name>
<Value>$Data/Values/InfoScale.Storage.DMP.Feature$</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/InfoScale.Storage.Version</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="String">6.0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/ComputerName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</Discovery>