SetUp Helyx Replication services
Setting up Helyx replication services is a simple and efficient process. To initiate replication services, execute the configuration service executables as described below :
1. Starting helyx-sync-manager
Execute the following command to start the sync manager :
./configservice -start helyx-sync-manager -datapath <phycal path for helyx-sync-manager>The datapath specifies the directory location on your virtual machine (VM) or physical server.
Ensure this directory is created prior to running the above command :
mkdir -p <your datapath location>Create directory named config at /var/lib/helyx location. This path is related to configpath parameter.
Place all required properties and configuration files :
- helyx-broker-manager.properties
- helyx-schema-registry-manager.properties
- helyx-connect-service-manager.properties
- publication.config
- tablelist.config
- subscription.config
under the /var/lib/helyx/config directory.
2. Starting helyx-broker-manager
To launch the broker manager, use the command :
./configservice -start helyx-broker-manager -datapath <phycal path for helyx broker-manager> -configpath /var/lib/helyx/config/helyx-broker-manager.propertiesEnsure the datapath directory exists on your VM or physical server before executing the above command. helyx-broker-manager datapath must be different from helyx-sync manager.
3. Starting helyx-schema-registry-manager
Start the schema registry manager with the command :
./configservice -start helyx-schema-registry-manager -configpath /var/lib/helyx/config/helyx-schema-registry-manager.properties4. Starting helyx-connect-service-manager
Start the connect service manager with the command :
./configservice -start helyx-connect-service-manager -configpath /var/lib/helyx/config/ helyx-connect-service-manager.properties5. To get all commands type HELP
./configservice -help