Skip navigation

How do I change the RID Master FSMO?

A. The FAQ What are the FSMO roles in Windows 2000? defines the Relative Identifier (RID) Master. To modify the role, perform the following steps.

  1. Start the Microsoft Management Console (MMC) Active Directory Users and Computers snap-in on the domain controller (DC). (From the Start menu, select Programs, Administrative Tools, Active Directory Users and Computers.)
  2. In the leftmost pane, right-click the domain, and select Connect to Domain Controller.
  3. Select the DC you want to make the Flexible Single-Master Operation (FSMO) role owner, as the Screen shows, and click OK.

  4. Click here to view image

  5. Right-click the domain again, and select Operations Master from the context menu.
  6. Select the RID Pool tab.
  7. You’ll see the name of the machine that holds the RID Master FSMO role, as the Screen shows.

  8. Click here to view image

  9. To make a change, click Change.
  10. Click OK in the confirmation dialog box.
  11. Finally, you’ll see a dialog box confirming the role change.

You can also use the Ntdsutil utility to change the RID Master FSMO. In the following code, enter the commands in bold.

C:\&gt; <b>ntdsutil</b><br>
ntdsutil: <b>roles</b><br>
fsmo maintenance: <b>connections</b><br>
server connections: <b>connect to server <server name></server></b><br>
server connections: <b>quit</b><br>
fsmo maintenance: <b>transfer rid master</b>

Click Yes in the role-transfer dialog box. Then, enter the commands in bold in the following code.

Server "titanic" knows about 5 roles Schema - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com Domain - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com PDC - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com RID - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com Infrastructure - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com<br><br>
fsmo maintenance: <b>quit</b><br>
ntdsutil: <b>quit</b>
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish