Global Catalog and Flexible Single Master Operations (FSMO) Roles

Slides:



Advertisements
Similar presentations
Active Directory and Group Policy Blackhat Amsterdam Raymond Forbes.
Advertisements

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 6 Managing and Administering DNS in Windows Server 2008.
Lesson 16: Configuring Domain Controllers
Chapter 6 Introducing Active Directory
6.1 © 2004 Pearson Education, Inc. Exam Planning, Implementing, and Maintaining a Microsoft Windows Server 2003 Active Directory Infrastructure.
3.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 3: Introducing Active Directory.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 1: Introduction to Windows Server 2003.
Administering Active Directory
Hands-On Microsoft Windows Server 2003 Administration Chapter 3 Administering Active Directory.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 1: Introduction to Windows Server 2003.
3.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 3: Introducing Active Directory.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 1: Introduction to Windows Server 2003.
ADVANCED MICROSOFT ACTIVE DIRECTORY CONCEPTS
Module 1: Installing Active Directory Domain Services
(ITI310) SESSIONS : Active Directory By Eng. BASSEM ALSAID.
11 REVIEWING MICROSOFT ACTIVE DIRECTORY CONCEPTS Chapter 1.
70-294: MCSE Guide to Microsoft Windows Server 2003 Active Directory, Enhanced Chapter 7: Active Directory Replication.
1 Group Account Administration Introduction to Groups Planning a Group Strategy Creating Groups Understanding Default Groups Groups for Administrators.
Module 7: Implementing Sites to Manage Active Directory Replication.
Understand Active Directory Infrastructure
Chapter 7: WORKING WITH GROUPS
Designing Active Directory for Security
Active Directory Boundaries - Purpose Replication Boundaries Security Boundaries.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 1: Introduction to Windows Server 2003.
Active Directory Operations Masters. Overview  Active Directory updates generally multimaster Changes can be made on any DC  Some exceptions — single.
September 18, 2002 Windows 2000 Server Active Directory By Jerry Haggard.
Maintaining Active Directory Domain Services
CN1276 Server Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
Designing Authentication for a Microsoft Windows 2000 Network Designing Authentication in a Microsoft Windows 2000 Network Designing Kerberos Authentication.
Module 7 Active Directory and Account Management.
Module 8: Implementing the Placement of Domain Controllers.
Session 7 Windows Platform Eng. Dina Alkhoudari. Learning Objectives Active Directory review Managing users and groups Single Master Operations Delegation.
Company Confidential 1 A Course on Global Catalog And Flexible Single Master Operations (Fsmo) Roles Prepared for: *Stars* New Horizons Certified Professional.
Module 1: Introduction to Active Directory Infrastructure
Operations Master / FSMO Roles in Active Directory : Suhail Ashfaq Butt.
Global Catalog and Flexible Single Master Operations (FSMO) Roles
Page 1 Active Directory and DNS Lecture 2 Hassan Shuja 09/14/2004.
Chapter 10: Rights, User, and Group Administration.
Module 1: Implementing Active Directory ® Domain Services.
10.1 © 2004 Pearson Education, Inc. Exam Designing a Microsoft ® Windows ® Server 2003 Active Directory and Network Infrastructure Lesson 10: Planning.
1 Chapter Overview Managing Object and Container Permissions Locating and Moving Active Directory Objects Delegating Control Troubleshooting Active Directory.
OVERVIEW OF ACTIVE DIRECTORY
Module 12: Managing Operations Masters
Introduction to Active Directory
© Wiley Inc All Rights Reserved. MCSE: Windows Server 2003 Active Directory Planning, Implementation, and Maintenance Study Guide, Second Edition.
© Compiled by David Brewster Networking Diploma – Orange Group S Class Presentation: Operations Master Roles.
Global Catalog and Flexible Single Master Operations (FSMO) Roles BAI516.
11 GLOBAL CATALOG AND FLEXIBLE SINGLE MASTER OPERATIONS (FSMO) ROLES Chapter 4.
Active Directory Domain Services (AD DS). Identity and Access (IDA) – An IDA infrastructure should: Store information about users, groups, computers and.
Module 9: Managing Operations Masters. Overview Introduction to Operations Master Roles Transferring and Seizing Operations Master Roles Planning the.
Active Directories: Purpose and Structure Chrystom Ciganko IFMG352 Final Presentation.
Overview of Active Directory Domain Services
Module Overview Installing and Configuring a Network Policy Server
Active Directory Replication (Part 1) Paige Verwolf Support Professional Microsoft Corporation © 1999 Microsoft Corporation. All rights reserved.
Implementing Active Directory Domain Services
Overview of Active Directory Domain Services
Active Directory Fundamentals
Active Directory and Group Policy
Active Directory Administration
(ITI310) SESSIONS 6-7-8: Active Directory.
Objectives Differentiate between the different editions of Windows Server 2003 Explain Windows Server 2003 network models and server roles Identify concepts.
Global Catalog and Flexible Single Master Operations (FSMO) Roles
Examining a Windows NT Infrastructure (2)
Microsoft Windows Server 2003 Active Directory Infrastructure
Implementing Active Directory
FSMO Roles and Global Catalog Servers
Prepared by Wasim Ahmad Bhat
Unit 5 NT1330 Client-Server Networking II Date: 7/12/2016
Global Catalog and Flexible Single Master Operations (FSMO) Roles
CNT 4603: System Administration Fall 2010
Presentation transcript:

Global Catalog and Flexible Single Master Operations (FSMO) Roles Lesson 4

Understanding the Functions of the Global Catalog Facilitating searches for objects in the forest. When a user initiates a search for an object in Active Directory, the request is automatically sent to TCP port 3268. Resolving User Principal Names. Allow user to login using UPN. ITMT 1371 – Window 7 Configuration

Understanding the Functions of the Global Catalog Maintaining universal group membership information. Contains users, groups and computers from any domain in the forest. Maintaining a copy of all objects in the domain A complete copy of all objects from the host server’s local domain. A partial copy of all objects (partial attribute set) from other domains within the same forest.

Global Catalog By default, the first domain controller installed in the forest root domain is designated as a global catalog server. Any or all domain controllers in a domain can be designated as global catalog server. The disadvantage of having all domain controllers as global catalogs is the increased traffic since forest information is replicated to all global catalogs.

Global Catalog Global catalog placement considerations include: The speed and reliability of the WAN link. The amount of traffic that will be generated by replication. The size of the global catalog database. Global catalogs are identified with DNS through the SRV records (global catalog, or _gc, service).

Universal Group Membership Caching Used for sites that do not have a global catalog server available. Available with Windows Server 2003 and Windows Server 2008. Stores universal group memberships on a local domain controller that can be used for logon to the domain, eliminating the need for frequent access to a global catalog server.

Universal Group Membership Caching Allows domain controllers to process a logon or resource request without the presence of a global catalog server. Assuming a user has successfully logged on when a global catalog server was available and universal group membership caching was enabled. Enabled on a per-site basis. By default, cache is refreshed every eight hours.

Universal Group Membership Caching It eliminates the need to place a global catalog in a remote location where the link speed is slow or unreliable. It provides better logon performance for users with cached information. It minimizes WAN usage for replication traffic because the domain controller does not have to hold information about forest-wide objects. In addition, these remote domain controllers are not listed in DNS as providers of global catalog services for the forest, further reducing bandwidth constraints.

Global Catalog and Universal Group Caching If universal group caching is not available to record the user’s information into cache and the global catalog server goes offline, the logon attempt will fail. Administrators will be the only ones able to log on.

Configuring an Additional Global Catalog Server Use Active Directory Sites and Services from the Administrative Tools folder. Demonstrate this.

Enabling Universal Group Membership Caching Use Active Directory Sites and Services. Demonstrate this also.

Flexible Single Master Operations (FSMO) Roles To keep a tight control on certain sensitive or special operations, Active Directory uses Flexible Single Master Operations (FSMO) roles. Relative Identifier Master. Infrastructure Master. Primary Domain Controller (PDC) Emulator. Domain Naming Master. Schema Master.

