DFS 命名空間元件探索

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

此規則會探索所有 DFS 命名空間、資料夾 (連結) 和資料夾目標。

Knowledge Base article:

摘要

此規則會探索所有 DFS 命名空間、資料夾 (連結) 和資料夾目標,方法是執行 Dfsutil.exe 命令列工具。若要使用此物件,您必須在所有命名空間伺服器上啟用代理程式 Proxy,如適用於 System Center Operations Manager 2007 的《檔案服務管理組件指南》所述。

在執行 Windows Server 2008 R2 和 Windows Server 2008 的伺服器上,此工具位於 %WINDIR%\System32 資料夾。在執行 Windows Server 2003 的伺服器上,如果您將 Support Tools 安裝在預設位置,此工具會位於 %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>