Advertisement

05.29.2008 at 01:11AM PDT, ID: 23440658
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0

Replication error after replacing old server with the new server

Asked by Zaurb in Active Directory, Windows 2003 Server, Domain Name Service (DNS)

Hi!

I have replaced Windows server 2003 standard sp1 in one of our remote sites with the new server as follows:

1) Installed Server02 and set DNS server in network connections as Server01
2) promoted server02 to DC
3) Set server02 as a global catalog
4) installed dns on server02
5) removed dhcp/wins from server01 and installed on server02

till here everything is just fine

6) demoted server01 (first run dcpromo gave me an error, so I had to remove dns server from it to be able to run dcpromo successfully)
7) added server01 to a workgroup (OK)
8) changed IP address on server01, and changed IP address on Server02 to match IP of server01
9) tried to rename Server01 and got an error (access denied, object exists in AD)
10) removed Server01 from domain controllers in AD manually (! maybe here was my error/i think replication didn't yet finish on other DCs)
11) renamed Server02 to Server01 (OK)
12) modified network card settings/dhcp

Now am having a replication issue. The server01 now has difficulties replicating. At some point in time it replicates with servers on remote sites, in some points in time it's not.
Here's an error code I have:

EVENT ID: 1411
ORIGIN: NTDS Replication
COMPUTER: SERVER01

The Directory Service failed to construct a mutual authentication Service
Principal Name (SPN) for server:

6d7z8986-2e9e-4e05-90fc-6da6908b29e._msdcs.companydomain.local

The call is denied. The error was:

A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.


Is there a (safe) way to fix this?Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
496:
497:
498:
499:
500:
501:
502:
503:
504:
505:
506:
507:
508:
509:
510:
511:
512:
513:
514:
515:
516:
517:
518:
519:
520:
521:
522:
523:
524:
525:
526:
527:
528:
529:
530:
531:
532:
533:
534:
535:
536:
537:
538:
539:
540:
541:
542:
543:
544:
545:
546:
547:
548:
549:
550:
551:
552:
553:
554:
555:
556:
557:
558:
559:
560:
561:
562:
563:
564:
565:
566:
567:
568:
569:
570:
571:
572:
573:
574:
575:
576:
577:
578:
579:
580:
581:
582:
583:
584:
585:
586:
587:
588:
589:
590:
591:
592:
593:
594:
595:
596:
597:
598:
599:
600:
601:
602:
603:
604:
605:
606:
607:
608:
609:
610:
611:
612:
613:
614:
615:
616:
617:
618:
619:
620:
621:
622:
623:
624:
625:
626:
627:
628:
629:
630:
631:
632:
633:
634:
635:
636:
637:
638:
639:
640:
641:
642:
643:
644:
645:
646:
647:
648:
649:
Here is the report from replmon:
 
Active Directory Replication Monitor
Printed on 29/05/2008 9.18.54
This report was generated on data from the server: SERVER01
 
***************************************************************************
                             SERVER01 Data
***************************************************************************
 
This server currently has writable copies of the following directory partitions:
---------------------------------------------------------------------------
     DC=companydomain,DC=local
     CN=Configuration,DC=companydomain,DC=local
     CN=Schema,CN=Configuration,DC=companydomain,DC=local
     DC=DomainDnsZones,DC=companydomain,DC=local
     DC=ForestDnsZones,DC=companydomain,DC=local
 
Because this server is a Global Catalog (GC) server, it also has copies
of the following directory partitions:
---------------------------------------------------------------------------
 
Current NTDS Connection Objects
-------------------------------
     Site_1\companydomainDC01
          Connection Name : 1a127ae1-ad84-4098-ad14-c9c77273bce9
          Administrator Generated?: AUTO
          Reasons for this connection: 
               Directory Partition (CN=Configuration,DC=companydomain,DC=local)
 
               Directory Partition (DC=DomainDnsZones,DC=companydomain,DC=local)
 
               Directory Partition (DC=ForestDnsZones,DC=companydomain,DC=local)
 
               Directory Partition (DC=companydomain,DC=local)
 
     Site_2\companydomainDC03
          Connection Name : companydomainDC03
          Administrator Generated?: YES
          Reasons for this connection: 
               Directory Partition (CN=Configuration,DC=companydomain,DC=local)
 
               Directory Partition (DC=DomainDnsZones,DC=companydomain,DC=local)
 
               Directory Partition (DC=ForestDnsZones,DC=companydomain,DC=local)
 
               Directory Partition (DC=companydomain,DC=local)
 
 
Current Direct Replication Partner Status
-----------------------------------------
 
     Directory Partition: DC=companydomain,DC=local
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               Last Attempted Replication: 5/29/2008 8:45:39 AM (local)
               Last Successful Replication: 5/29/2008 8:45:39 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  12815467
               USN of Last Object Updated:  12815467
               Transport: Inter-Site RPC
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               Last Attempted Replication: 5/29/2008 9:15:37 AM (local)
               Last Successful Replication: 5/29/2008 9:15:37 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  4763357
               USN of Last Object Updated:  4763357
               Transport: Inter-Site RPC
 
     Directory Partition: CN=Configuration,DC=companydomain,DC=local
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               Last Attempted Replication: 5/29/2008 8:45:39 AM (local)
               Last Successful Replication: 5/29/2008 8:45:39 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  12814488
               USN of Last Object Updated:  12814488
               Transport: Inter-Site RPC
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               Last Attempted Replication: 5/29/2008 9:15:37 AM (local)
               Last Successful Replication: 5/29/2008 9:15:37 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  4763395
               USN of Last Object Updated:  4763395
               Transport: Inter-Site RPC
 
     Directory Partition: CN=Schema,CN=Configuration,DC=companydomain,DC=local
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               Last Attempted Replication: 5/29/2008 8:45:45 AM (local)
               Last Successful Replication: 5/29/2008 8:45:45 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  12810080
               USN of Last Object Updated:  12810080
               Transport: Inter-Site RPC
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               Last Attempted Replication: 5/29/2008 9:15:37 AM (local)
               Last Successful Replication: 5/29/2008 9:15:37 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  4763351
               USN of Last Object Updated:  4763351
               Transport: Inter-Site RPC
 
     Directory Partition: DC=DomainDnsZones,DC=companydomain,DC=local
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               Last Attempted Replication: 5/29/2008 8:45:46 AM (local)
               Last Successful Replication: 5/29/2008 8:45:46 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  12810080
               USN of Last Object Updated:  12810080
               Transport: Inter-Site RPC
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               Last Attempted Replication: 5/29/2008 9:15:38 AM (local)
               Last Successful Replication: 5/29/2008 9:15:38 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  4763351
               USN of Last Object Updated:  4763351
               Transport: Inter-Site RPC
 
     Directory Partition: DC=ForestDnsZones,DC=companydomain,DC=local
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               Last Attempted Replication: 5/29/2008 8:45:46 AM (local)
               Last Successful Replication: 5/29/2008 8:45:46 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  12810080
               USN of Last Object Updated:  12810080
               Transport: Inter-Site RPC
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               Last Attempted Replication: 5/29/2008 9:15:38 AM (local)
               Last Successful Replication: 5/29/2008 9:15:38 AM (local)
               Number of Failures:  0
               Failure Reason Error Code:  0
               Failure Description: The operation completed successfully.
               Synchronization Flags: DRS_WRIT_REP,DRS_PER_SYNC,DRS_USE_COMPRESSION,DRS_NEVER_NOTIFY
               USN of Last Property Updated:  4763351
               USN of Last Object Updated:  4763351
               Transport: Inter-Site RPC
 
Current Transitive Replication Partner Status
---------------------------------------------
 
     Directory Partition: DC=companydomain,DC=local
 
          Partner Name: **DELETED SERVER #3
               Partner GUID: 156C2EE3-E1B8-4132-BE54-6BC567E1052C
               USN:  3373
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               USN:  12816386
 
          Partner Name: Site_1\companydomainDC02
               Partner GUID: 603B2661-E611-419D-A283-335D8F87858D
               USN:  9669613
 
          Partner Name: **DELETED SERVER #4
               Partner GUID: 60C125C3-F4E4-444A-8EA9-171379F99647
               USN:  831677
 
          Partner Name: Site_TRADE\SERVER01
               Partner GUID: B7DBF545-9D62-411B-A72C-CE770252BC39
               USN:  53612
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               USN:  4763412
 
     Directory Partition: CN=Configuration,DC=companydomain,DC=local
 
          Partner Name: **DELETED SERVER #3
               Partner GUID: 156C2EE3-E1B8-4132-BE54-6BC567E1052C
               USN:  3373
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               USN:  12816381
 
          Partner Name: Site_1\companydomainDC02
               Partner GUID: 603B2661-E611-419D-A283-335D8F87858D
               USN:  9669613
 
          Partner Name: **DELETED SERVER #4
               Partner GUID: 60C125C3-F4E4-444A-8EA9-171379F99647
               USN:  831677
 
          Partner Name: Site_TRADE\SERVER01
               Partner GUID: B7DBF545-9D62-411B-A72C-CE770252BC39
               USN:  53612
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               USN:  4763412
 
     Directory Partition: CN=Schema,CN=Configuration,DC=companydomain,DC=local
 
          Partner Name: **DELETED SERVER #3
               Partner GUID: 156C2EE3-E1B8-4132-BE54-6BC567E1052C
               USN:  3373
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               USN:  12816386
 
          Partner Name: Site_1\companydomainDC02
               Partner GUID: 603B2661-E611-419D-A283-335D8F87858D
               USN:  9669505
 
          Partner Name: **DELETED SERVER #4
               Partner GUID: 60C125C3-F4E4-444A-8EA9-171379F99647
               USN:  831677
 
          Partner Name: Site_TRADE\SERVER01
               Partner GUID: B7DBF545-9D62-411B-A72C-CE770252BC39
               USN:  53612
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               USN:  4763412
 
     Directory Partition: DC=DomainDnsZones,DC=companydomain,DC=local
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               USN:  12816386
 
          Partner Name: Site_1\companydomainDC02
               Partner GUID: 603B2661-E611-419D-A283-335D8F87858D
               USN:  9669505
 
          Partner Name: **DELETED SERVER #4
               Partner GUID: 60C125C3-F4E4-444A-8EA9-171379F99647
               USN:  831612
 
          Partner Name: Site_TRADE\SERVER01
               Partner GUID: B7DBF545-9D62-411B-A72C-CE770252BC39
               USN:  53612
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               USN:  4763412
 
     Directory Partition: DC=ForestDnsZones,DC=companydomain,DC=local
 
          Partner Name: Site_1\companydomainDC01
               Partner GUID: 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               USN:  12816386
 
          Partner Name: Site_1\companydomainDC02
               Partner GUID: 603B2661-E611-419D-A283-335D8F87858D
               USN:  9669505
 
          Partner Name: **DELETED SERVER #4
               Partner GUID: 60C125C3-F4E4-444A-8EA9-171379F99647
               USN:  831617
 
          Partner Name: Site_TRADE\SERVER01
               Partner GUID: B7DBF545-9D62-411B-A72C-CE770252BC39
               USN:  53612
 
          Partner Name: Site_2\companydomainDC03
               Partner GUID: EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               USN:  4763412
 
