DFS-N: 폴더 겹침

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

이 개체는 DFS 네임스페이스 이벤트 14545를 찾아 겹치는 DFS 폴더(링크)가 있는지 모니터링하고, 있으면 경고를 생성합니다.

Knowledge Base article:

요약

이 개체는 DFS 네임스페이스 이벤트 14545를 찾아 겹치는 DFS 폴더(링크)가 있는지 모니터링하고, 있으면 경고를 생성합니다.

원인

스크립트가 여러 네임스페이스 서버의 도메인 기반 네임스페이스(Windows Server 2008 모드)에 동일한 DFS 폴더를 거의 동시에 만들려고 하면 DFS Namespace 서비스가 동일한 이름의 폴더 2개를 만들 수 있습니다.

해결 방법

중복 폴더를 제거하려면 네임스페이스가 있는 도메인에서 Domain Admins 그룹의 구성원이어야 합니다. 중복 폴더를 제거하려면 DFS 네임스페이스 FAQ(http://go.microsoft.com/fwlink/?LinkId=171023)를 참조하십시오.

추가 정보

DFS 네임스페이스 이벤트 14545(http://go.microsoft.com/fwlink/?LinkId=186550)

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.6.3.RoleService
CategoryCustom
EnabledTrue
Event_ID14545
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
DFS-N: 폴더 겹침
{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.DfsLinkOverlapAlertRule" 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">14545</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>System</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.FileServer.DFSN.6.3.DfsLinkOverlapAlertRule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/Channel$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>