The following methods will cancel or clear the compare processes on Source and Target:
1. The simplest way to kill running compare processes is to identify the Unix process ID (PID) of compare on Source and issue the command "compare cancel <PID>" on Source sp_ctrl.
One can identify the PID by issuing "show compare" on Source sp_ctrl.
The "compare cancel" will also get rid of the compare process on the Target SharePlex instance.
2. The compare process on Source can be killed at OS level but has to be done as root.
The corresponding process on Target will also get cleared.
If, for any reason, the Target process does stop, you may want to issue "kill" on it as well.
3. Shutting down and restarting SharePlex on Source and Target also results in the killing of compare processes.