Need tools to monitor AD

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

Hello,

I am looking for some Microsoft tools (maybe from ResKits) for monitoring
Active Directory and File Replication Service. I've heard of a tool called
Sonar but have not found it. Can anyone recommend any tools or let me know
where I can find Sonar?

TIA,
Rich
 
Sonar
http://www.microsoft.com/windows2000/techinfo/reskit/tools/new/sonar-o.asp



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. 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


--


Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hello,

I am looking for some Microsoft tools (maybe from ResKits) for
monitoring
Active Directory and File Replication Service. I've heard of
a tool called
Sonar but have not found it. Can anyone recommend any tools
or let me know
where I can find Sonar?

TIA,
Rich

FileReplicationServiceDiagnosticsTool(FRSDiag)
http://www.microsoft.com/downloads/...8E-8553-4DE7-811A-562563EB5EBF&displaylang=en

FileReplicationServiceMonitoringAndTroubleshootingTool(UltraSound)
http://www.microsoft.com/downloads/...b9-c354-4f98-a823-24cc0da73b50&DisplayLang=en
http://www.microsoft.com/technet/community/chats/trans/windowsnet/wnet0204.mspx

FileReplicationServiceStatusViewer(Sonar)
http://www.microsoft.com/downloads/...fb-fe09-477c-8148-25ae02cf15d8&DisplayLang=en

Also look at the Windows Server 2003 Active Directory Branch Office
Guide_v11 These include some scritps.
http://www.microsoft.com/downloads/...F6-A8A8-40BB-9FA7-3A95C9540112&displaylang=en
 
Hello,

I am looking for some Microsoft tools (maybe from ResKits) for
monitoring
Active Directory and File Replication Service. I've heard of
a tool called
Sonar but have not found it. Can anyone recommend any tools
or let me know
where I can find Sonar?

TIA,
Rich

Hi Rich,

I would suggest you to try Replmon tool that is part of Support tools
that comes with the WIndows installation CD
You can use this tool to watch your AD replication
and regarding FRS replication i would suggest that you keep an eye on
the Event Viewer
 
Back
Top