Bagikan melalui


Pemulihan Forest Active Directory - Melakukan sinkronisasi otoritatif terhadap SYSVOL yang direplikasi oleh DFSR

Ada berbagai cara untuk melakukan pemulihan SYSVOL yang resmi. You can either edit the msDFSR-Options attribute or perform a system state restore using wbadmin –authsysvol. Jika Anda memiliki opsi untuk memulihkan cadangan status sistem (yaitu, Anda memulihkan AD DS ke perangkat keras dan instans sistem operasi yang sama) maka menggunakan wbadmin –authsysvol lebih sederhana. But if you need to perform a bare metal restore, then you need to edit the msDFSR-Options attribute.

Use the following steps to perform an authoritative synchronization of SYSVOL (if it's replicated using DFSR) by editing the msDFSR-Options attribute. Perhatikan juga dapat dilakukan menggunakan PowerShell.

Untuk melakukan sinkronisasi otoritatif SYSVOL yang direplikasi oleh DFSR menggunakan Active Directory Users and Computers

  1. Buka Pengguna Active Directory dan Komputer.

  2. Select View, and then select Users, Contacts, Groups, and Computers as containers and Advanced Features. Cuplikan layar yang memperlihatkan opsi Fitur Tingkat Lanjut dan opsi Pengguna, Kontak, Grup, dan Komputer dipilih.

  3. In the tree-view, select Domain Controllers, the name of the DC you restored, DFSR-LocalSettings, and then Domain System Volume. Cuplikan layar yang memperjelas folder Sistem Volume Domain.

  4. In the Details pane, right-click SYSVOL Subscription, select Properties, and select Attribute Editor. Cuplikan layar yang memperlihatkan tab Editor Atribut dalam kotak dialog Properti Langganan SYSVOL.

  5. Select msDFSR-Options, select Edit, type 1, and select OK.

  6. Select OK to close the Attribute Editor.

Verifikasi apakah pemulihan otoritatif berhasil menggunakan PowerShell

  1. Setelah operasi sebelumnya, mulai ulang layanan DFSR:

    Restart-Service DFSR -PassThruMulai ulang layanan DFSR.

  2. Pastikan adanya ID Acara 4602

    Get-WinEvent -LogName 'DFS Replication' | Where-Object ID -EQ 4602 | Format-Table -AutoSize -WrapVerifikasikan adanya ID Peristiwa

Next steps