DFS-N: Lista elementów docelowych folderu jest uszkodzona

Microsoft.Windows.FileServer.DFSN.6.3.TargetListIncorrectAlertRule (Rule)

Ten obiekt wykrywa uszkodzenie listy elementów docelowych folderu (łącza) DFS.

Knowledge Base article:

Podsumowanie

Ten obiekt wykrywa uszkodzenie listy elementów docelowych folderu (łącza) DFS. W przypadku wykrycia uszkodzenia generuje alert. W tym celu sprawdza obecność zdarzenia 14543 usługi Obszary nazw systemu plików DFS.

Przyczyny

Może tak się stać, gdy usługa Obszary nazw systemu plików DFS wykryje uszkodzenie swoich metadanych, którego nie może naprawić automatycznie.

Rozwiązania

Aby rozwiązać ten problem, usuń i utwórz ponownie folder DFS przy użyciu przystawki Zarządzanie systemem plików DFS albo poleceń Dfsutil link remove, Dfsutil link add i Dfsutil target add.

Dodatkowe informacje

Zdarzenie 14543 usługi Obszary nazw systemu plików DFS (http://go.microsoft.com/fwlink/?LinkId=186548)

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.6.3.RoleService
CategoryCustom
EnabledTrue
Event_ID14543
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
DFS-N: Lista elementów docelowych folderu jest uszkodzona
{0}
Event LogSystem

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.6.3.TargetListIncorrectAlertRule" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.6.3.RoleService" 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>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">14543</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>DfsSvc</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.FileServer.DFSN.6.3.TargetListIncorrectAlertRule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/Channel$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>