DFS Replication Problem

C

cgamache

Windows 2000 AD Domain with two DC's (A and B) ...

I don't know what started this little mess I have going here.
Please help me find a solution!

In general terms, here is what I'm finding:

If A is active A will replicate to B
If B is active B will not replicate to A

When I run dfsutil on A I get

C:\>dfsutil /PKTINFO
--mup.sys--
4 entries...
Entry: \WEBS\WEBDFS
ShortEntry: \WEBS\WEBDFS
Expires in 900 seconds
UseCount: 0 Type:0x81 ( REFERRAL_SVC DFS )
0:[\B\webdfs] State:0x19 ( ACTIVE )
1:[\A\webdfs] State:0x09 ( )

Entry: \webs.a.com\sysvol
ShortEntry: \webs.a.com\sysvol
Expires in 900 seconds
UseCount: 0 Type:0x81 ( REFERRAL_SVC DFS )
0:[\b.webs.a.com\sysvol] State:0x29 ( )
1:[\a.webs.a.com\sysvol] State:0x39 ( ACTIVE )

Entry: \A\webdfs
ShortEntry: \A\webdfs
Expires in 0 seconds
UseCount: 0 Type:0x81 ( REFERRAL_SVC DFS )
0:[\B\webdfs] State:0x09 ( )
1:[\A\webdfs] State:0x19 ( ACTIVE )

Entry: \B\webdfs
ShortEntry: \B\webdfs
Expires in 0 seconds
UseCount: 0 Type:0x81 ( REFERRAL_SVC DFS )
0:[\B\webdfs] State:0x19 ( ACTIVE )
1:[\A\webdfs] State:0x09 ( )

The command completed successfully.

and when I run it on B I get

C:\>dfsutil /pktinfo
--mup.sys--
5 entries...
Entry: \WEBS\WEBDFS
ShortEntry: \WEBS\WEBDFS
Expires in 0 seconds
UseCount: 0 Type:0x281 ( DELETE_PENDING REFERRAL_SVC DFS )
0:[\A\webdfs] State:0x19 ( ACTIVE )
1:[\B\webdfs] State:0x09 ( )

Entry: \webs.a.com\sysvol
ShortEntry: \webs.a.com\sysvol
Expires in 660 seconds
UseCount: 0 Type:0x81 ( REFERRAL_SVC DFS )
0:[\b.webs.a.com\sysvol] State:0x39 ( ACTIVE )
1:[\a.webs.a.com\sysvol] State:0x29 ( )

Entry: \WEBS\WEBDFS
ShortEntry: \WEBS\WEBDFS
Expires in 900 seconds
UseCount: 0 Type:0x81 ( REFERRAL_SVC DFS )
0:[\B\webdfs] State:0x19 ( ACTIVE )
1:[\A\webdfs] State:0x09 ( )

Entry: \B\webdfs
ShortEntry: \B\webdfs
Expires in 0 seconds
UseCount: 0 Type:0x81 ( REFERRAL_SVC DFS )
0:[\A\webdfs] State:0x09 ( )
1:[\B\webdfs] State:0x19 ( ACTIVE )

Entry: \A\webdfs
ShortEntry: \A\webdfs
Expires in 0 seconds
UseCount: 0 Type:0x81 ( REFERRAL_SVC DFS )
0:[\A\webdfs] State:0x19 ( ACTIVE )
1:[\B\webdfs] State:0x09 ( )

The command completed successfully.

-=-

The odd thing is the additional 5th entry with the "DELETE_PENDING
REFERRAL_SVC DFS" message. I'm also getting an odd sytem event on A:

Event Type: Warning
Event Source: NtFrs
Event Category: None
Event ID: 13562
Date: 6/15/2005
Time: 3:09:13 PM
User: N/A
Computer: A
Description:
Following is the summary of warnings and errors encountered by File
Replication Service while polling the Domain Controller
addweb1.webs.add123.com for FRS replica set configuration information.

The nTFRSSubscriber object
cn=webdfs,cn=webdfs,cn=143891f9-e635-4862-9d6b-3351e88be400,cn=dfs
volumes\
cnf:53994b43-4555-4477-8a6a-938ad1a1e9dd,cn=ntfrs
subscriptions,cn=a,ou=domain controllers,dc=webs,dc=a,dc=com has a
invalid value for the attribute frsMemberReference.

-=-

Other than that, everything /seems/ to look fine. I can provide any
other logs or command-output.

Your assistance is very much appreciated!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top