Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 11

Updating Licenses in Solution Manager

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.

Configuring the VDP Server

As long as Solution Manager is being used to manage licenses, each VDP server needs to be configured to connect to Solution Manager for acquiring it’s license.

  1. Edit <DENODO_HOME>/conf/SolutionManager.properties to have the following values (assumes SSL is setup):

    # License Manager Configuration
    com.denodo.license.host=denodo-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
  2. Restart the VDP server

  3. Check the logs to confirm that the VDP server has started successfully and test connecting with a client.

 Evaluation Licenses

Evaluation Licenses (OLD)

Evaluation licenses require copying license files onto both the Solution Manager and VDP servers and restarting the services.

  • No labels