Once HSTS, the Redis database, and Redis Sentinel are configured on
each node, start the cluster.
- On the primary node, start
asperaredisd
and
asperaredissentinel
:
# systemctl start asperaredisd
# systemctl start asperaredissentinel
# systemctl start asperanoded
# systemctl start asperarund
- On each of the replica nodes, use the same commands:
# systemctl start asperaredisd
# systemctl start asperaredissentinel
# systemctl start asperanoded
# systemctl start asperarund
-
On each node, verify that the services are running:
# systemctl status asperaredisd
# systemctl status asperaredissentinel
# systemctl status asperanoded
# systemctl status asperarund