1. Install RDT
2. Set up SSH access
RDT connects to your node over SSH using either a key or a password. If your SSH user, key, or password aren’t already set up as RDT’s defaults, pass them explicitly on every command:3. Create a config
xsmall template: a single node running every module type. Replace
10.0.0.1 with your node’s real address.
The template doesn’t specify storage devices, and every RDB module needs at least one.
Edit the config and add one before deploying:
4. Probe node hardware (optional)
Instead of hand-editing CPU/RAM/device info, you can have RDT connect to the node and detect it for you when creating the config:5. Create and start RegattaDB
--src points to a directory containing the Regatta RPMs (a .tar.zst archive also
works; see RegattaDB Lifecycle).
If something goes wrong partway through, see
RegattaDB Lifecycle for how to retry individual
steps, and Collecting Debug Information if you need to
gather logs.
6. Verify and connect
Oncecreate-cluster finishes, connect to RegattaDB to confirm it’s up and start
running SQL.
Connection parameters
- Username:
admin - Password:
RegattaDefault1234!(the default admin credentials; change this immediately after deployment) - URL:
10.0.0.1:8840(your node’s IP and the SM’s default communication port)
Connect with the RegattaDB CLI
Confirm the system is active
Active. See
System States and Commands
for what each state means.
Next steps
- Multi-Node Deployment for a realistic production topology.
- Config Recipes for hardware probing and other config shortcuts.