DFS 名前空間コンポーネントの検出

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

このルールは、すべての DFS 名前空間、フォルダー (リンク)、フォルダー ターゲットを検出します。

Knowledge Base article:

概要

このルールは、Dfsutil.exe コマンドライン ツールを実行して、すべての DFS 名前空間、フォルダー (リンク)、フォルダー ターゲットを検出します。このオブジェクトを使用するには、System Center Operations Manager 2007 用のファイル サービス管理パック ガイドでの説明にしたがって、すべての名前空間サーバー上でエージェント プロキシを有効にする必要があります。

Windows Server 2008 R2 および Windows Server 2008 を実行しているサーバー上では、このツールは %WINDIR%\System32 フォルダーにあります。Windows Server 2003 を実行しているサーバー上では、サポート ツールが既定の場所にインストールされている場合、このツールは %Program Files%\Support Tools フォルダーにあります。

構成

Operations Manager で作成者権限または管理者権限を持つユーザーは、上書きを使用して次のパラメーターを変更できます。

追加情報

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>