To create a storage:
Make sure the kuma file has sufficient rights to run.
sudo /opt/kaspersky/kuma/kuma storage --core https://<KUMA Core server FQDN>:<port used by KUMA Core for internal communication (port 7210 by default)> --id <
service ID copied from the KUMA web interface> --install
Example: sudo /opt/kaspersky/kuma/kuma storage --core https://kuma.example.com:7210 --id XXXXX --install
When deploying several KUMA services on the same host, during the installation process you must specify unique ports for each component using the --api.port <port>
parameter. The following setting values are used by default: --api.port 7221
.
The storage is installed.
Page top