Applies to:
Denodo 8.0
,
Denodo 7.0
,
Denodo 6.0
Last modified on: 14 May 2020
Tags:
Administration
Installation
This document describes how to install/uninstall the Denodo Platform in a “headless” machine (without graphical support).
Since the Denodo Platform 6.0 version, a command-line installer is included. The command-line installer is equivalent to the graphical one but it runs on the command line and does not require support for a graphical interface.
The steps of the installation are the same as in the graphical installer.
This section is based on the instructions provided in the Using the Command Line Installer section of the Denodo Platform Installation Guide.
In order to run the Denodo Platform installer, the steps depend on the operating system:
cd <DENODO_HOME>
installer_cli.bat install
unset DISPLAY
cd <DENODO_HOME>
chmod +x installer_cli.sh
./installer_cli.sh install
The command unset DISPLAY removes the DISPLAY variable from the environment. This is necessary because the command-line installer will not start if the variable DISPLAY is set and the host does not have graphical support.
Note: This section applies to the Denodo 7.0 and 8.0 versions.
This section is based on instructions provided in the Using the Command Line Installer section of the Solution Manager Installation Guide.
In order to run the Solution Manager installer, the steps depend on the operating system:
cd <SOLUTION_MANAGER_HOME>
installer_cli.bat install
unset DISPLAY
cd <SOLUTION_MANAGER_HOME>
chmod +x installer_cli.sh
./installer_cli.sh install
The command unset DISPLAY removes the DISPLAY variable from the environment. This is necessary because the command-line installer will not start if the variable DISPLAY is set and the host does not have graphical support.
In order to uninstall the Denodo Platform in a headless machine, you can execute the following command:
java -jar <DENODO_HOME>/Uninstaller/denodo-uninstall-8.0.jar -c
In order to uninstall the Denodo Solution Manager in a headless machine, you can execute the following command (only for Denodo 7.0 version):
java -jar <DENODO_SOLUTION_HOME>/Uninstaller/denodo-uninstall-8.0.jar -c
In order to perform a silent installation, where the installation tool does not display any graphical user interface and the process is performed without any user intervention, you can check the section Unattended Installation section of the Denodo Platform Installation Guide.
To enable additional logging during a headless installation to diagnose any installation problem the following command can be executed:
java -DDEBUG=TRUE -DDENODO_INSTALL_DEBUG=enabled -jar denodo-install-8.0.dat
Denodo Platform Installation Guide: Using the command line installer.
Solution Manager Installation Guide: Using the command line installer.