DFS-N: 메타데이터에서 매핑된 폴더 대상 상태

Microsoft.Windows.FileServer.DFSN.LinkTargetMetadataStateUnitMonitor (UnitMonitor)

이 개체는 네임스페이스 메타데이터에 표시된 DFS 폴더(링크) 대상의 상태를 모니터링하고, 이 상태를 Operations Manager의 폴더 대상 엔터티에 매핑합니다.

Knowledge Base article:

요약

이 개체는 네임스페이스 메타데이터에 표시된 DFS 폴더(링크) 대상의 상태를 모니터링하고, 이 상태를 Operations Manager의 폴더 대상 엔터티에 매핑합니다.

원인

네임스페이스 관리자가 폴더 대상을 사용하지 않도록 설정하면 이 모니터가 위험 상태로 전환됩니다.

해결 방법

폴더 대상 사용

관리자가 사용하지 않도록 설정한 DFS 폴더 대상을 사용하려면 Windows Server 2008을 실행하는 컴퓨터의 관리자 권한 명령 프롬프트에서 Dfsutil Property State Online \\[namespace>\folder]\\[folder_target_path] 명령을 사용합니다.

참고: DFS 폴더 대상을 사용하도록 설정하려면 각 네임스페이스 서버에서 로컬 관리자 그룹의 구성원이어야 합니다.

검증

폴더(링크) 및 폴더 대상이 제대로 작동하는지 확인하려면 다음 절차를 따르십시오.

1. 명령 프롬프트 창을 열고 Dfsutil link\\[namespace\folder] 명령을 사용합니다. 여기서 [namespace]는 네임스페이스 루트이고, [folder]는 폴더 대상이 온라인 상태인지 확인하려는 DFS 폴더입니다(이 명령은 Windows Server 2003에서는 사용할 수 없음).

2. 폴더 상태가 정상이고 해당 대상의 상태가 온라인인지 확인한 다음 운영 콘솔에서 모니터를 다시 설정합니다.

추가 정보

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.Library.LinkTarget
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeMicrosoft.Windows.FileServer.DFSN.Library.EntityStateUnitMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServer.DFSN.LinkTargetMetadataStateUnitMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.Library.LinkTarget" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.FileServer.DFSN.Library.EntityStateUnitMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId7e9343e03b0b44839e391d80bc2fe215" MonitorTypeStateID="HealthyState" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId86e7b4578ee64ad2b47b0b71d8ca6501" MonitorTypeStateID="UnhealthyState" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>43200</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<ElementState>$Target/Property[Type="Microsoft.Windows.FileServer.DFSN.Library.LinkTarget"]/State$</ElementState>
</Configuration>
</UnitMonitor>