Self-Hosted Deployment
Manual Deployment
- Manual Deployment
- User Setup
- Regatta Configuration
- Configuration File
- Firewall
- Starting the System
- CLI and Drivers
- Configuration Template File
Scripted Solution
Hybrid Deployment
Support
- Support
- Collecting Data
Manual Deployment
Configuration Template File
The file below is the default configuration template that you will see when deploying Regatta. You can use it and apply all that was described inthe previous sections.
Copy
Ask AI
# rdb config template
# system
system_cluster_id=<unique id>
system_num_cpus=<node num cupus>
system_num_messages_in_queue=8
system_root_dir=/opt/regatta/1.0
system_trace_prefix=trace
system_genesis_mode=Genesis
system_cluster_join_timeout_sec=0
trans_agent_max_nodes_to_take_hard_lock_after_validation=2
#node
node_1_id=1
node_1_name=node_1
node_1_ip=<node internal ip>
node_1_port=22
#module
module_1_id=1
module_1_parent_node_id=<parent node id>
module_1_name=sequencer
module_1_role=SEQUENCER
module_1_ip=<module internal ip>
module_1_port=5000
module_2_id=2
module_2_parent_node_id=<parent node id>
module_2_name=gdd
module_2_role=GDD
module_2_ip=<module internal ip>
module_2_port=5001
module_3_id=3
module_3_parent_node_id=<parent node id>
module_3_name=dcm
module_3_role=DCM
module_3_ip=<module internal ip>
module_3_port=5002
module_10_id=10
module_10_parent_node_id=<parent node id>
module_10_name=rdb_10
module_10_role=RDB
module_10_ip=<module internal ip>
module_10_port=5010
#device
dev_1_module_id=10
dev_1_local_number=1
dev_1_name=m10d1
dev_1_block_size=4096
dev_1_atomic_page_size=4096
dev_1_capacity=<device capacity bytes>
dev_1_type=fast_devices
dev_1_path=<device path>
#core
core_pdbg_port={pdbg_port}
core_total_ram_budget_for_module_mb=<total ram budget for module>
ranger_dev_num=1
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.