DFS-N: DFS フォルダーが使用できない

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

このルールは、クライアント コンピューターから DFS フォルダーにアクセスして、DFS フォルダーの可用性を監視します。

Knowledge Base article:

概要

このルールは、クライアント コンピューターから DFS フォルダーにアクセスして、DFS フォルダーの可用性を監視します。

原因

以下を含むさまざまな理由から、DFS フォルダーが使用不可能になっている可能性があります。

解決方法

DFS 照会キャッシュをフラッシュして、名前空間のヘルスを確認する

この問題を解決するには、次の手順を使用します。

1. Operations Console で、[クライアント アラート] ビューをクリックしてアクセスできないパスを確認します。

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. フォルダーの状態に問題がなく、適切なターゲットの状態がオンラインであることを確認し、Operations Console のモニターをリセットします。

リンク (フォルダー) で問題が発生している場合は、この問題の解決を、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>