USER MANUALS


Configuring the Network Interface Restriction in the Solution Manager

The Denodo Platform allows to restrict the network interface through which the platform’s servers will listen to incoming connections.

In order to activate this restriction in the Solution Manager, stop all the Denodo servers and edit the following configuration options:

Configuration property files to modify to enable the network interface restriction in the Solution Manager

Component

Configuration File

Embedded Virtual DataPort server

<SM_HOME>/conf/vdp/VDBConfiguration.properties

License Manager Server

<SM_HOME>/conf/license-manager/LMConfigurationParameters.properties

Solution Manager Server

<SM_HOME>/conf/solution-manager/SMConfigurationParameters.properties

Solution Manager Web Tool

<SM_HOME>/resources/apache-tomcat/webapps/solution-manager-web-tool/WEB-INF/classes/ConfigurationParameters.properties

Diagnostic and Monitoring Tool

<SM_HOME>/resources/apache-tomcat/webapps/diagnostic-monitoring-tool/WEB-INF/classes/ConfigurationParameters.properties

  • Embedded Virtual DataPort Server:

    • Set com.denodo.vdb.vdbinterface.server.VDBManagerImpl.registryURL to the corresponding network interface.

    • Define com.denodo.vdb.vdbinterface.server.VDBManagerImpl.registryURL.restricted to the restricted IP/network interface. The value of the property registryURL has to be resolved to the same value of the restricted network in the local VDP server.

  • License Manager Server:

    • Set the properties server.address and com.denodo.solutionmanager.storage.DerbyStorageManager.derbyHost to the restricted address.

  • Solution Manager Server:

    • Set the properties server.address and com.denodo.solutionmanager.vdp.hostname to the restricted network interface.

  • Solution Manager Web Tool:

    • Set the property com.denodo.solutionmanager.host to the restricted address.

  • Diagnostic and Monitoring Tool:

    • Set the property vdp.hostname to the restricted network interface.

Add feedback