Start the cluster

Once HSTS, the Redis database, and Redis Sentinel are configured on each node, start the cluster.

  1. On the primary node, start asperaredisd and asperaredissentinel:
    # systemctl start asperaredisd
    # systemctl start asperaredissentinel
    # systemctl start asperanoded
    # systemctl start asperarund 
  2. On each of the replica nodes, use the same commands:
    # systemctl start asperaredisd
    # systemctl start asperaredissentinel
    # systemctl start asperanoded
    # systemctl start asperarund
  3. On each node, verify that the services are running:
    # systemctl status asperaredisd
    # systemctl status asperaredissentinel
    # systemctl status asperanoded
    # systemctl status asperarund