Creating a Storage Space
To create a storage space with 12 segments, use You can view all storage spaces in the system by querying the For details about creating a storage space to suit your system needs, see Configure Storage Spaces.
WIDTH=12 and PARITY_WIDTH=2. Two of these segments are the parity portion, and 10 of these segments are the data portion.SQL
The storage space name must begin with a letter followed by letters, numbers, and underscores.
sys.storage_spaces system catalog table.SQL
Creating Storage Clusters
You must have at least one storage cluster to configure an Ocient System. A storage cluster is a set of Foundation Nodes with an associated storage space that coordinate to reliably store data and serve queries.Create a Foundation cluster.View all clusters in the system.View all clusters and their associated nodes.
SQL
Loader Nodes and SQL Nodes do not need to be placed into a cluster.
At a minimum, the number of participants must be the width specified in the storage space. This number can be greater if you overprovision the system. For details about storage spaces and related settings, overprovisioning, and parity, see Core Elements of an Ocient System.
SQL
SQL
Assigning Service Roles
Assign service roles to each accepted node. This process defines how each node participates in queries and the management of the system.View all nodes and their configured roles.The addition of nodes to the storage cluster in the prior step automatically assigns
SQL
lts to the Foundation Nodes that you included.Add the remaining sql, admin, and streamloader roles to the appropriate nodes.SQL
The
Admin role can operate standalone or on the same node as the SQL role.Restart the Nodes
With roles assigned to the nodes, you can restart the You can check the status of nodes using the Status endpoint on each node from a terminal. Assuming IP Addresses After all of the nodes are
rolehostd process on all nodes. At a shell terminal on each node, run this command.Shell
If any custom configuration settings are applied to running nodes during other configurations, be sure to restart the
rolehostd process before proceeding.10.10.0.2 and 10.10.0.3 for sql1 and lts0, respectively, you can check the status with these curl commands.CURL
Active, Ocient is ready to use for queries.Creating an Ocient System with Multiple Storage Clusters
If you need an Ocient System that requires 10 or more Foundation Nodes in the storage cluster, then you can create multiple storage clusters. For considerations to take into account when you work with multiple storage clusters, see Multiple Storage Clusters for Loading Data. Create a multiple storage cluster with 12 nodes. Create a storage spacestore with width 5 and parity width 1 using the CREATE STORAGESPACE SQL statement.
SQL
CREATE CLUSTER SQL statements using the storage space store. Split the Foundation Nodes among the clusters. cluster_0 storage cluster has Foundation Nodes lts0 through lts5, while cluster_1 has lts6 through lts11.
SQL

