aerolab

Docs home

Deploy a rack-aware cluster

AeroLab makes it easy to deploy a rack-aware Aerospike Database cluster.

Create a 6-node Aerospike cluster, do not start aerospike

aerolab cluster create -c 6 -s n

Assign rack-id 1 to first three nodes, all namespaces

aerolab conf rackid -l 1-3 -i 1 --no-restart

Assign rack-id 2 to the next three nodes, all namespaces

aerolab conf rackid -l 4-6 -i 2 --no-restart

Start aerospike

aerolab aerospike start

Confirm the cluster is working

aerolab attach asadm -- -e info