Re: Help with Active Directory procedures
- From: "Paul Bergson" <pbergson@xxxxxxxxxxxxxxxxx>
- Date: Thu, 20 Oct 2005 07:38:58 -0500
Here is what I can provide
Monitoring replication you can use FRSDiag, replmon or sonar:
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/078506cf-1221-42de-a221-b1a0d1151fd6.mspx
http://www.microsoft.com/downloads/details.aspx?familyid=61acb9b9-c354-4f98-a823-24cc0da73b50&displaylang=en
http://www.microsoft.com/downloads/details.aspx?FamilyId=43CB658E-8553-4DE7-811A-562563EB5EBF&displaylang=en
Move the files
http://support.microsoft.com/default.aspx?scid=kb;en-us;257420
Offline defrag
http://support.microsoft.com/kb/232122/
To check health I use the following:
Try running netdiag, repadmin and dcdiag. Look for fail, error and warning
errors.
If you don't have the tools installed load them from your install disk.
d:\i386\adminpak.msi (Server tools for remote management of servers)
d:\support\tools\setup.exe (Server Utilities)
Copy the following to a cmd file and run look for error, fail and warn
within the reports. Post any errors you can't figure out. make sure you
modify DC_Name to the name of a dc in your domain.
@echo off
c:
cd \
cd "program files\support tools"
del c:\dcdiag.log
dcdiag /e /c /v /s:DC_Name /f:c:\dcdiag.log
start c:\dcdiag.log
netdiag.exe /v > c:\netdiag.log
start c:\netdiag.log
repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
start c:\repl.txt
See for more details
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/1d4ce93c-54f2-4069-a708-251509c38837.mspx
--
Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
This posting is provided "AS IS" with no warranties, and confers no rights.
"Felipex" <Felipex@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C3E712A7-26EA-4ADC-967E-FFF48B308F0E@xxxxxxxxxxxxxxxx
> Hi friends,
> I am trying to create some procedures to the maintenance of the Active
> Directory database (check the integrity, offline defragmentation, and
> howto
> move the .dit andlog files). Additionally i need procedures to monitoring
> the
> replication between sites. If you know about some how to articles please
> could you send me the links to elaborate my procedures.
>
> Thanks a lot friends.
> Best regards
>
>
>
.
- Prev by Date: RE: GPO and Web Folders
- Next by Date: Re: XP logon requires complete SMTP address to log on.
- Previous by thread: RE: GPO and Web Folders
- Next by thread: Re: GPO Security vs. OUs
- Index(es):
Relevant Pages
|