...
On Windows, the Dbvisit Replicate can be started as a local service.
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep> start_service mine |
This starts the Windows service. The service can also be started from the Windows service control panel.
If the service is not yet created, the service can be created with:
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep> create service mine |
On Linux/Unix:
Start the Dbvisit Replicate executable with a DDC file and start the mine as a daemon process:
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep --ddcfile w112a.ddc –-daemon start mine |
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.
...
On Windows, the Dbvisit Replicate can be started as a local service.
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep> start_service apply |
This starts the Windows service. The service can also be started from the Windows service control panel.
If the service is not yet created, the service can be created with:
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep> create service apply |
On Linux/Unix:
Start the Dbvisit Replicate executable with a DDC file and start the apply as a daemon process:
Section |
---|
Column |
---|
|
panel No Format |
---|
|
dbvrep --ddcfile w112a.ddc –-daemon start apply |
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.
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 MINE Process for more information. |
...
On Windows, the Dbvisit Replicate can be started as a local service.
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep> start_service fetcher |
This starts the Windows service. The service can also be started from the Windows service control panel.
If the service is not yet created, the service can be created with:
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep> create service fetcher |
On Linux/Unix:
Start the Dbvisit Replicate executable with a DDC file and start the fetcher as a daemon process:
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep --ddcfile w112a.ddc –-daemon start fetcher |
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.
...
To stop or shutdown the replication process:
Section |
---|
Column |
---|
|
Panel |
---|
No Format |
---|
|
dbvrep> shutdown all |
This will stop all the replication processes including mine, apply and fetcher (if started).
...