Disclaimer: All postings are provided "AS IS" with no warranties, and confer no rights. This weblog does not represent the thoughts, intentions, plans or strategies of Microsoft. Because a weblog is intended to provide a semi-permanent point-in-time snapshot, you should not consider out of date posts to reflect current thoughts and opinions.
AD Troubleshooting
In general, if you have an AD-related issue the following logs are useful:
In this blog entry I want to focus on #3; how to gather and analyze a useful network trace.
A trace by itself can be useful - for a trace to be REALLY useful however, you need to make sure you're:
A solitary trace without any description of what's happening in it is like a box of chocolates - "you never know what you're gonna get” :-)
A trace taken from both ends of the conversation AND where you also have or collect event logs and the component-specific logs for the problem you're troubleshooting are worth its weight in gold however (how much does a megabyte weigh anyway?).
At any rate....once you have a usable trace - you can start filtering and drilling down to the specifics like specific protocols or ports.
The most useful filters to put in from the AD perspective are:
Other things to look for in the network traces are:
At this point, you really need to have a good idea of what the component you're troubleshooting is doing. With that in place you effectively have a triangulating device to zoom in on the problem, i.e. “What's happening on the wire” (the network traces)+ “What's happening on the machine” (the component logs/event logs/procmon logs)+”What should be happening” (your knowledge of how the component should behave).
With that in place – the majority of issues should be solvable with time, patience and good old troubleshooting intuition (“troubleshooting with your fingertips”).
Network Monitor Team blog: http://blogs.technet.com/netmon/
Intro to filtering with Network Monitor 3.0http://blogs.technet.com/netmon/archive/2006/10/17/into-to-filtering-with-network-monitor-3-0.aspx
Capturing network traffic in Windows 7 with NetSHhttp://blogs.technet.com/mrsnrub/archive/2009/09/10/capturing-network-traffic-in-windows-7-server-2008-r2.aspx
Wireshark Network Protocol Analyzer http://www.wireshark.org/
Troubleshooting Replication http://technet.microsoft.com/en-us/library/cc755349(WS.10).aspx Troubleshooting IEEE 802.11 Wireless Access with Microsoft Windows http://technet.microsoft.com/en-us/library/bb457017.aspx Troubleshooting the “RPC server is unavailable” error http://blogs.technet.com/abizerh/archive/2009/06/11/troubleshooting-rpc-server-is-unavailable-error-reported-in-failing-ad-replication-scenario.aspx