Launching the Administration Tool¶
There are two ways of launching the administration tool of Virtual DataPort:
Use the Denodo Platform Control Center:
To start the Control Center, execute
<DENODO_HOME>/bin/denodo_platform
.Click Virtual DataPort on the left panel.
Click Launch (next to Virtual DataPort Administration Tool).
With a script:
On Linux, execute
<DENODO_HOME>/bin/vdpadmin.sh
.On Windows, execute
<DENODO_HOME>/bin/vdpadmin.bat
.
When you launch the administration tool, you will see the log-in dialog. Enter the connection details and click Connect.
The URI for a default installation is //localhost:9999/admin
.
The default credentials are
Login = admin
Password = admin
We strongly recommend you change the password of the admin user after logging in for the first time. You can also create another administrator user, log out, log in with the new administrator account and then, delete the user admin.
The administration tool will warn you if you are connecting to a Virtual DataPort that runs with a different Denodo update.
When connecting to Virtual DataPort from the Administration Tool or the Design Studio, the database is optional in the URI (e.g. “//denodo-server.acme.com:9999”). When you do not specify the database, you will connect to the first database over which you have the privilege CONNECT.
Maximum Session Idle Timeout¶
It is possible to set the maximum time that an Administration Tool can remain connected to a server without activity. The maximum idle time is configured at server level so all Administration Tool instances obey to the setting. This feature is disabled by default but you can enable it using the following command:
SET ‘com.denodo.vdb.connection.admintool.maxIdleTimeInMinutes’ = ‘<value>’
To disable the feature, you can set a value of zero.