Location: Articles

Articles

Articles

Increasing the "rIDAvailablePool" of the domain?

By SuperUser Account on Tuesday, December 18, 2007 10:56 AM

This articles describes how to increase the "rIDAvailablePool" of the domain

For some reason (e.g. disaster recovery) you may want to increase the rIDAvailablePool of the domain. So here is how to do that.
 
  • Start LDP
  • -> Connection -> Connect
  • Enter the FQDN of the RID Master FSMO or leave it blank if LDP is run on the RID Master FSMO
  • Port = 389, Connectionless = unchecked, SSL = unchecked
  • Click OK
  • -> Connection -> Bind
  • Enter a user account with at least domain admin permission and its password and its domain OR leave all blank if the logged on credentials have domain admins permissions
  • Click OK
  • -> View -> Tree
  • Enter the DN of the domain NC for which you want to increase the domain RID pool OR leave blank to use the DN of the domain you are logged on to
  • Click OK
  • Navigate to CN=RID Manager$,CN=System,DC=<DOMAIN>,DC=<TLD>
  • Doubleclick on CN=RID Manager$,CN=System,DC=<DOMAIN>,DC=<TLD>
  • Rightclikc on CN=RID Manager$,CN=System,DC=<DOMAIN>,DC=<TLD>
  • In the right screen copy the NAME of the attribute called rIDAvailablePool and insert that into field called "attribute:"
  • In the right screen copy the VALUE of the attribute called rIDAvailablePool (e.g. 4611686014132422714) ADD the value YOU want to increase (e.g. 100000) and insert the total result (e.g. 4611686014132522714) into the field called "values:"
  • For the operation check REPLACE
  • Click on ENTER
  • On the "Entry List" you should see something like: "[Replace]rIDAvailablePool: 4611686014132522714" (without quotes)
  • Check "Synchronous"
  • Uncheck "Extended"
  • Click on RUN
  • Click on CLOSE
  • Check the result on the right window. You should see something like:
 
***Call Modify...
ldap_modify_s(ld, 'CN=RID Manager$,CN=System,DC=<DOMAIN>,DC=<TLD>',[1] attrs);
Modified "CN=RID Manager$,CN=System,DC=<DOMAIN>,DC=<TLD>".
 
* Close LDP
 

The rIDAvailablePool is now increased

 

Make sure you test this FIRST in a TEST ENVIRONMENT!!!
 
Cheers,
Jorge
Comments

By pramod @ Saturday, May 24, 2008 5:12 AM

article on RID pool increasing


By Paul May @ Thursday, December 18, 2008 6:11 AM

Hi

The same way was performed at a microsoft DR course I went on last week. I pointed out the same thing in the course... why not just use ADSIedit to do this?

Open up ADSIedit with domain admin rights in the domain you wish to increase the RID pool in, open up the Domain NC, then the System folder.

The RID Manager$ object sits within this folder, double click it and navigate to the rIDAvailablePool attribute. Now press edit, enter the new value of +100,000 or whatever you like and press OK.

Slightly easier than doing it via LDP I feel.


You must be logged in to post a comment. You can login here
Copyright 2009 ActiveDir.org
Terms Of Use