Installation of Analytics
All operations will be executed on VM1, unless an alternative is explicitly designated.
To prepare the configuration files for Analytics, run the scripts:
./configure-analytics.sh
Ensure the
./sources.sh
file is configured, and theANALYTICS
variable was set toyes
during installation of VMS. Update the VMS installation ifANALYTICS
was not enabled.Configure your licenses and license type (online or offline) and uncomment the line:
vim ../analytics/licensing.yaml
# for ONLINE licensing
# licenseURL:{your license URL}
# for OFFLINE licensing (default)
publicKey:{your license public key}
If the offline license is used, replace the license.json
file in the ../analytics/
folder with the actual license file.
Install Analytics by running the following script and wait for completion:
./deploy-analytics.sh
If completion wasn’t successful, break the script with Ctrl+C and contact the support team.
Check the status of the Analytics deployment:
kubectl get all -n vsaas-analytics
If it’s required to update the deployment of Analytics, proceed with configuration changes and execute the script:
./update-analytics.sh