intelwizrd
IS-IT--Management
I'm not sure where to start with this.
We have a w2k adv server running Active Directory services that has been our domain controller for a couple of years. I have recently added a 2003 server (enterprise) to the domain and promoted it to a DC. Everything appeared to be going ok but when I tried to demote our old domain controller (I am trying to replace the domain controller with the new 2003 server) I noticed that the sysvol info was not being replicated. Here are some of the error messages I have been seeing.
for clarification, server1 = w2k adv srv; server2 = w2k3 ent
==========================================
Source: NTFRS
Event ID: 13568
Computer: Server1
The File Replication Service has detected that the replica set "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR.
Replica set name is : "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"
Replica root path is : "c:\winnt\sysvol\domain"
Replica root volume is : "\\.\C:"
A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found. This can occur because of one of the following reasons.
[1] Volume "\\.\C:" has been formatted.
[2] The NTFS USN journal on volume "\\.\C:" has been deleted.
[3] The NTFS USN journal on volume "\\.\C:" has been truncated. Chkdsk can truncate the journal if it finds corrupt entries at the end of the journal.
[4] File Replication Service was not running on this computer for a long time.
[5] File Replication Service could not keep up with the rate of Disk IO activity on "\\.\C:".
Setting the "Enable Journal Wrap Automatic Restore" registry parameter to 1 will cause the following recovery steps to be taken to automatically recover from this error state.
[1] At the first poll, which will occur in 5 minutes, this computer will be deleted from the replica set. If you do not want to wait 5 minutes, then run "net stop ntfrs" followed by "net start ntfrs" to restart the File Replication Service.
[2] At the poll following the deletion this computer will be re-added to the replica set. The re-addition will trigger a full tree sync for the replica set.
WARNING: During the recovery process data in the replica tree may be unavailable. You should reset the registry parameter described above to 0 to prevent automatic recovery from making the data unexpectedly unavailable if this error condition occurs again.
To change this registry parameter, run regedit.
Click on Start, Run and type regedit.
Expand HKEY_LOCAL_MACHINE.
Click down the key path:
"System\CurrentControlSet\Services\NtFrs\Parameters"
Double click on the value name
"Enable Journal Wrap Automatic Restore"
and update the value.
If the value name is not present you may add it with the New->DWORD Value function under the Edit Menu item. Type the value name exactly as shown above.
========================================
Source: NTFRS
Event ID: 13508
Computer: Server2
The File Replication Service is having trouble enabling replication from Server1 to Server2 for c:\windows\sysvol\domain using the DNS name server1.mydomain. FRS will keep retrying.
Following are some of the reasons you would see this warning.
[1] FRS can not correctly resolve the DNS name server1.mydomain from this computer.
[2] FRS is not running on server1.mydomain.
[3] The topology information in the Active Directory for this replica has not yet replicated to all the Domain Controllers.
This event log message will appear once per connection, After the problem is fixed you will see another event log message indicating that the connection has been established.
==========================================
Source: NTFRS
Event ID: 13508
Computer: Server2
The File Replication Service is having trouble enabling replication from \\server1.mydomain to server2 for c:\windows\sysvol\domain using the DNS name \\server1.mydomain. FRS will keep retrying.
Following are some of the reasons you would see this warning.
[1] FRS can not correctly resolve the DNS name \\server1.mydomain from this computer.
[2] FRS is not running on \\server1.mydomain.
[3] The topology information in the Active Directory for this replica has not yet replicated to all the Domain Controllers.
This event log message will appear once per connection, After the problem is fixed you will see another event log message indicating that the connection has been established.
==========================================
Source: NTFRS
Event ID: 13565
Computer: Server2
File Replication Service is initializing the system volume with data from another domain controller. Computer Server2 cannot become a domain controller until this process is complete. The system volume will then be shared as SYSVOL.
To check for the SYSVOL share, at the command prompt, type:
net share
When File Replication Service completes the initialization process, the SYSVOL share will appear.
The initialization of the system volume can take some time. The time is dependent on the amount of data in the system volume, the availability of other domain controllers, and the replication interval between domain controllers.
For more information, see Help and Support Center at =====================================================
I did not set up the DC (server1) so I am not sure if something was missed. Is this just an issue with 2000 and 2003 or am I missing something else. This is all I am working on at the moment and any help is appreciated. I have installed the resource kits for the servers so if you would like to see some of the info from the debugging/troubleshooting tools, just let me know.
Thanks again for your help as this is driving me crazy and as usual M$ isn't a big help.
Josh
We have a w2k adv server running Active Directory services that has been our domain controller for a couple of years. I have recently added a 2003 server (enterprise) to the domain and promoted it to a DC. Everything appeared to be going ok but when I tried to demote our old domain controller (I am trying to replace the domain controller with the new 2003 server) I noticed that the sysvol info was not being replicated. Here are some of the error messages I have been seeing.
for clarification, server1 = w2k adv srv; server2 = w2k3 ent
==========================================
Source: NTFRS
Event ID: 13568
Computer: Server1
The File Replication Service has detected that the replica set "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR.
Replica set name is : "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"
Replica root path is : "c:\winnt\sysvol\domain"
Replica root volume is : "\\.\C:"
A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found. This can occur because of one of the following reasons.
[1] Volume "\\.\C:" has been formatted.
[2] The NTFS USN journal on volume "\\.\C:" has been deleted.
[3] The NTFS USN journal on volume "\\.\C:" has been truncated. Chkdsk can truncate the journal if it finds corrupt entries at the end of the journal.
[4] File Replication Service was not running on this computer for a long time.
[5] File Replication Service could not keep up with the rate of Disk IO activity on "\\.\C:".
Setting the "Enable Journal Wrap Automatic Restore" registry parameter to 1 will cause the following recovery steps to be taken to automatically recover from this error state.
[1] At the first poll, which will occur in 5 minutes, this computer will be deleted from the replica set. If you do not want to wait 5 minutes, then run "net stop ntfrs" followed by "net start ntfrs" to restart the File Replication Service.
[2] At the poll following the deletion this computer will be re-added to the replica set. The re-addition will trigger a full tree sync for the replica set.
WARNING: During the recovery process data in the replica tree may be unavailable. You should reset the registry parameter described above to 0 to prevent automatic recovery from making the data unexpectedly unavailable if this error condition occurs again.
To change this registry parameter, run regedit.
Click on Start, Run and type regedit.
Expand HKEY_LOCAL_MACHINE.
Click down the key path:
"System\CurrentControlSet\Services\NtFrs\Parameters"
Double click on the value name
"Enable Journal Wrap Automatic Restore"
and update the value.
If the value name is not present you may add it with the New->DWORD Value function under the Edit Menu item. Type the value name exactly as shown above.
========================================
Source: NTFRS
Event ID: 13508
Computer: Server2
The File Replication Service is having trouble enabling replication from Server1 to Server2 for c:\windows\sysvol\domain using the DNS name server1.mydomain. FRS will keep retrying.
Following are some of the reasons you would see this warning.
[1] FRS can not correctly resolve the DNS name server1.mydomain from this computer.
[2] FRS is not running on server1.mydomain.
[3] The topology information in the Active Directory for this replica has not yet replicated to all the Domain Controllers.
This event log message will appear once per connection, After the problem is fixed you will see another event log message indicating that the connection has been established.
==========================================
Source: NTFRS
Event ID: 13508
Computer: Server2
The File Replication Service is having trouble enabling replication from \\server1.mydomain to server2 for c:\windows\sysvol\domain using the DNS name \\server1.mydomain. FRS will keep retrying.
Following are some of the reasons you would see this warning.
[1] FRS can not correctly resolve the DNS name \\server1.mydomain from this computer.
[2] FRS is not running on \\server1.mydomain.
[3] The topology information in the Active Directory for this replica has not yet replicated to all the Domain Controllers.
This event log message will appear once per connection, After the problem is fixed you will see another event log message indicating that the connection has been established.
==========================================
Source: NTFRS
Event ID: 13565
Computer: Server2
File Replication Service is initializing the system volume with data from another domain controller. Computer Server2 cannot become a domain controller until this process is complete. The system volume will then be shared as SYSVOL.
To check for the SYSVOL share, at the command prompt, type:
net share
When File Replication Service completes the initialization process, the SYSVOL share will appear.
The initialization of the system volume can take some time. The time is dependent on the amount of data in the system volume, the availability of other domain controllers, and the replication interval between domain controllers.
For more information, see Help and Support Center at =====================================================
I did not set up the DC (server1) so I am not sure if something was missed. Is this just an issue with 2000 and 2003 or am I missing something else. This is all I am working on at the moment and any help is appreciated. I have installed the resource kits for the servers so if you would like to see some of the info from the debugging/troubleshooting tools, just let me know.
Thanks again for your help as this is driving me crazy and as usual M$ isn't a big help.
Josh