DFS-N: 메타데이터에서 매핑된 네임스페이스 상태

Microsoft.Windows.FileServer.DFSN.Namespace.MetadataStateUnitMonitor (UnitMonitor)

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

Knowledge Base article:

요약

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

원인

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

해결 방법

네임스페이스 사용

Windows Server 2008 R2 또는 Windows Server 2008을 실행하는 컴퓨터에서 관리자 권한 명령 프롬프트를 열고 Dfsutil Property State Online \\[namespace] 명령을 사용합니다.

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

검증

이 문제가 더 이상 없는지 확인하려면 dfsutil root\\[namespace] 명령(Windows Server 2003에서는 dfsutil root\\[namespace]/view 명령)을 사용하여 네임스페이스의 상태를 확인합니다. 루트 상태가 정상이고 모든 네임스페이스 서버의 상태가 온라인인지 확인합니다.

문제를 해결한 후 운영 콘솔에서 이 모니터의 성능 상태를 정상으로 다시 설정합니다.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.Namespace
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.Namespace.MetadataStateUnitMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.Namespace" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.FileServer.DFSN.Library.EntityStateUnitMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId5b8594a4d653463698730670737cc111" MonitorTypeStateID="HealthyState" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId9754da3c6b0f47e38f3b0f3efa4541dc" MonitorTypeStateID="UnhealthyState" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>1800</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<ElementState>$Target/Property[Type="Microsoft.Windows.FileServer.DFSN.Namespace"]/State$</ElementState>
</Configuration>
</UnitMonitor>