Seize the AD LDS Schema Master Role
Applies To: Windows Server 2008
The schema master is responsible for performing updates to the Active Directory Lightweight Directory Services (AD LDS) schema. Each configuration set has only one schema master. All write operations to the AD LDS schema can be performed only when connected to the AD LDS instance that holds the schema master role within its configuration set. Those schema updates are replicated from the schema master to all other instances in the configuration set.
Membership in the AD LDS Administrators group, or equivalent, is the minimum required to complete this procedure. Review details about using the appropriate accounts and group memberships at Local and Domain Default Groups (https://go.microsoft.com/fwlink/?LinkId=83477).
To seize the schema master role
To open the command prompt, click Start, right-click Command Prompt, and then click Run as administrator.
At the command prompt, type the following and then press ENTER:
dsmgmt
At the
dsmgmt:
command prompt, type the following and then press ENTER:roles
At the
fsmo maintenance:
command prompt, type the following and then press ENTER:connections
At the
server connections:
command prompt, type the following and then press ENTER:connect to server
computername:portnumberwhere computername:portnumber is the computer name and communications port number of the AD LDS instance that you want to use as the new schema master.
At the
server connections:
command prompt, type the following and then press ENTER:quit
At the
fsmo maintenance:
command prompt, type the following and then press ENTER:seize schema master
Warning
Do not seize the schema master role if you can transfer it instead. Seizing the schema master role is a drastic step that should be considered only if the current operations master will never be available again.
Note
For help with dsmgmt
, type ?
at a dsmgmt
prompt.