Relative Identifier (RID) Master Domain specific (one per domain). Responsible for assigning relative identifiers (RID) to domain controllers in the domain. Relative identifiers are variable-length numbers assigned by a domain controller when a new object is created.

Infrastructure Master Domain specific (one per domain). Responsible for replicating changes to an object’s security identifier (SID) or distinguished name (DN). Infrastructure Master and Global Catalog works closely together. For best practice, you should place Infrastructure Master and Global Catalog in separate domain controllers.

Primary Domain Controller (PDC) Emulator Domain specific (one per domain). Manages account lockouts. Manages time synchronization for the domain. Manages password changes. When a password is changed, it provides immediate replication to other domain controllers in the domain. Managing edits to Group Policy Objects (GPOs)

Domain Naming Master Forest specific (one per forest). Has the authority to manage the creation and deletion of domains, domain trees, and application data partitions in the forest. When any of these is created, the Domain Naming Master ensures that the name assigned is unique to the forest.

Schema Master Forest specific (one per forest). Responsible for managing changes to the Active Directory schema.

Flexible Single Master Operations (FSMO) Roles When you install the first domain controller in a new forest, that domain controller holds both of the forest-wide FSMOs as well as the three domain-wide FSMOs for the forest root domain. Review all 5 again and emphasize which ones are one per domain and one per forest. The two that are forest have a function that direct for the entire forest. Domain naming and schema.

Managing FSMO Roles Role transfer - Used to move a FSMO role gracefully from one domain controller to another. Role seizure - Used only when you have experienced a failure of a domain controller that holds a FSMO role and you forced an ungraceful transfer.

Viewing or transferring Domain-Wide FSMO Role Holders Open the Active Directory Users and Computers MMC snap-in. Right-click the Active Directory Users and Computers node, click All Tasks, and select Operations Masters. Demonstrate this.

Viewing or Transferring the Domain Naming Master FSMO Role Holder In Active Directory Domains and Trusts, right-click the Active Directory Domains and Trusts node and select Change Operations Master. Demonstrate this.

Viewing or Transferring the Schema Master FSMO Role Holder Open the Active Directory Schema snap-in. Right-click Active Directory Schema from the console tree and select Change Operations Master. Remember that before you can access the Active Directory Schema snap-in, you need to register the schmmgmt.dll DLL file using the following syntax: regsvr32 schmmgmt.dll Reemphasize this. This will be on the exam.

Seizing a FSMO Role Use the ntdsutil command to access the fmso maintenance prompt and use the seize command. Demonstrate ntdsutil command.

Summary The global catalog server acts as a central repository for Active Directory by holding a complete copy of all objects within its local domain and a partial copy of all objects from other domains within the same forest. The global catalog has three main functions: the facilitation of searches for objects in the forest, resolution of UPN names, and provision of universal group membership information.

Summary A global catalog should be placed in each site when possible. As an alternate solution when a site is across an unreliable WAN link, universal group membership caching can be enabled for the site to facilitate logon requests.

Summary Global catalog placement considerations include the speed and reliability of the WAN link, the amount of traffic that will be generated by replication, the size of the global catalog database, and the applications that might require use of port 3268 for resolution. Operations master roles are assigned to domain controllers to perform single-master operations.

Summary The Schema Master and Domain Naming Master roles are forest-wide. Every forest must have one and only one of each of these roles. The RID Master, PDC Emulator, and Infrastructure Master roles are domain-wide. Every domain must have only one of each of these roles.

Summary The default placement of FSMO roles is sufficient for a single-site environment. However, as your network expands, these roles should be divided to increase performance and reliability.

Summary FSMO roles can be managed in two ways: Role transfer - Transfer a FSMO role to other domain controllers in the domain or forest to balance the load among domain controllers or to accommodate domain controller maintenance and hardware upgrades. Role seizure - Seize a FSMO role assignment when a server holding the role fails and you do not intend to restore it. Seizing a FSMO role is a drastic step that should be considered only if the current FSMO role holder will never be available again.