Exchange 2007 ESE and Mailbox Disks Discovery

Microsoft.Exchange2007.Component.Ese.MailboxDisk.Discovery (Discovery)

This workflow discovers ExtensibleStorageEngine, mailbox database disk, mailbox log disk, and their containment relationship.

Knowledge Base article:

External

For more information, see the respective topic at the Microsoft Exchange Server TechCenter.

Element properties:

TargetMicrosoft.Exchange2007.ServerRole.CcrNode
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Exchange2007.Component.Ese.Database.Disk.Discovery.DS Default

Source Code:

<Discovery ID="Microsoft.Exchange2007.Component.Ese.MailboxDisk.Discovery" Enabled="onEssentialMonitoring" Target="ExLibrary!Microsoft.Exchange2007.ServerRole.CcrNode" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="ExLibrary!Microsoft.Exchange2007.Component.Ese">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="ExLibrary!Microsoft.Exchange2007.Component.Disk.MailboxDB">
<Property TypeID="ExLibrary!Microsoft.Exchange2007.Component.Disk" PropertyID="DeviceID"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="ExLibrary!Microsoft.Exchange2007.Component.Disk.MailboxLog">
<Property TypeID="ExLibrary!Microsoft.Exchange2007.Component.Disk" PropertyID="DeviceID"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="ExLibrary!Microsoft.Exchange2007.Component.LogShipping">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="ExLibrary!Microsoft.Exchange2007.ServerRole.CcrNode.Contains.Ese"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Exchange2007.Component.Ese.Database.Disk.Discovery.DS">
<ClassId>$MPElement[Name="ExLibrary!Microsoft.Exchange2007.ServerRole.CcrNode"]$</ClassId>
<RoleName>$Target/Property[Type="ExLibrary!Microsoft.Exchange2007.ServerRole"]/RoleName$</RoleName>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>