Windows AD FSMO Roles Importance
Windows Active Directory FSMO Roles importance:
Which FSMO role is the most important? And
why?
Interesting question which role is most important out of 5 FSMO roles or if one
role fails that will impact the end-user immediately
Most
armature administrators pick the Schema master role, not sure why maybe they
though Schema is very critical to run the Active Directory
Correct
answer is PDC, now the next question why? Will explain role by role what
happens when a FSMO role holder fails to find the answer
Schema Master – Schema Master needed
to update the Schema, we don’t update the schema daily right, when will update
the Schema? While the time of operating system migration, installing new
Exchange version and any other application which requires extending the schema
So if
are Schema Master Server is not available, we can’t able to update the schema
and no way this will going to affect the Active Directory operation and the
end-user
Schema
Master needs to be online and ready to make a schema change, we can plan and
have more time to bring back the Schema Master Server
Domain Naming Master – Domain Naming Master
required to creating a new Domain and creating an application partition, Like
Schema Master we don’t cerate Domain and application partition frequently
So if
are Domain Naming Master Server is not available, we can’t able to create a new
Domain and application partition, it may not affect the user, user event didn’t
aware Domain Naming Master Server is down
Infrastructure Master – Infrastructure
Master updates the cross domain updates, what really updates between
Domains? Whenever user login to Domain the TGT has been created with the list
of access user got through group membership (user group membership details) it
also contain the user membership details from trusted domain, Infrastructure
Master keep this information up-to-date, it update reference information
every 2 days by comparing its data with the Global Catalog (that’s why we don’t
keep Infrastructure Master and GC in same server)
In a
single Domain and single Forest environment there is no impact if the
Infrastructure Master server is down
In a
Multi Domain and Forest environment, there will be impact and we have enough
time to fix the issue before it affect the end-user
RID Master –Every DC is initially
issued 500 RID’s from RID Master Server. RID’s are used to create a new
object on Active Directory, all new objects are created with Security ID (SID)
and RID is the last part of a SID. The RID uniquely identifies a security
principal relative to the local or domain security authority that issued the
SID
When it gets down to 250 (50%) it requests a second pool of
RID’s from the RID master. If RID Master Server is not available the RID pools unable
to be issued to DC’s and DC’s are only able to create a new object depends
on the available RID’s, every DC has anywhere between 250 and 750 RIDs
available, so no immediate impact
PDC – PDC required for Time sync, user login, password changes
and Trust, now you know why the PDC is important FSMO role holder to get back
online, PDC role will impact the end-user immediately and we need to recover
ASAP
The
PDC emulator Primary Domain Controller for backwards compatibility and it’s
responsible for time synchronizing within a domain, also the password master.
Any password change is replicated to the PDC emulator ASAP. If a logon request
fails due to a bad password the logon request is passed to the PDC emulator to
check the password before rejecting the login request.
Comments