Komponentidentifiering för DFS-namnområde

Microsoft.Windows.FileServer.DFSN.NamespaceLinksDiscovery (Discovery)

Den här regeln identifierar alla DFS-namnområden, mappar (länkar) och mappmål.

Knowledge Base article:

Sammanfattning

Den här regeln identifierar alla DFS-namnområden, mappar (länkar) och mappmål genom att köra kommandoradsverktyget Dfsutil.exe. Om du vill använda det här objektet måste du aktivera agentproxy på alla namnområdesservrar, vilket beskrivs i guiden för filtjänsthanteringspaket för System Center Operations Manager 2007.

På servrar med Windows Server 2008 R2 och Windows Server 2008 finns verktyget i mappen %WINDIR%\System32. På servrar med Windows Server 2003 finns verktyget i mappen %Program Files%\Support Tools om du installerar supportverktyget på standardplatsen.

Konfiguration

Användare med författar- eller administratörstillstånd i Operations Manager kan använda sig av åsidosättningar för att ändra följande parametrar:

Mer information

Guiden till hanteringspaketet Filtjänster för System Center Operations Manager 2007 (http://go.microsoft.com/fwlink/?LinkId=182615)

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.RootTarget
EnabledFalse
Frequency43200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FileServer.DFSN.Library.NamespaceLinksDiscoveryDataSourceModuleType Microsoft.Windows.FileServer.DFSN.NamespaceDiscoveryAccount

Source Code:

<Discovery ID="Microsoft.Windows.FileServer.DFSN.NamespaceLinksDiscovery" Enabled="false" Target="Microsoft.Windows.FileServer.DFSN.RootTarget" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Custom</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.FileServer.DFSN.Library.NamespaceLink">
<Property TypeID="Microsoft.Windows.FileServer.DFSN.Library.NamespaceLink" PropertyID="LinkName"/>
<Property TypeID="Microsoft.Windows.FileServer.DFSN.Library.NamespaceLink" PropertyID="State"/>
<Property TypeID="Microsoft.Windows.FileServer.DFSN.Library.NamespaceLink" PropertyID="Timeout"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Windows.FileServer.DFSN.Library.LinkTarget">
<Property TypeID="Microsoft.Windows.FileServer.DFSN.Library.LinkTarget" PropertyID="TargetPath"/>
<Property TypeID="Microsoft.Windows.FileServer.DFSN.Library.LinkTarget" PropertyID="State"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="Microsoft.Windows.FileServer.DFSN.NamespaceDiscoveryAccount" TypeID="Microsoft.Windows.FileServer.DFSN.Library.NamespaceLinksDiscoveryDataSourceModuleType">
<IntervalSeconds>43200</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>1800</TimeoutSeconds>
<DfsutilPath/>
<NamespaceName>$Target/Property[Type="Microsoft.Windows.FileServer.DFSN.RootTarget"]/NamespaceName$</NamespaceName>
</DataSource>
</Discovery>