Hi,
- Should I do an authoritative restore ? ( For FRS Sysvol Replication )
- Should I do a non authoritative restore ? ( For FRS Sysvol Replication ) If you have a issue only on one domain controller you should launch nonauthoritative restore to reinitiaze FRS replication on impacted domain controller.
- Initially my plan was to fix the Sysvol Issue and then Migrate to DFSR. It's good blan
- Someone please give me the steps to fix this Sysvol Replication issue. To perform a nonauthoritative restore, stop the FRS service, configure the
BurFlags
registry key, and then restart the FRS service. Follow these steps: Select Start, and then select Run. In the Open box, type cmd and then press ENTER. In the Command box, typenet stop ntfrs
. Select Start, and then select Run. In the Open box, typeregedit
and then press ENTER. Locate the following subkey in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup
In the right pane, double-click BurFlags. In the Edit DWORD Value dialog box, type D2 and then select OK. Quit Registry Editor, and then switch to the Command box. In the Command box, type net start ntfrs. Quit the Command box. When the FRS service restarts, the following actions occur:- The value for
BurFlags
registry key returns to 0. - Files in the reinitialized FRS folders are moved to a Pre-existing folder.
- An event 13565 is logged to signal that a nonauthoritative restore is started.
- The FRS database is rebuilt.
- The member performs an initial join of the replica set from an upstream partner or from the computer that is specified in the Replica Set Parent registry key if a parent has been specified for SYSVOL replica sets.
- The reinitialized computer runs a full replication of the affected replica sets when the relevant replication schedule begins.
- When the process is complete, an event 13516 is logged to signal that FRS is operational. If the event is not logged, there is a problem with the FRS configuration.
- The value for
- And after I done the nonauthoritative restore or authoritative restore I might encounter the error which is domain controller is not advertising as a time server, SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE. This is another issue. related to AD replication and time configuration
- If I do an authoritative restore or a non authoritative restore where so I initialize it? Primary Domain Controller ? Or Domain Controller?
Please refer to the following link :
- Is authoritative restore for DFSR Replication ?
If you are using FRS replication not DFSR you have to use the FRS procedure mentioned in the link above. - So by right I should do nonauthoritative restore for FRS right?
Yes. if you have the issue on aly some domain controller - Also I plan to restart the Netlogons Service but worry might encounter any issue since this AD Server is actually also a DCHP Sever.
DHCP service will continue working during the netlogon restore.
Please don't forget to accept helpful answer