You can update the license information on the DNS/DHCP Server. Ensure that the license client ID is 15-characters long. The activation key contains five sets of five alpha-numeric characters <XXXXX-XXXXX-XXXXX-XXXXX>.
Example
#cloud-config
bluecat_service_config:
payload: |
{
"version": "1.0.0",
"services": {
"license": {
"configurations": [
{
"licenseConfiguration": {
"clientID": "ANEWCUSTOMER123",
"key": "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
}
}
]
}
}
}
Parameters
clientID
—enter the license client ID.key
—enter the activation key for the client ID.