Denodo Tools¶
The Denodo Tools are a toolkit that helps administrators to build a cluster of Virtual DataPort servers.
These tools are also useful to perform backups of the metadata stored in a Virtual DataPort server.
The scripts that form the Denodo Tools are:
ping
: checks that a Virtual DataPort server is “alive”. See section How to Check If a Virtual DataPort Server Is Alive.export
: exports the metadata from a Virtual DataPort server. See section Export Script.import
: imports metadata into one or more Virtual DataPort servers. See section Import Script.encrypt_password
: the scriptsexport
andimport
require you to fill in the password of the Server. Using this script, you can encrypt the password to avoid entering as plain text.
These scripts are located in the path <DENODO_HOME>/bin
. However, if
you want to execute them from another host, you can copy the file
<DENODO_HOME>/tools/db/denodo-db-tools.zip
. This zip file contains
all the scripts and libraries required to use the Denodo Tools.