targetsync
Use the targetsync
program to synchronize the instance database state with the state from target systems without blocking other high value replication data for prolonged periods of time.
Usage
targetsync.exe [options]...
Argument | Description |
---|---|
-j | Specify the number of targets to process in parallel (default: 1) |
-nolist | Skip agent list update |
-target | Specify the ID of the target for which to run targetsync to synchronize the state of the instance database. This option can be used multiple times to select multiple targets |
-targetmanual | Select all manual targets |
-wait | Wait for discovery to complete |
Examples
To synchronize the state of an Active Directory target system AD, and a Windows NT target system WINNT, type:
targetsync.exe -target AD -target WINNT
To synchronize the state of all manual targets, process two targets in parallel, and wait for discovery to complete, type:
targetsync.exe -targetmanual -j 2 -wait