Start the cluster

Restart the Redis database and Sentinel on each node after configuration changes by running specific commands.

About this task

Procedure

  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