Active Directory—3rd lecture
Role of Active Directory
- Transfer of Roles
- Seize of Roles
In Active Directory there are six Roles.
Operation Masters
- Naming Master
- Schema Master
- RID Master
- PDC Emulator
- Infrastructure Master
- Global catalog
One to five master is Flexible Single Master Operation Roles (FSMO Roles)
and the last one is Multi-Master Operations Roles.
1). Naming Master
- Check and Maintain the Uniqueness of the Domain Name in the Whole Forest
- It is Responsible for Adding, Removing and Renaming the domain names in the whole Forest.
2). Schema Master
- The schema is a set of Rules which is used to define the structure of Active Directory.
- The schema contains Definition of all the Objects which are stored in Active Directory
- The schema is further classified into
—Classes
*Class is a template which is used to create an Object.
—Attributes
*Attributes are Properties of an Objects.
note:-Operation Masters Naming Master and Schema master both are forest-wide Roles FRDC.
3). RID Master
- RID stands for Relative Identifiers
- It assigns unique ID's (RIDs) to the Objects which are created in the domain
- Allocates pool of Relative ID's (RIDs) to all Domain controllers within a Domain
- SID + Domain ID+ RID
To check SID open cmd
dsget user cn=sam,cn=users,dc=preem,dc=com -sid
whoami /user
4). PDC Emulator (Primary Domain Controller)
- Acts as a PDC for Windows NT4.0 BDC's in the Domain
- Processes all password updates for clients
- Receives immediate updates from another domain controller when a user's password is changed
- If Synchronizes time between the Domain controllers
5).Infrastructure Master
- Infrastructure Master Maintains and updates the universal Group membership information
- It is used for inter-domain Operations
Roles of Active Directory
Operation Master
Naming Master and Schema Master is forest-wide Roles
RID Master, PDC Emulator, and Infrastructure are Domain Wide Roles
Transfer of Roles
- configure Sys1 DC primary server
- System2 ADC backup server
- System1 DC login as administrator
- open the cmd type command net accounts
- check role primary
- Type on below command
- NTDSUTIL
- Roles
- connecting
- connect to server sys2
- Quit
- transfer naming master hit enter click yes
- transfer Schema master hit enter click yes
- transfer RID master hit enter click yes
- transfer PDC hit enter click yes
- transfer Infrastructure master hit enter click yes
- Quit hit ok
- Quit hit ok
verification
- In Sys1 type net accounts- backup
- In Sys2 type net accounts - Primary
Seize of Roles(if DC is not working )
- shut down the DC primary server
- In ADC backup server login as administrator
- open the cmd net accounts - Backup
- Type on below command
- NTDSUTIL
- Roles
- connecting
- connect to server sys2
- Quit
- Seize naming master hit enter click yes
- Seize Schema master hit enter click yes
- Seize RID master hit enter click yes
- Seize PDC hit enter click yes
- Seize Infrastructure master hit enter click yes
- Quit hit ok
- Quit hit ok
Manual Replication
- Check the connectivity and communication
- In Sys DC open the ADSS console wait it will take the same time
- sites>Default first site name>server>Sys1>NTDS setting(select)
- Right side click on Sys2 accounts and Replicate now click ok
CMD netdom query FSMO
Comments
Post a Comment