Determine the ISTG Role Owner for a Site(确定站点的ISTG角色持有者)

问题:

1:ISTG是什么?

2:如何确定ISTG角色?

3:ISTG有什么作用?

4:如何在ISTG上运行KCC,生成站点间的拓扑。

问题1:ISTG是什么?

Applies To: Windows Server 2008, Windows Server 2008 R2

The Intersite Topology Generator (ISTG) is the domain controller in each site that is responsible for generating the intersite topology. (站点间拓扑生成器ISTG是在每个站点的一台域控制器,其负责生成站点间的拓扑)。这里说明ISTG的作用之一是负责生成站点间的拓扑。但是有是人说KCC才负责生成站点间的拓扑,这样的说法其实也可以,因为我们要在ISTG的域控制器上运行KCC,才会生成站点间的复制拓扑,正如问题2中描述的那样,If you want to regenerate the intersite topology, you must determine the identity of the ISTG role owner in a site.

===========================================================

问题2:如何确定ISTG角色?

If you want to regenerate the intersite topology, you must determine the identity of the ISTG role owner in a site. (如果你想生成站点间拓扑,你必须在站点中确定ISTG角色持有者的身份)。

You can use this procedure to view the NTDS Site Settings object properties and determine the ISTG role owner for the site.

(你可以使用这个步骤查看NTDS Site Settings 对象属性,确定站点中ISTG角色的持有者)

