To perform the migration from KUMA standalone to Kaspersky Next XDR Expert, complete the following stages.
Preparation
Before you perform the migration, follow the preliminary steps:
Also, we recommend that you keep track of time when preparing the backup, and notice the size of the backup. Later, you may need to adjust the respective values for timeout and spare space on the storage volume in the smp_param file.
- name: migration
source:
value: "true"
- name: coreSourceCA
source:
path: "<full path to the CA certificate>"
- name: coreSourceFQDN
source:
value: "<KUMA Core standalone FQDN>”
- name: coreSourceToken
source:
value: <token>
The default value of the helmTimeout
parameter is 5 minutes. If copying backup takes longer than the specified timeout value, an error may occur. As a result, KUMA resources may become unavailable. To avoid such scenario, keep track of time when preparing the backup and adjust the timeout value accordingly. In the following example, the timeout is set to 50 minutes.
- name: helmTimeout
source:
value: "50m0s"
If you plan to import a large MongoDB base, ensure that the LowResource
parameter value is set to false
.
- name: lowResources
source:
value: 'false'
Also, please specify the required size of the volume in accordance with the size of a prepared backup. The default size value is 512 GB which may be excessive for your deployment. Adjust the value as applicable and specify the required values. In the following example, the volume for KUMA Core is set to 50 GB:
- name: coreDiskRequest
source:
value: 50Gi
Migration
Run the KDT utility using the prepared smp_param file, same as for initial installation.
After migration is complete, all services are available in KUMA console under Resources → Active services.
Troubleshooting
If the migration fails, follow the steps:
./kdt status -l kuma
If you figure out that the migration failed when installing the services, which would be clear of the log records, the other steps of this procedure would be of no help and we recommend that you contact the Customer support service.
./kdt ec > /root/ksmp/smp_param1.yaml
./kdt apply --force -k <KUMA as a part of XDR archive>.tar -i /root/ksmp/smp_param1.yaml