...
Updating the license for Denodo is easily done through the Solution Manager web app.
Navigate to the Install License Page and drag the new license file into the UI dialog, then click Install.
...
Edit
<DENODO_HOME>/conf/SolutionManager.properties
to have the following values (assumes SSL is setup):Code Block # License Manager Configuration com.denodo.license.host=denodadataweb-devdenodo-solution-manager-prod-01.it.tufts.edu com.denodo.license.port=10091 com.denodo.license.maxRetries=3 com.denodo.license.millisecondsBetweenRetries=5000 com.denodo.license.security.ssl.enabled=true com.denodo.license.awsCloudExecutionMode=false
Restart the VDP server
Code Block cd <DENODO_HOME>/bin sudo ./vqlserver_shutdown sudo ./vqlserver_startup
Check the logs to confirm that the VDP server has started successfully and test connecting with a client.
Expand | ||
---|---|---|
| ||
Evaluation Licenses (OLD)Evaluation licenses require copying license files onto both the Solution Manager and VDP servers and restarting the services. |