Skip to main content
Skip table of contents

Installation of Analytics

All operations will be executed on VM1, unless an alternative is explicitly designated.

  1. To prepare the configuration files for Analytics, run the scripts:

CODE
./configure-analytics.sh
  1. Ensure the ./sources.sh file is configured, and the ANALYTICS variable was set to yes during installation of VMS. Update the VMS installation if ANALYTICS was not enabled.

  2. Configure your licenses and license type (online or offline) and uncomment the line:

CODE
vim ../analytics/licensing.yaml
CODE

# 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.

  1. Install Analytics by running the following script and wait for completion:

CODE
./deploy-analytics.sh

If completion wasn’t successful, break the script with Ctrl+C and contact the support team.

  1. Check the status of the Analytics deployment:

CODE
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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.