Current Group Policy Object Status
----------------------------------
     IE Proxy and Security Configuration
          Group Policy Object GUID: {1022B5B1-7226-4CCC-9639-0F2F907FB103}
          Group Policy Object Version in the DS:  786434
          Group Policy Object Version in SYSVOL:  786434
 
     thinPrint Client RDP Site_TRADE
          Group Policy Object GUID: {23E4F992-CEA3-4B2B-8B7B-6DF1441FAE83}
          Group Policy Object Version in the DS:  2490368
          Group Policy Object Version in SYSVOL:  2490368
 
     Printers
          Group Policy Object GUID: {267B4E7B-B890-4916-9733-DD03F1ED9C2D}
          Group Policy Object Version in the DS:  0
          Group Policy Object Version in SYSVOL:  0
 
     Site_TRADE Updates and General
          Group Policy Object GUID: {2AB9FAC4-B91A-4992-81B6-D899F1AC6533}
          Group Policy Object Version in the DS:  20
          Group Policy Object Version in SYSVOL:  20
 
     San Giorgio Updates and General
          Group Policy Object GUID: {2AFD7EE2-09CF-4D11-BE18-75AE15DDCD4A}
          Group Policy Object Version in the DS:  65559
          Group Policy Object Version in SYSVOL:  65559
 
     companydomain Group Srl - Password Policy
          Group Policy Object GUID: {30DF9FB4-60E0-4BE2-968B-13384770D834}
          Group Policy Object Version in the DS:  16
          Group Policy Object Version in SYSVOL:  16
 
     Default Domain Policy
          Group Policy Object GUID: {31B2F340-016D-11D2-945F-00C04FB984F9}
          Group Policy Object Version in the DS:  327693
          Group Policy Object Version in SYSVOL:  327693
 
     thinPrint Client RDP Site_2
          Group Policy Object GUID: {5798265A-0B55-4D0F-AC90-D69799A44B83}
          Group Policy Object Version in the DS:  458753
          Group Policy Object Version in SYSVOL:  458753
 
     Default Domain Controllers Policy
          Group Policy Object GUID: {6AC1786C-016F-11D2-945F-00C04fB984F9}
          Group Policy Object Version in the DS:  30
          Group Policy Object Version in SYSVOL:  30
 
     AssetTracking
          Group Policy Object GUID: {72D8115B-9CC1-4D89-AACF-C4C1D139E19D}
          Group Policy Object Version in the DS:  65541
          Group Policy Object Version in SYSVOL:  65541
 
     thinPrint Client ICA Site_TRADE
          Group Policy Object GUID: {80A8EB67-BFD3-4A86-836C-BB226B4AB488}
          Group Policy Object Version in the DS:  1114112
          Group Policy Object Version in SYSVOL:  1114112
 
     Aggiornamenti Windows
          Group Policy Object GUID: {8DD3054B-EA9C-41FB-A933-6505C255CBD1}
          Group Policy Object Version in the DS:  4
          Group Policy Object Version in SYSVOL:  4
 
     Hide XYZ drives
          Group Policy Object GUID: {B7732ED4-C518-4ED9-BD2D-D07FE306969C}
          Group Policy Object Version in the DS:  65536
          Group Policy Object Version in SYSVOL:  65536
 
     ServiceAccount Policy
          Group Policy Object GUID: {B9EFB9CB-F669-4C0A-BA9A-177CEBE75F01}
          Group Policy Object Version in the DS:  0
          Group Policy Object Version in SYSVOL:  0
 
     UPHClean Install
          Group Policy Object GUID: {C3895232-F531-4A6E-9424-FFF231E8AE5D}
          Group Policy Object Version in the DS:  327692
          Group Policy Object Version in SYSVOL:  327692
 
     Site_2 Updates and General
          Group Policy Object GUID: {D4BA6D3E-58B8-4925-9D91-DA4A7D1AF1F3}
          Group Policy Object Version in the DS:  65538
          Group Policy Object Version in SYSVOL:  65538
 
     DumpsterON
          Group Policy Object GUID: {D7F5C144-8C4F-4C0A-B8B5-124047325D9C}
          Group Policy Object Version in the DS:  458752
          Group Policy Object Version in SYSVOL:  458752
 
     thinPrint Client ICA Site_2
          Group Policy Object GUID: {EAD87EC3-1A4B-406A-B253-70AA2847A619}
          Group Policy Object Version in the DS:  524288
          Group Policy Object Version in SYSVOL:  524288
 
     Shadow Copy Client
          Group Policy Object GUID: {EC8EE582-4161-43BA-A5D1-79B6F369FC7D}
          Group Policy Object Version in the DS:  262144
          Group Policy Object Version in SYSVOL:  262144
 
 
The server SERVER01 knows about the following FSMO roles:
--------------------------------------------------------------------------
     Schema FSMO: Site_1\companydomainDC01
     Domain Naming FSMO: Site_1\companydomainDC01
     Infrastructure FSMO: Site_1\companydomainDC01
     Primary Domain Controller FSMO: Site_1\companydomainDC01
     RID Pool FSMO: Site_1\companydomainDC01
 
Performance Statistics at Time of Report
----------------------------------------
 
Configuration (Registry)
NOTE: an empty value indicates that Windows 2000 will use the internal default
NOTE: all empty values may indicate insufficient permission to retrieve this information from the domain controller
------------------------
 
     DSA
     ---
 
          Days per Database Phantom Scan: 
          Initialize MAPI interface: 
          Enforce LIST_OBJECTS rights: 
          DSA Heuristics: 
          Max Threads (ExDS+NSP+DRA): 
          DSA Database file: C:\WINDOWS\NTDS\ntds.dit
          DSA Working Directory: C:\WINDOWS\NTDS
          Critical Object Installation: 
          DS Drive Mappings: 
          DSA Previous Restore Count: 
 
     REPLICATION
     -----------
 
          Replicator notify pause after modify (secs): 
          Replicator notify pause between DSAs (secs): 
          Replicator intra site packet size (objects): 
          Replicator intra site packet size (bytes): 
          Replicator inter site packet size (objects): 
          Replicator inter site packet size (bytes): 
          Replicator maximum concurrent read threads: 
          Replicator operation backlog limit: 
          Replicator thread op priority threshold: 
          Replicator intra site RPC handle lifetime (secs): 
          Replicator inter site RPC handle lifetime (secs): 
          Replicator RPC handle expiry check interval (secs): 
 
     LDAP
     ----
 
          Max objects in LDAP Search (Admin Limit): 
          Max concurrent LDAP connections allowed: 
          Max time allowed for an LDAP Search: 
          Max concurrent LDAP searches allowed: 
          Max concurrent threads per LDAP connection allowed: 
          Minimum idle seconds before potential \ timeout of LDAP connection (non-authenticated client): 
          Minimum idle seconds before potential \ timeout of LDAP connection (authenticated client): 
 
     Database
     --------
 
          Database backup path: C:\WINDOWS\NTDS\dsadata.bak
          Database backup interval (hours): 
          Database log files path: C:\WINDOWS\NTDS
          Database logging/recovery: ON
          Hierarchy Table Recalculation interval (minutes): 720
          Database restored from backup: 
          Pending object ownership conversions: 
          EDB max buffers: 
          EDB max log buffers: 
          EDB log buffer flush threshold: 
          EDB buffer flush start: 
          EDB buffer flush stop: 
          EDB max ver pages (increment over the minimum: 
          Circular Logging: 
          Server Functionality: 
          TCP/IP Port: 
          Restore from disk backup: 
          Performance Counter Version: 17
 
     KCC
     ---
 
          Repl topology update delay (secs): 
          Repl topology update period (secs): 
          KCC site generator fail-over (minutes): 
          KCC site generator renewal interval (minutes): 
          KCC site generator renewal interval (minutes): 
          CriticalLinkFailuresAllowed: 
          MaxFailureTimeForCriticalLink (sec): 
          NonCriticalLinkFailuresAllowed: 
          MaxFailureTimeForNonCriticalLink (sec): 
          IntersiteFailuresAllowed: 
          MaxFailureTimeForIntersiteLink (sec): 
          KCC connection failures: 
          IntersiteFailuresAllowed: 
          IntersiteFailuresAllowed: 
 
***************************************************************************
                            Enterprise Data
***************************************************************************
 
Globally Unique Identifiers (GUIDs) for each domain controller in the enterprise
NOTE:  the absence of a GUID means that the server has been demoted.
--------------------------------------------------------------------------------
 
     Site Name:  Site_1
     ---------------------------------------
     Site Options           : 
     Site Topology Generator: CN=NTDS Settings,CN=companydomainDC02,CN=Servers,CN=Site_1,CN=Sites,CN=Configuration,DC=companydomain,DC=local
     Site Topology Renewal  : 
     Site Topology Failover : 
 
          companydomainDC01
               Server GUID (used for DNS)                                         : 4EDAA474-EEBF-4D20-95BB-2FAF5EB9A8BA
               Replication Database GUID (used to identify partner in replication): 58C40C3A-D0E3-44AE-8193-9BF3E69ABF73
               DSA Options               : NTDSDSA_OPT_IS_GC
               DSA Computer Path         : CN=companydomainDC01,OU=Domain Controllers,DC=companydomain,DC=local
               DSA Schema Location       : CN=Schema,CN=Configuration,DC=companydomain,DC=local
               DSA Mail Address          : _IsmService@4edaa474-eebf-4d20-95bb-2faf5eb9a8ba._msdcs.companydomain.local
               DSA DNS Host Name         : companydomaindc01.companydomain.local
               DSA BridgeHead Transports : 
                                      IP
 
          companydomainDC02
               Server GUID (used for DNS)                                         : B0C7143D-5776-41C4-9D43-19882B3CE8FB
               Replication Database GUID (used to identify partner in replication): 603B2661-E611-419D-A283-335D8F87858D
               DSA Options               : NTDSDSA_OPT_IS_GC
               DSA Computer Path         : CN=companydomainDC02,OU=Domain Controllers,DC=companydomain,DC=local
               DSA Schema Location       : CN=Schema,CN=Configuration,DC=companydomain,DC=local
               DSA Mail Address          : 
               DSA DNS Host Name         : companydomaindc02.companydomain.local
               DSA BridgeHead Transports : 
 
 
     Site Name:  Site_TRADE
     ---------------------------------------
     Site Options           : 
     Site Topology Generator: CN=NTDS Settings,CN=SERVER01,CN=Servers,CN=Site_TRADE,CN=Sites,CN=Configuration,DC=companydomain,DC=local
     Site Topology Renewal  : 
     Site Topology Failover : 
 
          SERVER01
               Server GUID (used for DNS)                                         : D2ACA0B2-8722-490E-A55A-9219C8160802
               Replication Database GUID (used to identify partner in replication): B7DBF545-9D62-411B-A72C-CE770252BC39
               DSA Options               : NTDSDSA_OPT_IS_GC
               DSA Computer Path         : CN=SERVER01,OU=Domain Controllers,DC=companydomain,DC=local
               DSA Schema Location       : CN=Schema,CN=Configuration,DC=companydomain,DC=local
               DSA Mail Address          : 
               DSA DNS Host Name         : SERVER01.companydomain.local
               DSA BridgeHead Transports : 
 
 
     Site Name:  Site_2
     ---------------------------------------
     Site Options           : 
     Site Topology Generator: CN=NTDS Settings,CN=companydomainDC03,CN=Servers,CN=Site_2,CN=Sites,CN=Configuration,DC=companydomain,DC=local
     Site Topology Renewal  : 
     Site Topology Failover : 
 
          companydomainDC03
               Server GUID (used for DNS)                                         : D53C6396-7B75-4F63-9C81-9EBC991711D5
               Replication Database GUID (used to identify partner in replication): EAE4359F-C884-43DC-B2F2-C1C6ACC65451
               DSA Options               : NTDSDSA_OPT_IS_GC
               DSA Computer Path         : CN=companydomainDC03,OU=Domain Controllers,DC=companydomain,DC=local
               DSA Schema Location       : CN=Schema,CN=Configuration,DC=companydomain,DC=local
               DSA Mail Address          : _IsmService@d53c6396-7b75-4f63-9c81-9ebc991711d5._msdcs.companydomain.local
               DSA DNS Host Name         : companydomaindc03.companydomain.local
               DSA BridgeHead Transports : 
 
 
 
Site Links and Site Link Bridges
-----------------------------------------------------
 
     Site Links
     ----------
 
          Site_1 to Site_2
               Link Type:           : IP
               Distinguished Name   : CN=Site_1 to Site_2,CN=IP,CN=Inter-Site Transports,CN=Sites,CN=Configuration,DC=companydomain,DC=local
               Replication Interval : 180
               Cost                 : 100
               Options              : 
               Site List            : 
                                      Site_2
                                      Site_1
 
          Site_1 to Site_TRADE
               Link Type:           : IP
               Distinguished Name   : CN=Site_1 to Site_TRADE,CN=IP,CN=Inter-Site Transports,CN=Sites,CN=Configuration,DC=companydomain,DC=local
               Replication Interval : 180
               Cost                 : 100
               Options              : 
               Site List            : 
                                      Site_TRADE
                                      Site_1
 
     Site Link Bridges
     ------------------
 
          Active Directory Replication Monitor determined that no Site Link Bridges are present in the Directory.
     Inter-Site Transports
     ---------------------
 
          IP
               Options     : 
               DLL Name    : ismip.dll
               Address Type: dNSHostName
 
          SMTP
               Options     : NTDSTRANSPORT_OPT_IGNORE_SCHEDULES
               DLL Name    : ismsmtp.dll
               Address Type: mailAddress
 
     Subnets
     -------
          10.1.0.0/16
               Associated Site  : CN=Site_1,CN=Sites,CN=Configuration,DC=companydomain,DC=local
 
          10.10.0.0/16
               Associated Site  : CN=Site_1,CN=Sites,CN=Configuration,DC=companydomain,DC=local
 
          10.2.0.0/16
               Associated Site  : CN=Site_TRADE,CN=Sites,CN=Configuration,DC=companydomain,DC=local
 
          10.20.0.0/16
               Associated Site  : CN=Site_1,CN=Sites,CN=Configuration,DC=companydomain,DC=local
 
          10.30.0.0/16
               Associated Site  : CN=Site_2,CN=Sites,CN=Configuration,DC=companydomain,DC=local
 
          10.40.0.0/16
               Associated Site  : CN=Site_1,CN=Sites,CN=Configuration,DC=companydomain,DC=local
 
          10.50.0.0/16
               Associated Site  : CN=Site_1,CN=Sites,CN=Configuration,DC=companydomain,DC=local
 
          10.60.0.0/16
               Associated Site  : CN=Site_1,CN=Sites,CN=Configuration,DC=companydomain,DC=local
 
     Active Directory Configuration Data
     -----------------------------------
          Stay of Execution for Servers: 0
          SPN Mappings                 : host=alerter,appmgmt,cisvc,clipsrv,browser,dhcp,dnscache,replicator,eventlog,eventsystem,policyagent,oakley,dmserver,dns,mcsvc,fax,msiserver,ias,messenger,netlogon,netman,netdde,netddedsm,nmagent,plugplay,protectedstorage,rasman,rpclocator,rpc,rpcss,remoteaccess,rsvp,samss,scardsvr,scesrv,seclogon,scm,dcom,cifs,spooler,snmp,schedule,tapisrv,trksvr,trkwks,ups,time,wins,www,http,w3svc,iisadmin
[+][-]05.29.2008 at 01:44AM PDT, ID: 21667324

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.29.2008 at 01:54AM PDT, ID: 21667360

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.30.2008 at 05:44AM PDT, ID: 21677170

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.30.2008 at 05:54AM PDT, ID: 21677236

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Active Directory, Windows 2003 Server, Domain Name Service (DNS)
Sign Up Now!
Solution Provided By: ChiefIT
Participating Experts: 1
Solution Grade: A
 
 
[+][-]05.30.2008 at 07:18AM PDT, ID: 21677944

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.31.2008 at 11:39PM PDT, ID: 21686232

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.01.2008 at 03:20AM PDT, ID: 21686508

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.01.2008 at 11:30AM PDT, ID: 21687932

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.01.2008 at 11:35AM PDT, ID: 21687947

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.30.2008 at 09:34AM PDT, ID: 21900662

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628