Start a cluster
Learn how to start clusters in a native cloud deployment on AWS.
This article is only relevant for AWS native cloud deployments of Exasol.
Prerequisites
The database access node must be running.
Procedure
This procedure uses the c4 and confd_client command-line tools in a Linux terminal. To learn more about these tools, see Exasol Deployment Tool (c4) and ConfD.
Step 1: Connect to COS
Connect to the cluster operating system (COS) using c4 connect -i PLAY_ID -s cos.
Example:
./c4 connect -i c3275f84 -s cos
To find the play ID, you can use c4 ps.
For more information about how to use c4 commands, see How to use c4.
Step 2: Start the cluster
To start all the nodes in a cluster, use the ConfD job infra_db_start.
| Parameter name | Data type | Description |
|---|---|---|
| db_name | string | The name of the cluster that should be started. |
Example:
confd_client infra_db_start db_name: WORKER1
Step 3: Disconnect from COS
To disconnect from COS, use Control+D.
Verification
To verify that the cluster is running, use c4 ps.