DFS-N: DFS 폴더를 사용할 수 없음

Microsoft.Windows.FileServer.DFSN.DfsPathNotReachableClientAlert (Rule)

이 규칙은 클라이언트 컴퓨터에서 액세스하여 DFS 폴더의 가용성을 모니터링합니다.

Knowledge Base article:

요약

이 규칙은 클라이언트 컴퓨터에서 액세스하여 DFS 폴더의 가용성을 모니터링합니다.

원인

다음을 포함하여 DFS 폴더를 사용할 수 없는 이유에는 여러 가지가 있습니다.

해결 방법

DFS 조회 캐시 플러시 및 네임스페이스 상태 확인

이 문제를 해결하려면 다음 절차를 따르십시오.

1. 운영 콘솔에서 클라이언트 경고 보기를 클릭하여 액세스할 수 없는 경로를 확인합니다.

2. 명령 프롬프트 창을 열고 Dfsutil cache referral flush 명령을 사용하여 클라이언트 컴퓨터의 DFS 조회 캐시를 플러시합니다.

3. dfsdiag /testreferral/dfspath:\\[namespace] 명령을 사용하여 네임스페이스의 상태를 확인합니다. 여기서 [namespace]는 네임스페이스 루트입니다. 모든 테스트가 성공을 보고하거나 알려진 위험하지 않은 상태인지 확인합니다.

테스트가 실패하면 DFS 네임스페이스 문제를 해결할 수 있는 기술자에게 이 문제 해결을 보고합니다.

검증

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

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

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

링크(폴더)가 정상이 아니면 DFS 네임스페이스 문제를 해결할 수 있는 기술자에게 이 문제 해결을 보고합니다. 폴더 대상이 오프라인 상태이면 폴더 대상을 호스트하는 서버 문제를 해결합니다.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.Client
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
DFS-N: 클라이언트 컴퓨터에서 폴더 대상(공유 폴더)에 액세스할 수 없음
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.FileServer.DFSN.DfsPathNotReachableClientAlert" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.Client" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">101</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Script</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">DFSNClientSideMonitoring.vbs</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.FileServer.DFSN.DfsPathNotReachableClientAlert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[2]$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>