优化命名空间轮询

若要使基于域的命名空间在命名空间服务器之间保持一致,命名空间服务器需要定期轮询 Active Directory 域服务 (AD DS),以获取最新的命名空间数据。

优化命名空间轮询的步骤

按照以下过程优化命名空间轮询的执行方式:

  1. Click Start, point to Administrative Tools, and then click DFS Management.

  2. In the console tree, under the Namespaces node, right-click a domain-based namespace, and then click Properties .

  3. On the Advanced tab, select whether you want the namespace optimized for consistency or scalability.

    • 如果承载命名空间的命名空间服务器不超过 16 个,则选择针对一致性优化
    • 如果命名空间服务器超过 16 个,则选择优化可伸缩性。 这会减少主域控制器 (PDC) 模拟器上的负载,但会增加将对命名空间所做的更改复制到所有命名空间服务器所需的时间。 在将更改复制到所有服务器之前,用户可能会得到该命名空间不一致的视图。

Note

To set the namespace polling mode by using Windows PowerShell, use the Set-DfsnRoot EnableRootScalability cmdlet, which was introduced in Windows Server 2012.

Additional References