repadmin showing deleted DSA

M

Markb

Does anyone know how to handle the cleanup of a deleted
item. I found that I ended up with an unwanted
replication partner after replacing a domain controller
with the same name. I could leave it until the tombstone
period kicks in, but would like to clean it up before
then.

Extract of repadmin
WLG\WLG-DC1
DSA Options : IS_GC
objectGuid : 7f199fec-cffe-4f38-8aaa-5f9e24682155
invocationID: 10840f43-2161-4b3b-89e8-36e571b6868b

==== INBOUND NEIGHBORS
=====================================

CN=Schema,CN=Configuration,DC=contact-energy,DC=co,DC=nz
WLG\WLG-DC2
DEL:dbfe345e-ade1-493e-87cc-59d2b8fabc64 (deleted DSA)
via R
objectGuid: 8d4daf0e-960a-424f-8a5a-f4d62216e9a6


In Ldp this is what is seen
DEL:dbfe345e-ade1-493e-87cc-
59d2b8fabc64,CN=Servers,CN=WLG,CN=Sites,CN=Configuration,D
C=contact-energy,DC=co,DC=nz
1> cn: WLG-DC2
DEL:dbfe345e-ade1-493e-87cc-59d2b8fabc64;
1> instanceType: 0x4 = ( IT_WRITE );
1> isDeleted: TRUE;
1> distinguishedName: CN=WLG-DC2\
DEL:dbfe345e-ade1-493e-87cc-
59d2b8fabc64,CN=Servers,CN=WLG,CN=Sites,CN=Configuration,D
C=contact-energy,DC=co,DC=nz;
2> objectClass: top; server;
1> objectGUID: dbfe345e-ade1-493e-87cc-
59d2b8fabc64;
1> name: WLG-DC2
DEL:dbfe345e-ade1-493e-87cc-59d2b8fabc64;
1> systemFlags: 0x52000000 = (
FLAG_CONFIG_ALLOW_RENAME | FLAG_CONFIG_ALLOW_LIMITED_MOVE
| FLAG_DISALLOW_MOVE_ON_DELETE );
1> uSNChanged: 7893126;
1> uSNCreated: 9018;
1> whenChanged: 05/09/2004 11:24:02 New Zealand
Standard Time New Zealand Daylight Time;
1> whenCreated: 11/02/2002 14:20:39 New Zealand
Standard Time New Zealand Daylight Time;DEL:8d4daf0e-960a-424f-8a5a-f4d62216e9a6,CN=WLG-DC2\
DEL:dbfe345e-ade1-493e-87cc-
59d2b8fabc64,CN=Servers,CN=WLG,CN=Sites,CN=Configuration,D
C=contact-energy,DC=co,DC=nz
1> cn: NTDS Settings
DEL:8d4daf0e-960a-424f-8a5a-f4d62216e9a6;
1> instanceType: 0x4 = ( IT_WRITE );
1> isDeleted: TRUE;
1> distinguishedName: CN=NTDS Settings\
DEL:8d4daf0e-960a-424f-8a5a-f4d62216e9a6,CN=WLG-DC2\
DEL:dbfe345e-ade1-493e-87cc-
59d2b8fabc64,CN=Servers,CN=WLG,CN=Sites,CN=Configuration,D
C=contact-energy,DC=co,DC=nz;
3> objectClass: top; applicationSettings;
nTDSDSA;
1> objectGUID: 8d4daf0e-960a-424f-8a5a-
f4d62216e9a6;
1> name: NTDS Settings
DEL:8d4daf0e-960a-424f-8a5a-f4d62216e9a6;
1> systemFlags: 0x2000000 = (
FLAG_DISALLOW_MOVE_ON_DELETE );
1> uSNChanged: 7892872;
1> uSNCreated: 9020;
1> whenChanged: 05/09/2004 10:59:58 New Zealand
Standard Time New Zealand Daylight Time;
1> whenCreated: 11/02/2002 14:20:53 New Zealand
Standard Time New Zealand Daylight Time;
 
M

MarkB

I thought of that, but the server is not listed in the
site as it's been deleted, so I can not select it. I
tried to use the name CN=WLG-DC2\
DEL:dbfe345e-ade1-493e-87cc-59d2b8fabc64, but did not
expect that to work. I don't what to try wlg-dc2 as it's
a live DC. The problem is that it has for the most part
cleaned up, it's like when they become orphaned, but I
can not do the normal operation for that as it's
deleted. I can not delete a deleted object (ldp will not
allow) and I'm not sure if you can cause a single object
to tombstome before it's time and even if I could, would
that be the best course of action, or if changing the
systemflag to something unprotected would allow it to be
removed. All are a little questionable, and I can not
find any documentation on this kind of issue. There are
documentation on how to view deleted items, but not want
one can do with them.
 
Top