Kaspersky Unified Monitoring and Analysis Platform

Installing the program on a single server

June 18, 2024

ID 222159

You can install all KUMA components on a single server using the Ansible tool and the single.inventory.yml inventory file.

To install Kuma on a single server:

  1. Download the kuma-ansible-installer-<build number>.tar.gz KUMA distribution kit to the server and extract it. The archive is unpacked into the kuma-ansibleinstaller directory.
  2. Go to the directory with the unpacked installer.
  3. Depending on the type of license activation that you are planning to use, do one of the following:
    • If you want to activate the license with a file, place the file with the license key in the "<installer folder>/roles/kuma/files/" folder.

      The key file must be named license.key.

      sudo cp <key file>.key <installer directory>/roles/kuma/files/license.key

    • If want to activate with a license code, go to the next step of the instructions.
  4. Run the following command to start the component installation with your prepared single.inventory.yml inventory file:

    sudo ./install.sh single.inventory.yml

  5. Accept the terms of the End User License Agreement.

    If you do not accept the terms of the End User License Agreement, the program will not be installed.

    Depending on the type of license activation, running the installer has one of the following results:

    • If you want to activate the license using a file and have placed the file with the license key in the "<installer folder>/roles/kuma/files/" folder, running the installer with the "single.inventory.yml" inventory file installs KUMA Core, all services specified in the inventory file, and OOTB resources. If example_services=true is set in the inventory, demo services are installed.
    • If you want to activate with a license code or provide a license file later, running the installer with the "single.inventory.yml" inventory file installs only KUMA Core.

      To install the services, specify the license code on the command line. Then run the postinstall.sh installer with the "single.inventory.yml" inventory file.

      sudo ./postinstall.sh single.inventory.yml

      This creates the specified services. You can select the resources that you want to import from the repository.

  6. After the installation is complete, log in to the KUMA web interface and enter the address of the KUMA web interface in the address bar of your browser, then enter your credentials on the login page.

    The address of the KUMA web interface is https://<FQDN of the host where KUMA is installed>:7220.

    Default login credentials:
    - login – admin
    - password – mustB3Ch@ng3d!

    After the first login, change the password of the admin account

All KUMA components are installed and you are logged in to the web interface.

We recommend backing up the inventory file that you used to install the program. You can use this inventory file to add components to the system or remove KUMA.

You can expand the installation to a distributed installation.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.