Skip to main content

Quick AD Replication summary

REPADMIN /replsummary *
 
A sample report looks like this:
 
C:\Windows\system32>repadmin /replsummary *
Replication Summary Start Time: 2013-05-09 20:14:39
 
Beginning data collection for replication summary, this may take awhile:
  .........................
 
 
Source DSA          largest delta    fails/total %%   error
AMSDC                 02h:19m:19s    0 /   5    0
ASHDC                     26m:31s    0 /   5    0
ATHDC                     11m:42s    0 /   5    0
CHRDC                 02h:26m:42s    0 /  10    0
EDBDC                 02h:19m:19s    0 /   5    0
FVBDC                 02h:26m:17s    0 /  10    0
GPRDC                     26m:17s    0 /  10    0
KAODC                 02h:24m:40s    0 /  85    0
KAODC2                    26m:02s    0 /   5    0
KCHSDB                    26m:43s    0 /   5    0
KRLDC                 02h:28m:34s    0 /  40    0
POCDC            >60 days            5 /   5  100  (1722) The RPC server is unavailable.
PRLDC                 02h:26m:31s    0 /  10    0
PRVDC2                    26m:38s    0 /   5    0
QCHDC                     26m:43s    0 /   5    0
RAOADC01              02h:24m:41s    0 /  40    0
RAODC                 02h:17m:29s    0 /  10    0
SRLDC                 02h:17m:30s    0 /  10    0
STWDC                 02h:19m:34s    0 /   5    0
TACDC                 02h:19m:51s    0 /   5    0
 
 
Destination DSA     largest delta    fails/total %%   error
AMSDC                 02h:24m:02s    0 /  10    0
ASHDC                     23m:49s    0 /  10    0
ATHSDB                    04m:12s    0 /   5    0
CHRDC                 02h:24m:42s    0 /  10    0
EDBDC                 02h:23m:28s    0 /  10    0
FVBDC                 02h:21m:54s    0 /  10    0
GPRDC                     27m:13s    0 /  10    0
INDDC                 02h:26m:50s    0 /   5    0
KAODC                 02h:27m:10s    0 /  35    0
KAODC2                    26m:42s    0 /   5    0
KCHSDB                    20m:55s    0 /   5    0
KRLDC            >60 days            5 /  35   14  (1722) The RPC server is unavailable.
POCDC                 02h:29m:05s    0 /   5    0
PRLDC                 02h:17m:40s    0 /  10    0
PRVDC2                    22m:59s    0 /   5    0
QCHDC                     29m:38s    0 /   5    0
RAOADC                02h:26m:31s    0 /  45    0
RAODC                     18m:04s    0 /   5    0
SCTDC                 02h:18m:07s    0 /  30    0
SRLDC                     16m:22s    0 /   5    0
STWDC                 02h:18m:31s    0 /  10    0
TACDC                 02h:22m:58s    0 /  10    0
 
C:\Windows\system32>
 

Comments

Popular posts from this blog

"Blinky" TDOA RDF Detector

Our local Amateur Radio club is building a Radio Direction Finding TDOA (Time Difference of Arrival) detector that has LED's to indicate the direction (Left or right) of the fox.  Here are the build instructions.   (Note: this project was originally presented by NZ1J.  See his video:   https://www.youtube.com/watch?v=mNqUKYkifOo&t=68s   ) Here is the completed project: We start with the schematic:   Note that you either install PIN Diode pairs s D3 and D2, or Diodes pair D1 and D4.   The difference between these is the packaging.  If you are ok with Surface mount, then install D1/D4.  If you want discrete components use D3/D2. Next is the PCB.   The PCB can be ordered using the GRBR files available from the author.  The BOM for the electronic parts is as such: Doppler Direction Finder Bill of Materials   11/12/2021        Qty Part Digi-key Part Numbe...

Radio Direction Finding - TDOA

This article describes a few projects that I built from plans for Amateur Radio Fox Hunting. Basically, the hobby/sport is for someone to hide a few low power "Foxes", which are small transmitters that beep or send Morse Code, and then have a bunch of HAM's try to find them. The first project that I built was a Yagi Antenna (Directional receiver) and a 4MHZ Offset Attenuator.  The attenuator is needed when you get close to the fox and you need to reduce the power of the received signal.  I struggled with this setup because, on my first 2 fox hunts, there was too much reflection and multi-path interference.  This causes false direction detection and if you are not mentally prepared for this, you want to throw all of your equipment into a garbage can and take up a different hobby.   There are some truly strange individuals who find this frustration fun and enjoy making other people suffer, but I will leave that discussion for another day.  Anyw...

Wireless device monitoring with wavemon

Wireless device monitoring with wavemon wavemon is a wireless device monitoring software that allows you to watch signal and noise levels, packet statistics, device configuration, and network parameters of your wireless network hardware. It was written by Jan Morgenstern and is regularly maintained. It allows you to display your WiFi signal strength in realtime. Installation and start You install wavemon with sudo apt install wavemon -y And start it with wavemon and a dashboard appears. If you can’t see the function keys at the bottom, you need to make your Terminal window larger. What the information means Let’s quickly run through the data points that you want to look at to understand better the WiFi quality that your digital picture frame enjoys. Signal strength Basically, the higher the signal strength, the more reliable the connection and higher speeds are possible. The signal strength is specified as -dBm (decibels related to one ...