Dell DRAC/MC Chassis to Modular Server Correlation Discovery

Dell.Chassis89.ModularServer.Correlation.Discovery (Discovery)

Discovery to create relationship between DRAC/MC Chassis and Dell Modular Server

Knowledge Base article:

Summary

Dell DRAC/MC Modular Server Correlation Discovery

This discovery module creates a containment relationship between the discovered DRAC/MC Slots and the Modular Servers. You need to discover both the DRAC/MC Server Modules and Modular Servers before this discovery.

To Discover DRAC/MC Server Modules in the network, follow the instructions in the Dell.OutOfBand.CMC management pack Knowledge Article for "Dell DRAC/MC Slot Discovery" rule to discover DRAC/MC Server Modules

To Discover the modular blades, follow the instructions in the Knowledge Article for "Dell Server Discovery" rule to discover Modular Blades in the Dell DRAC/MC Chassis

Element properties:

TargetDell.ModularChassis.DRACMC
EnabledFalse
Frequency86400
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Dell.ChassisModularServer.Correlation.Discovery.DataSource Default

Source Code:

<Discovery ID="Dell.Chassis89.ModularServer.Correlation.Discovery" Enabled="false" Target="DAD!Dell.ModularChassis.DRACMC" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="DellScalableWindowsServer!Dell.WindowsServer.Server"/>
<DiscoveryClass TypeID="DellModelServer!Dell.Server"/>
<DiscoveryRelationship TypeID="DellDRACMCSlot.Contains.DellWinServer"/>
<DiscoveryRelationship TypeID="DellDRACMCSlot.Contains.DellOOBServer"/>
<DiscoveryRelationship TypeID="DellDRACMCSlot.Contains.DellManagedServer"/>
</DiscoveryTypes>
<DataSource ID="DS1" TypeID="Dell.ChassisModularServer.Correlation.Discovery.DataSource">
<ChassisType>1</ChassisType>
<ChassisManagementIP>$Target/Property[Type="DAD!Dell.ModularChassis.DRACMC"]/IPAddress$</ChassisManagementIP>
<ChassisManagementDeviceKey>$Target/Property[Type="DAD!Dell.ModularChassis.DRACMC"]/DeviceKey$</ChassisManagementDeviceKey>
<PrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<Uid>$Target/Property[Type="DAD!Dell.ModularChassis.DRACMC"]/UID$</Uid>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>600</TimeoutSeconds>
<LogLevel>0</LogLevel>
</DataSource>
</Discovery>