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>