Membership in Domain Users, or equivalent, is the minimum required to complete this procedure. Review details about using the appropriate accounts and group memberships at Local and Domain Default Groups (http://go.microsoft.com/fwlink/?LinkId=83477).

To determine the ISTG role owner for a site


  1. Open Active Directory Sites and Services: On the Start menu, point to Administrative Tools, and then click Active Directory Sites and Services.
  2. In the console tree, click the site object whose ISTG role owner you want to determine.
  3. In the details pane, right-click the NTDS Site Settings object, and then click Properties. The current role owner appears in the Server box under Inter-Site Topology Generator.

我们还可以使用Repadmin命令显示站点中拥有ISTG角色的域控制器,Repadmin /?只是显示一些基本的命令,而Repadmin /experthelp,才会显示高级命令的帮助

命令查看持有ISTG角色的域控制器

问题1和问题2均来自:https://technet.microsoft.com/en-us/library/cc794776(v=ws.10).aspx

=============================================================

问题3:ISTG有什么作用?

ISTG is used for replication between sites ie intersite replication . it selects the bridge head server automatically which willl be authorised to replicate information to other bridge head server of other site. If the bridge head server goes down then due to ISTG a new server takes its place and administrator need not to intervene and there is no problem in replication.

ISTG用于两个站点间复制,即站点间复制。ISTG自动选择桥头服务器,其(挑选是桥头服务器)会被授予复制信息到其它站点的的桥头服务器。如果桥头服务器出现故障,那么由于ISTG一个新的服务器会接替这台桥头服务器,管理员不需要干预,复制方面不会出现问题。

问题3来自:http://www.answers.com/Q/What_does_ISTG_do_in_active_directory

==========================================================

问题4:如何在ISTG上运行KCC,生成站点间的拓扑。

Generate the Replication Topology on the ISTG

Applies To: Windows Server 2008, Windows Server 2008 R2

You can use this procedure to generate the intersite replication topology on the intersite topology generator (ISTG). The Knowledge Consistency Checker (KCC) generates the Active Directory replication topology on every domain controller. The KCC runs by default every 15 minutes.

You can force the KCC to run on any domain controller. The topology that is generated depends on the domain controller on which you run the command. You can force the KCC to run as follows:

  • To generate the intersite replication topology, run the KCC on the domain controller in the site that holds the ISTG role.(在站点中持有ISTG角色的域控制器上运行KCC,生成站点间的复制拓扑)
  • To generate the intrasite replication topology, run the KCC on any domain controller in the site that does not hold the ISTG role.(在站点中非ISTG角色持有者的域控制器上运行KCC,生成站点内的复制拓扑)

To generate the replication topology on the ISTG, you must first complete the procedure: Determine the ISTG Role Owner for a Site.

Membership in Enterprise Admins, or equivalent, is the minimum required to complete this procedure. Review details about using the appropriate accounts and group memberships at Local and Domain Default Groups (http://go.microsoft.com/fwlink/?LinkId=83477).

To generate the replication topology on the ISTG


  1. Determine the server that holds the ISTG role for the site.
  2. Open Active Directory Sites and Services: On the Start menu, point to Administrative Tools, and then click Active Directory Sites and Services.
  3. In the console tree, expand Sites, and then expand the site that contains the ISTG on which you want to run the KCC.
  4. Expand Servers, and then click the Server object for the ISTG.
  5. In the details pane, right-click NTDS Settings, click All Tasks, and then click Check Replication Topology.
  6. In the Check Replication Topology message box, click OK.

问题4来自:https://technet.microsoft.com/en-us/library/cc794953(v=ws.10).aspx

时间: 2024-10-04 23:21:11

Determine the ISTG Role Owner for a Site(确定站点的ISTG角色持有者)的相关文章

Oracle11g温习-第十八章:role管理

2013年4月27日 星期六 10:52 role 的功能:简化用户的权限管理 建立角色--给角色授权--将角色授予用户/角色 2.查看系统建立的role SYS @ prod >  select * from dba_roles; ROLE                           PASSWORD ------------------------------ -------- CONNECT                        NO RESOURCE           

Oracle user,role,profile常规操作--用户,权限,角色,配置文件

1 权限查询 1查看所有用户 SQL> select username,account_status,lock_date,expiry_date,default_tablespace from dba_users; SQL> select * from all_users;--3 columns SQL> select * from user_users; 2查看用户系统权限 SQL> select * from dba_sys_privs; SQL> select * fr

Microsoft Azure Web Sites应用与实践【2】—— 通过本地IIS 远程管理Microsoft Azure Web Site

Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft Azure Web Site [3]—— 通过Visual Studio Online在线编辑Microsoft Azure 网站 通过本地IIS 远程管理Microsoft Azure Web Site 在上一篇博文中,我们介绍了Microsoft Azure Web Site的快速生成.假如您之

HTNL5-ARIA role属性

WAI-ARIA Web Accessibility Initiative’s Accessible Rich Internet Applications 无障碍网页倡议–无障碍的富互联网应用,也简称ARIA 是一种技术规范,自称“有桥梁作用的技术” . 所以这样说,是因为在HTML提供相应的语义功能之前,它会使用属性来填补一些语义上的空白. 地标角色(landmark role) 地标角色可以帮助用户识别页面区域,从而让屏幕阅读器用户可以直接跳到这些区域.通常,对这些区域指定role属性就可以

用Jetpack的Site Accelerator为网站CDN加速

Jetpack 的Site Accelerator站点加速器(前身为 Photon,注意:“Photon”现在是站点加速器的一部分)允许 Jetpack 优化图像并通过他们的全球服务器网络CDN提供图片和静态文件(如CSS 和 JavaScript),进而帮助您更快地加载页面. 如何激活站点加速器 在您站点的控制面板上,转到 Jetpack → 设置 → 性能. 在性能和速度部分,将“启用站点加速器”的开关滑动到开启位置. 站点加速器的工作原理 图片 图像 CDN(前身为 Photon)是一项图

windows 2012新建额外域控没有netlogon和SYSVOL共享的解决办法

公司新建域控由于分公司需要辅助域控,就新建了一台额外域控,但是该域控建好后发现组策略不生效,检查sysvol文件夹一片空白,肯定是没有从主域控复制过来,使用dcdiag检查,有下面报错 目录服务器诊断 正在执行初始化设置: 正在尝试查找主服务器... * 正在验证本地计算机 cansinesv02 是否为目录服务器. 主服务器 = cansinesv02 * 正在连接到服务器 cansinesv02 上的目录服务. * 已识别的 AD 林. Collecting AD specific glob

Windows Error Codes

http://www.briandunning.com/error-codes/?source=Windows Windows Error Codes List All Error Codes | Search Errors: FileMaker Error Codes Lasso Error Codes MySQL Error Codes Windows System Errors About this databaseThis is a free public resource. It is

11.2 Data Guard Physical Standby Switchover Best Practices using SQL*Plus (Doc ID 1304939.1)

APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and laterOracle Database Exadata Express Cloud Service - Version N/A and laterOracle Database Exadata Cloud Machine - Vers

软件工程术语(下)

A B C D E F G H I J K L [M] N O P Q R S T U V W X Y Z  major defect主要缺陷      一个工作产品中所存在的那些严重影响产品功能的正确表现.且若在产品开发周期的后期发现将可能比在产品开发前期发现更加难以改正的故障. management管理      软件工程过程中的核心支持工作流程,其目的在于计划和管理开发项目. marshal反串行化      反串行化 (deserialize) 的同义词. measurement dys