DELLEMC Enterprise SI Windows Service Computer Group Discovery

EMC.SI.WindowsService.Computer.Group.Discovery (Discovery)

This discovery populates the group containing all the computers running the DELLEMC Enterprise SI Windows Service.

Knowledge Base article:

Summary

This discovery populates the group of all computers that are hosting an DELLEMC Enterprise SI Windows Service.

Additional

For additional information, refer to the DELLEMC Enterprise Storage Integrator for Windows Suite Technical Notes or Online Help.

External

For more information or technical support, refer to DELLEMC Online Support at support.emc.com.

Element properties:

TargetEMC.SI.WindowsService.Computer.Group
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="EMC.SI.WindowsService.Computer.Group.Discovery" Enabled="true" Target="EMC.SI.WindowsService.Computer.Group" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="EMC.SI.WindowsService.Computer.Group"/>
<DiscoveryRelationship TypeID="SCLib!Microsoft.SystemCenter.ComputerGroupContainsComputer"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SCLib!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCLib!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="EMC.SI.WindowsService"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>