Starting the mine process
...
The Dbvisit Replicate setup wizard creates the necessary scripts for starting the replication mine process, so the actual dbvrep commands listed here are not required and are for information purposes only. The script names to start the mine process are listed in the Nextsteps.txt file created by the setup wizard. The script names will have the word run and will contain the server name on which to run the actual script.
Example:
d112f-run-dbvisit210.sh
Where:
- d112f is the DDC file
...
- name
- dbvisit210 is the server name
On Windows:
Start the Command Console with the DDC file.
...
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
On Linux/Unix:
Start the Dbvisit Replicate executable with a DDC file and start the mine as a daemon process:
...
The –daemon option makes dbvrep disconnect from the console and run in the background. No further commands can be entered.
To see the progress of the replication, start a new Dbvisit Replicate Command Console and load the same DDC file. See Viewing the status of the replication for more information.
Starting the apply process
Note |
---|
The Dbvisit Replicate setup wizard creates the necessary scripts for starting the replication apply process, so the actual dbvrep command listed here are not required and are information purposes only. The script names to start the apply process are listed in the Nextsteps.txt file created by the setup wizard. |
On Windows:
Start the Command Console with the DDC file.
...
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
On Linux/Unix:
Start the Dbvisit Replicate executable with a DDC file and start the apply as a daemon process:
...
Note |
---|
When restarting the Mine process after the Mine process has been stopped for some time, there maybe some additional work required by the Mine process internally before the replication is up to date again. Please see Restarting Mine Process for more information. |
Starting the fetcher process
Note |
---|
The Dbvisit Replicate setup wizard creates the necessary scripts for starting the replication fetcher process, so the actual dbvrep command listed here are not required and are information purposes only. The script names to start the apply process are listed in the Nextsteps.txt file created by the setup wizard. |
On Windows:
Start the Command Console with the DDC file.
...
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
On Linux/Unix:
Start the Dbvisit Replicate executable with a DDC file and start the fetcher as a daemon process:
...
The –daemon option makes dbvrep disconnect from the console and run in the background. No further commands can be entered.
To see the progress of the replication, start a new Dbvisit Replicate Command Console and load the same DDC file. See Viewing the status of the replication for more information.
Stopping the replication process
To stop or shutdown the replication process:
...