DFS-N: AD DS Site Support Table Initialization

Microsoft.Windows.FileServer.DFSN.2003.Service.ADSiteSupportTableInitialization (UnitMonitor)

This object monitors whether DFS Namespaces can initialize the site support table.

Knowledge Base article:

Summary

This object monitors whether DFS Namespaces can initialize the site support table by looking for the presence of DfsSvc event 14524 and creates a Warning alert if initialization fails.

Causes

The Distributed File System service failed to contact a domain controller. This can occur for many reasons including:

Resolutions

Test network connectivity

To test network connectivity with the affected server, use the following procedure:

1. Open a command prompt window and then use the ping command to check basic network connectivity. If the ping command fails, it is likely that the server is not running, or has network problems that require local access to resolve. If Ping is blocked in your network environment, skip this step.

2. If the ping command is successful, test the server’s registration in DNS by using the nslookup command. If the nslookup command fails, there is a problem with DNS. Check the DNS server health or contact the DNS server administrator.

3. If the nslookup command succeeds, it is likely that the shared folder is offline (possibly for maintenance) or there are problems with the permissions on the shared folder.

Test communication with AD DS

To test communication with AD DS, use the dfsdiag /testdcs command. Confirm that all domain controllers report healthy results.

If communication with a domain controller fails, or DFS metadata is inconsistent, try restarting the Distributed File System service. If restarting the Distributed File System service doesn’t help, you might need to restart the affected domain controller.

Restart the Distributed File System service

To restart the service, use the Services snap-in, the Windows PowerShell Start-Service and Stop-Service cmdlets, or command-line tools such as net stop and net start. To restart the service remotely by using the sc command, open a command prompt window and then do the following:

1. To stop the service, type the following command, where <ServerName> is the Universal Naming Convention (UNC) path to the remote server:

sc <ServerName> stop dfs

2. To confirm that the service is in the STOPPED state, type the following command:

sc <ServerName> query dfs

3. To restart the service, type the following command:

sc <ServerName> start dfs

Note To restart a service, you must be a member of the local Administrators group on the affected server.

After confirming that the namespace server can communicate with AD DS, manually reset the monitor to a healthy state.

Additional

DFS Namespaces Event 14524 (http://go.microsoft.com/fwlink/?LinkId=186600)

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.2003.Service
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DFS-N: Could Not Initialize the Site Support Table
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServer.DFSN.2003.Service.ADSiteSupportTableInitialization" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.2003.Service" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServer.DFSN.2003.Service.ADSiteSupportTableInitialization_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<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">14524</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>DfsSvc</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>