docs/operating-scylla/procedures/cluster-management/create-cluster.rst
Create a ScyllaDB Cluster - Single Datacenter (DC)
.. include:: /operating-scylla/procedures/_common/create_cluster_prerequisites_include.rst
Getting Started</getting-started/index> for further instructions.
Follow the ScyllaDB install procedure up to scylla.yaml configuration phase.In case the node starts during the process, follow :doc:these instructions </operating-scylla/procedures/cluster-management/clear-data>
scylla.yaml file to configure the parameters listed below.
The file can be found under /etc/scylla/.cassandra-rackdc.properties file, edit the parameters listed below.
The file can be found under /etc/scylla/For example:
.. code-block:: shell
dc=thedatacentername rack=therackname
.. include:: /rst_include/scylla-commands-start-index.rst
nodetool status.This example shows how to install and configure a three-node cluster using GossipingPropertyFileSnitch as the endpoint_snitch, each node on a different rack.
.. code-block:: shell
192.168.1.201 (seed) 192.168.1.202 192.168.1.203
scylla.yaml file192.168.1.201
.. code-block:: shell
cluster_name: 'Scylla_cluster_demo' seeds: "192.168.1.201" endpoint_snitch: GossipingPropertyFileSnitch rpc_address: "192.168.1.201" listen_address: "192.168.1.201"
192.168.1.202
.. code-block:: shell
cluster_name: 'Scylla_cluster_demo' seeds: "192.168.1.201" endpoint_snitch: GossipingPropertyFileSnitch rpc_address: "192.168.1.202" listen_address: "192.168.1.202"
192.168.1.203
.. code-block:: shell
cluster_name: 'Scylla_cluster_demo' seeds: "192.168.1.201" endpoint_snitch: GossipingPropertyFileSnitch rpc_address: "192.168.1.203" listen_address: "192.168.1.203"
cassandra-rackdc.properties file.192.168.1.201
.. code-block:: shell
dc=datacenter1 rack=rack43
192.168.1.202
.. code-block:: shell
dc=datacenter1 rack=rack44
192.168.1.203
.. code-block:: shell
dc=datacenter1 rack=rack45
.. include:: /rst_include/scylla-commands-start-index.rst
nodetool status command... code-block:: shell
Datacenter: datacenter1 Status=Up/Down State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns (effective) Host ID Rack UN 192.168.1.201 112.82 KB 256 32.7% 8d5ed9f4-7764-4dbd-bad8-43fddce94b7c 43 UN 192.168.1.202 91.11 KB 256 32.9% 125ed9f4-7777-1dbn-mac8-43fddce9123e 44 UN 192.168.1.203 124.42 KB 256 32.6% 675ed9f4-6564-6dbd-can8-43fddce952gy 45