Microsoft Windows 2000 Server domain controllers use the
File Replication service (FRS) to automatically replicate data between domain
controllers. In Windows 2000 Server, the contents of the Sysvol folder are
replicated to all the domain controllers in your organization. The Sysvol
folder stores logon scripts, default domain profiles, and system policies. If a
change is made to a logon script, a default domain profile, or a system policy,
the change is replicated to all the domain controllers. This practice keeps the
Sysvol folder content the same in all the domain controllers.
Note You have to stop the NT File Replication Service (NTFRS) service,
and then set the startup type for NTFRS to
Manual on the
domain controller where you want to perform the non-authoritative restore. This
prevents the service from starting unintentionally while this operation is
performed.
To force a non-authoritative restore of the data in the
Sysvol folder on a domain controller, follow these steps.
Warning If you use Registry Editor incorrectly, you may cause serious
problems that may require you to reinstall your operating system. Microsoft
cannot guarantee that you can solve problems that result from using Registry
Editor incorrectly. Use Registry Editor at your own risk.
- Start a command prompt. To do this, click
Start, click Run, type cmd,
and then click OK.
- At the command prompt, type net stop
ntfrs, and then press ENTER.
- Click Start, click Run,
type services.msc, and then click OK.
- In the Services snap-in, double-click File
Replication, click Manual under Startup
Type, click Apply, and then click
OK.
- Click Start, click Run,
type regedit, and then click
OK.
- Locate and then click the BurFlags value
under the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup
- IF the key that is mentioned in step 6 does not exist, create it. To do this, click Edit, click New, click DWORD Value, type BurFlags, and then click OK.
- In the right pane, right-click BurFlags,
click Modify, type d2 in the
Value data box, and then click OK.
- Locate and then expand the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Parameters\Sysvol Seeding\Domain System Volume (Sysvol share)
Note If this registry entry does not exist, you must create it. - On the Edit menu, click
New, click String Value, type
Replica Set Parent, and then click
OK.
- In the right pane, right-click Replica Set
Parent, click Modify, type the name of a domain
controller that has the Sysvol data that you want to replicate in the
Value data box, and then click OK.
- Quit Registry Editor.
- At a command prompt, type net start
ntfrs, and then press ENTER.
- Click Start, click Run, type services.msc, and then click OK.
- In the Services snap-in, double-click File Replication, click Automatic under Startup Type, click Apply, and then click OK.