Skip to main content

Bootstrap a Node

1

Connect to the Node

To bootstrap an node, connect to the node with your server username and password and the IP address of your node.For example, connect as administrator admin to the IP Address 10.10.10.10.
Shell
2

Configure the Bootstrap Configuration File

Use your preferred text editor with sudo to create the /var/opt/ocient/bootstrap.conf file as root.For a list of bootstrapping options, see Supported Options.Option 1: Bootstrap the initial node in a systemUse these bootstrap.conf settings to create the initial node in a system./var/opt/ocient/bootstrap.conf example
YAML
Option 2: Bootstrap a new node on a system with an initial nodeUse these bootstrap.conf settings to create another node in a system, replacing the IP Address 10.10.10.10 with the IP address or hostname of the initial node./var/opt/ocient/bootstrap.conf example
YAML
3

Start the Node

Start the database.
Shell
Verify that the node and the service are active by running this status command.
Shell
You have bootstrapped the node.

Supported Options

You can edit the /var/opt/ocient/bootstrap.conf file to include a number of other options for advanced system configurations. The Ocient bootstrap.conf file can also include these optional parameters. For examples of these options, see the Example bootstrap.conf file.

Example bootstrap.conf File [#example-bootstrap-conf-file]

This example shows a bootstrap.conf file that you can use as a template.
YAML
Checking System Configuration Before Bootstrapping Operating System Configuration Cluster and Node Management
Last modified on May 20, 2026