In news:%23B$(E-Mail Removed),
marsias <(E-Mail Removed)> typed:
> Hello Ace.
>
> This frssysvol error, i think, exist for a long time .
> after i setup the two DCs, i have not change really inportant thinks
> on DNS.
>
> I have tested fault-toleranz one both machines with works without
> problems.
> I think the problem is a "small" one, a link, a referenz etc. OR the
> command dcdiag reports a error which dont exist !!
>
> ALL others utilities/programs, event-viewer, reports no errors!
>
> According to your links(of microsoft KB=312862) , i have also tested
> the ntfrsutl ds server command with no errors/warnings.
>
>> As for WINS, WINS offers NetBIOS name resolution. So if you have one
>> segment and VPN clients, yes you will need WINS. IF not and you only
>> have one segment, then it's not needed. And yes, Exchange/Outlook
>> requires NetBIOS communication.
>
> I think the DFS requires also WINS to work properly.
> After i setup the WINS , i see that the clients, all are connected to
> "primary" dfs folder first(DC1), which was not the case without WINS.
> (clients was connect in random manner on DC1 or DC2 dfs shares
> before, which was a Big problem)
>
>
> nik.
Check to see if you have the latest adminpak tools (which gives you dcdiag,
netdiag and numerous other tools). Install the adminpak.msi from and
extracted Windows2003 SP2 source because SP2 dcdiag has new features.:
What's New in Windows Server 2003 Service Pack 2
http://technet2.microsoft.com/window....mspx?mfr=true
DFS works on DNS. Ideally it is to be connected to by this method:
\\ATT-AEDAK.GR
or
\\ATT-AEDAK.GR\dfs\root
Of course you can use the NetBIOS name, which will get resolved to the
domain's NetBIOS name and since it is registered in WINS with one IP, it
will always go to that IP. But it doesn;t require WINS. DNS uses Round Robin
to access the root, which means it will bounce back and forth between all
the replicas. Therefore if you created additional replicas, then that is why
you are seeing that behavior.
Ace