If you manage the Synchronizer services individually, they should be started in the following order:
Config Engine
Sync Engine
Connector Manager
The Synchronizer services should be stopped in the following order:
Connector Manager
Sync Engine
Config Engine
You can start and stop Web Admin at any time, as long as the other Synchronizer services are running.
Each Synchronizer service has its own set of commands:
Use the following command as root to check the status of the Sync Engine:
rcdatasync-syncengine status
Use the following commands as root to manually start and stop the Sync Engine:
rcdatasync-syncengine start rcdatasync-syncengine restart rcdatasync-syncengine stop
Use the following command as root to check the status of the Config Engine:
rcdatasync-configengine status
Use the following commands as root to manually start and stop the Config Engine:
rcdatasync-configengine start rcdatasync-configengine restart rcdatasync-configengine stop
Use the following command as root to check the status of the Web Admin service:
rcdatasync-webadmin status
Use the following commands as root to manually start and stop the Web Admin service:
rcdatasync-webadmin start rcdatasync-webadmin restart rcdatasync-webadmin stop
Use the following command as root to check the status of the Connector Manager:
rcdatasync-connectors status
Use the following commands as root to manually start and stop the Connector Manager:
rcdatasync-connectors start rcdatasync-connectors restart rcdatasync-connectors stop