Now you will need to start all the services.Start with all the non-RDB modules, namely Sequencer, GDD, DCM, followed by the RDBs.For the RDBs, when deploying a Regatta database on more than a single node, the user is
required to create a module configuration file named rdb.config on each of the nodes that the
RDB module will be installed on. This file should reside in the same location of the
cluster.config, namely:
Copy
Ask AI
/opt/regatta/1.0/<module>/conf/rdb.config
The file should contain the id that was given to the module in the configuration file:
Copy
Ask AI
rdb=<module id
For example, if in the configuration file, the module id was defined as follows:
Copy
Ask AI
module_4_id=3
Then the rdb.config file should contain the following line:
Copy
Ask AI
rdb=3
To start the services, execute the following command: