Replicate server procedures
This section describes how to start and stop a Replicate instance, and how to determine whether an instance is running.
Verifying that a Replicate instance is running
To verify that a Replicate instance is running, run the following command:
/opt/attunity/replicate/bin/instancename status
Example:
/opt/attunity/replicate/bin/areplicate status
The output will be similar to the following:
running: /opt/attunity/replicate/bin/repctl -d /opt/attunity/replicate/data service start port=3550 rest_port=3552
Starting and stopping a Replicate instance
To start a Replicate instance:
Run the following command (shown using the default installation path):
/opt/attunity/replicate/bin/instancename start
Example:
/opt/attunity/replicate/bin/areplicate start
To stop an Replicate instance:
Run the following command (shown using the default installation path):
/opt/attunity/replicate/bin/instancename stop
Example:
/opt/attunity/replicate/bin/areplicate stop