Global Catalog Server
In a multi-domain environment, what is the main difference between the partitions on a domain controller that is also a global catalog server, versus other domain controllers that are not configured as global catalog servers?
February 10th, 2010 2:24am
the difference is that global catalogs will have a different set of partitions. really, it's an additional set of partitions. in a 2K3 and beyond single-domain forest (we'll call our domain fed.gov), there are 5 partitions (or naming contexts), by default:
domain (fed.gov)
config
schema
domainDNS [app partition] (fed.gov)
forestDNS [app partition] (_msdcs.fed.gov)
now, when you add another domain (say usda) as a child, you add two new partitions:
domain (usda.fed.gov)
domainDNS [app partition] (usda.fed.gov)
a standard (non-gc) dc in the usda.fed.gov domain (let's call him UDC1) would have these 5 default partitions (assuming he's a dns server):
domain (usda.fed.gov)
config
schema
domainDNS [app partition] (usda.fed.gov)
forestDNS [app partition] (_msdcs.fed.gov)
now, if we were to turn UDC1 into a gc, he will pick up a read-only copy of all objects in the domain partition for any other domain in the forest. in this case, that is the fed.gov domain. so now, the partitions on UDC1 will look like this:
domain (usda.fed.gov)
config
schema
domainDNS [app partition] (usda.fed.gov)
forestDNS [app partition] (_msdcs.fed.gov)
domain (fed.gov) <-- read-only copy of all objects
notice that UDC1 did not pick up the domainDNS partition for fed.gov. that's because NDNCs (non-domain naming contexts) are excluded from the global catalog.
also, the more domains you have, the more partitions that a gc will hold. this does mean some replication and storage overhead (which varies by size and volatility of the domain) but generally speaking, it is a good idea to start with the goal of making all dcs into global catalog servers.
hth
/rich
http://cbfive.com/blog
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2010 3:50am
Very nice Rich!
Visit my blog: anITKB.com, an IT Knowledge Base.
February 10th, 2010 4:44am
thx Jorge.
/richhttp://cbfive.com/blog
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2010 4:51am
Yes, great overview Rich. Something else worth mentioning is that the information made available via the GC is a sub-set only. The GC holds information about all objects in the replicated partitions, but only a sub-set of the available attributes. Attributes that are replicated between GCs are known as the Partial Attribute Set (PAS). You have the ability to change the PAS by making modifications to the relevant attribute class schema objects.Tony
February 10th, 2010 6:35am
definitely a good add. i was thinking about it as i was writing and then forgot to include it. thanks for covering me!
/richhttp://cbfive.com/blog
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2010 8:33am
Great Post Rich you must include this in your blog.http://technetfaqs.wordpress.com
February 10th, 2010 9:25am
thx Syed. and i appreciate the great suggestion.
/richhttp://cbfive.com/blog
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2010 9:52pm
You made it much clearer then the exercise manual I am currently working through, good wording Rich!
February 17th, 2010 12:43am
thank you! i've posted a blog entry for this as well which is largely unchanged from the reply above.
http://cbfive.com/blog/post/Global-Catalog-Partitions.aspx
http://cbfive.com/blog
Free Windows Admin Tool Kit Click here and download it now
February 17th, 2010 2:11am


