Avatar billede peterbusk Nybegynder
09. august 2005 - 08:48 Der er 7 kommentarer og
1 løsning

NTFRS fejl i Event loggen - hvad er det for en fejl ?

Hvad betyder nedenstående og hvordan kan jeg rette fejlen?

Info:
Windows Server 2003, DC, eneste server i domænet, fil og print server, afvikles på to diske der spejles i RAID.

-----------------------------------------------------------------

Event Type:    Error
Event Source:    NtFrs
Event Category:    None
Event ID:    13552
Date:        09-08-2005
Time:        08:33:10
User:        N/A
Computer:    AOFDCSRV
Description:
The File Replication Service is unable to add this computer to the following replica set:
    "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"

This could be caused by a number of problems such as:
  --  an invalid root path,
  --  a missing directory,
  --  a missing disk volume,
  --  a file system on the volume that does not support NTFS 5.0

The information below may help to resolve the problem:
Computer DNS name is "aofdcsrv.aofviborg.local"
Replica set member name is "AOFDCSRV"
Replica set root path is "c:\winnt\sysvol\domain"
Replica staging directory path is "c:\winnt\sysvol\staging\domain"
Replica working directory path is "c:\winnt\ntfrs\jet"
Windows error status code is 
FRS error status code is FrsErrorMismatchedJournalId

Other event log messages may also help determine the problem.  Correct the problem and the service will attempt to restart replication automatically at a later time.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


****************************************************************


Event Type:    Error
Event Source:    NtFrs
Event Category:    None
Event ID:    13555
Date:        09-08-2005
Time:        08:27:26
User:        N/A
Computer:    AOFDCSRV
Description:
The File Replication Service is in an error state. Files will not replicate to or from one or all of the replica sets on this computer until the following recovery steps are performed:

Recovery Steps:

[1] The error state may clear itself if you stop and restart the FRS service. This can be done by performing the following in a command window:

    net stop ntfrs
    net start ntfrs

If this fails to clear up the problem then proceed as follows.

[2] For Active Directory Domain Controllers that DO NOT host any DFS alternates or other replica sets with replication enabled:

If there is at least one other Domain Controller in this domain then restore the "system state" of this DC from backup (using ntbackup or other backup-restore utility) and make it non-authoritative.

If there are NO other Domain Controllers in this domain then restore the "system state" of this DC from backup (using ntbackup or other backup-restore utility) and choose the Advanced option which marks the sysvols as primary.

If there are other Domain Controllers in this domain but ALL of them have this event log message then restore one of them as primary (data files from primary will replicate everywhere) and the others as non-authoritative.


[3] For Active Directory Domain Controllers that host DFS alternates or other replica sets with replication enabled:

(3-a) If the Dfs alternates on this DC do not have any other replication partners then copy the data under that Dfs share to a safe location.
(3-b) If this server is the only Active Directory Domain Controller for this domain then, before going to (3-c),  make sure this server does not have any inbound or outbound connections to other servers that were formerly Domain Controllers for this domain but are now off the net (and will never be coming back online) or have been fresh installed without being demoted. To delete connections use the Sites and Services snapin and look for
Sites->NAME_OF_SITE->Servers->NAME_OF_SERVER->NTDS Settings->CONNECTIONS.
(3-c) Restore the "system state" of this DC from backup (using ntbackup or other backup-restore utility) and make it non-authoritative.
(3-d) Copy the data from step (3-a) above to the original location after the sysvol share is published.


[4] For other Windows servers:

(4-a)  If any of the DFS alternates or other replica sets hosted by this server do not have any other replication partners then copy the data under its share or replica tree root to a safe location.
(4-b)  net stop ntfrs
(4-c)  rd /s /q  c:\winnt\ntfrs\jet
(4-d)  net start ntfrs
(4-e)  Copy the data from step (4-a) above to the original location after the service has initialized (5 minutes is a safe waiting time).

Note: If this error message is in the eventlog of all the members of a particular replica set then perform steps (4-a) and (4-e) above on only one of the members.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Avatar billede peterbusk Nybegynder
09. august 2005 - 08:51 #1
Lige lidt supplerende info:

Det er en Windows 2000 Server der er opgraderet til Server 2003
Avatar billede karser Nybegynder
09. august 2005 - 08:59 #2
NTFRS er en service som sørger for replikering af data mellem flere DC'ere.

Dette gør den bl.a. gennem en share som burde ligge på dit C drev under \%SYSTEMROOT%\SYSVOL\SYSVOL\... Mappen er sharet med navnet SYSVOL.

Du kan kontrollere om dette share er til stede ved at køre kommandoen "NET SHARE" i en kommando promt!
Avatar billede karser Nybegynder
09. august 2005 - 09:03 #3
Er dette share ikke tilstede, er det dit problem.

Jeg skal jo også lige vide om I bruger FRS (File Repplication Server)...?
Avatar billede peterbusk Nybegynder
09. august 2005 - 09:13 #4
SYSVOL sharet er er godt nok. Om vi bruger FRS aner jeg ikke, men hvis du siger det er replikering mellem DC'ere så er det da ikke nødvendig da der kun er én server og dermed kun én DC'er?
Avatar billede karser Nybegynder
09. august 2005 - 09:42 #5
Nej, det er rigtigt, men den skal nu køre aligevel...

Har du fulgt de forslag der står i fejlmeddelelsen? Det med at stoppe og starte NTFRS servicen, kan godt være nok!
Avatar billede serverservice Praktikant
09. august 2005 - 11:46 #6
Her er et par forslag- du bør undersøge om du har de 512 ledig plads på disken og at systemét har fuld adgang til sysvol?:

I had this problem and tried all solutions with no effect until I found Q819268 that indicated at least 512 MB of free space is required for the process. Did some cleanup and everything worked fine after that.


As per Microsoft: "This issue can occur if the FRS Jet database or one of its logs has been corrupted.". The Q264607 article describing this error was removed from Microsoft's site. The article said:
"In a Microsoft Windows 2000 domain controller with Microsoft Terminal Services installed in application server mode, errors may be displayed in the System event log.
Cause: When you install Citrix MetaFrame Server version 1.8 on a Windows 2000 domain controller, you are prompted to re-map the server's drive letters (C-M), so that clients do not confuse their drive C with the server's drive C. When the drive is remapped, File Replication service (FRS) does not work correctly; FRS looks for drive letters that no longer exist."
Avatar billede serverservice Praktikant
09. august 2005 - 11:49 #7
Avatar billede serverservice Praktikant
21. august 2005 - 23:05 #8
smider et svar og håber det blev løst ellers må du afvise -
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
IT-kurser om Microsoft 365, sikkerhed, personlig vækst, udvikling, digital markedsføring, grafisk design, SAP og forretningsanalyse.

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester