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:
Download A10-vThunder_ADC-CONFIGURATION > GLM-LICENSE from GitHub.
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. |
Configure the following 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>"] } } |
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
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.