Skip to main content
This page walks you through deploying the “classic” multi-node topology: one node running all modules, and additional nodes running only SNA/RDB.

1. Create a config from the small template

This gives you 3 nodes: node_1 (SM, SNA, Sequencer, GDD, DCM, RDB) and node_2/node_3 (SNA, RDB only). See Configuration Overview for the full layout.

2. Assign real storage devices

The template ships with no devices assigned, and every RDB module needs at least one. Each node has its own RDB module, so you need a device entry per node. Edit the config and add one to each node’s devices list, then reference it from that node’s RDB module:
Device names only need to be unique within a node, so reusing disk1 on every node is fine as long as it points to that node’s own local device. See the full config file in the appendix below.

3. Probe node hardware (optional)

Instead of hand-editing CPU/RAM/device info, you can have RDT connect to each node and detect it for you when creating the config:

4. Create and start RegattaDB

--src points to a directory containing the Regatta RPMs. --clean-install removes any previous installation on the nodes first, useful when reusing nodes from an earlier deployment.

Appendix: full config file

Next steps