A10 License

This template applies GLM license to the vThunder instance for legal compliance, security, all feature access, and support.

 

To configure GLM license for vThunder instance, perform the following steps:

  1. Download A10-vThunder_ADC-CONFIGURATION > GLM-LICENSE from GitHub.

  2. From Start menu, open PowerShell and navigate to this downloaded folder and open the GLM_CONFIG_PARAM.json with a text editor.

    NOTE: Each parameter has a default value mentioned in the parameter file which can be modified as required.
  3. Configure the following parameters:

    Table 13 : JSON Parameters

    Resource Name

    Description

    Entitlement Token

    Specify the entitlement token.

          "entitlementToken": {
            "value": "<license entitlementToken>"
          },

    vThunder details

    Specify a 'Read/Write/HM' privilege username and the Public IP address of one or more vThunder instance/s depending on the deployed template.

          "vThUsername": {
            "value": "admin"
          },
          "dnsPrimary": {
            "value": "<dns primary address>"
          },
          "hostIPAddress": {
            "vThunderIP": [
                "<vThunder1-PublicIP>",
                "<vThunder2-PublicIP>"]
            }
        }
    
  4. Verify if the configurations in the GLM_CONFIG_PARAM.json file are correct and then save the changes.
  5. Run the following command to apply GLM license on the vThunder instance/s:

    PS C:\Users\TestUser\A10-vThunder_ADC-CONFIGURATION\GLM-LICENSE> .\GLM_CONFIG.ps1
  6. Provide password for the vThunder instances/s whose IP address is mentioned in the GLM_CONFIG_PARAM.json file.

    applying GLM license on :  x.x.x.x
    Enter Password for x.x.x.x : *********

    If the GLM license is applied successfully, a message 'BASE License successfully updated' is displayed.

COMPANY INFORMATION: Copyright © 2023 A10 Networks, Inc. All Rights Reserved. Legal Notice