You can translate the question and the replies:

extract server configuration

Hi Team, Denodo 5.5 Denodo 6.0 Administration > Server Configuration Tools > Admin Tool Preferences Control Center > Configure > Memory Options Is there any scripted way to get the values configured in these sections. Rather than opening each and seeing the value. Thanks.
user
20-05-2019 05:22:35 -0400
code

3 Answers

Hi, To get the values configured in these sections, I would prefer using the Configuration files instead of using Virtual DataPort Administration Tool and Denodo Control Center: * For "Administration> Server Configuration" and "Denodo Platform Control Center > Configure > Memory Options" - **VDBConfiguration.properties** file under the "<Denodo_Home>\conf\vdp" folder. * For "Tools > Admin Tool Preferences" - **VDBAdminConfiguration.properties** file under the "<Denodo_Home>\conf\vdp-admin" folder. You can have a look at [Server Administration - Configuring the Server]( https://community.denodo.com/docs/html/browse/6.0/vdp/administration/server_administration_-_configuring_the_server/server_administration_-_configuring_the_server) and [Tool Preferences](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/installation_and_execution/launching_the_virtual_dataport_administration_tool/tool_preferences) section of Virtual DataPort Administration Guide for more information. Hope this helps!
Denodo Team
20-05-2019 09:01:31 -0400
code
Hi Team, Thanks. This helps. Actaully though I am looking from a comparison perspective. I want these logs to be read in Denodo (by DF sources) coming from different environments and create a comparison list of configurations in different environments. So is there any such stored procedure which can help on this, or create views from these different log files and build your logic to derive to comparison. Any other way to compare these configuraytion between different environments. Please tell. Thanks.
user
22-05-2019 02:27:50 -0400
Hi, For reading the Denodo Server logs, I would use the [Log Custom Wrapper](https://community.denodo.com/docs/html/document/denodoconnects/6.0/Denodo%20Log%20Custom%20Wrapper%20-%20User%20Manual) available under **"Downloads > Denodo Connects"** section of the Support Site because this Custom Wrapper has better performance than the DF wrapper and it can search the entries by date. Also, each log file includes different information for each tuple so for reading log files other than **vdp.log**, I would change the [patterns](https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html) of the Log Custom Wrapper. You could refer to [Reading the VDP logs with Denodo Log Custom Wrapper](https://community.denodo.com/kb/view/document/Reading%20the%20VDP%20logs%20with%20Denodo%20Log%20Custom%20Wrapper?category=Custom+Elements) Knowledge Base article for more information. To compare the configuration of different environments, I would create the ConfigurationParameters.properties file as a [Delimited File](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/creating_views/importing_data_sources_and_creating_base_views/delimited_file_sources) datasource using the tuple pattern that matches the contents of the file like: `(.*)=(.*)` Then, I would compare the views(Configuration files) obtained from different environments by performing operations like join or minus in the Virtual DataPort Administration Tool. Hope this helps!
Denodo Team
03-06-2019 09:15:52 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here