QLogic FC Adapter Windows LUN Group Discovery

QLogic.FC.MP.LunGroupDiscovery (Discovery)

Performs the grouping of LUNs discovered.

Knowledge Base article:

Summary

Performs the grouping of LUNs discovered.

Configuration

No configuration is required.

Element properties:

TargetQLogic.FC.MP.LunGroup
EnabledTrue
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
QLogic.FC.MP.LunGroupDiscovery DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="QLogic.FC.MP.LunGroupDiscovery" Enabled="true" Target="QLogic.FC.MP.LunGroup" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Custom</Category>
<DiscoveryTypes/>
<DataSource ID="QLogic.FC.MP.LunGroupDiscovery" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>