To restore the Raft cluster from the current state of a selected node:
sudo systemctl stop kuma-core-<KUMA_Core_service_ID>.service
sudo rmdir <directory_name>
At this point, all KUMA Core services are stopped and the servers are ready for cluster recovery.
sudo touch /opt/kaspersky/kuma/core/<service_id>/raft/.reset
--raft.join parameter in the systemd file and apply the changes by running the following command:sudo systemctl daemon-reload
sudo systemctl start kuma-core-<KUMA Core service ID>.service
The Raft cluster is restored with a single KUMA Core. On the rest of the nodes, the KUMA core services are stopped and the nodes are removed from the cluster.
--raft.join option to add the nodes to the Raft cluster using the following command:sudo /opt/kaspersky/kuma/kuma core --raft.join <FQDN of the initial cluster node>:7210 --id <ID of the KUMA Core service copied from the web interface> --install
The cluster is restored. Certificates of services, such as collectors, correlators, and storages, do not need to be reset.
Page top