Ermittlung von Komponenten von DFS-Namespaces

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

Diese Regel ermittelt alle DFS-Namespaces, -Ordner (Links) und Ordnerziele.

Knowledge Base article:

Zusammenfassung

Diese Regel ermittelt durch Ausführen des Befehlszeilentools "Dfsutil.exe" alle DFS-Namespaces, Ordner (Links) und Ordnerziele. Um dieses Objekt verwenden zu können, müssen Sie auf allen Namespaceservern den Agent-Proxy aktivieren, wie im Handbuch zum Management Pack für Dateidienste für System Center Operations Manager 2007 beschrieben.

Auf Servern mit Windows Server 2008 R2 und Windows Server 2008 befindet sich dieses Tool im Ordner "%WINDIR%\System32". Auf Servern mit Windows Server 2003 befindet sich das Tool im Ordner "%Program Files%\Support Tools", wenn Sie die Supporttools im Standardverzeichnis installieren.

Konfiguration

Benutzer mit der Berechtigung "Autor" oder "Administrator" in Operations Manager können Außerkraftsetzungen verwenden, um folgende Parameter zu ändern:

Zusätzliche Informationen

Handbuch zum Management Pack für Dateidienste 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>