Automatic installation

Install INUBIT via the command line

If the target system does not support a graphical interface, the installer can be run on the command line.

If you access the system remotely, disable X11 forwarding in the terminal client used (e.g. Mobaxterm, Putty).

Prerequisites

  • You have copied the installation file to your computer.

  • To install INUBIT unattended in silent mode, you have to create a response file with a typical installation using the following command before, e.g.:

    • Windows

    • Linux

    setupWinX64-<inubit version>.exe -r <full path to response file>
    setupLinuxX64-<inubit version>.bin -r <full path to response file>

    The installation assistant starts and guides you through the installation. The options selected during the installation are stored in the specified file that contains, among others, the following entries, for example, for Windows:

    #Choose Install Folder
    #---------------------
    USER_INSTALL_DIR=D:\\inubit80
    #Choose Install Set
    #------------------
    CHOSEN_FEATURE_LIST=IBIS,Tomcat,TomcatPE,AS4-GT,TomcatMan,benchmark,BPC,Karaf ES,BPC-Ana,BPC-Core,BPC-Dash,BPC-Mon,BPC-Int,BPC-Doc,BPC-iMon,BPC-iWeb,keycloak,JRE,Workbench,Doc,Tutorial,Plug-in,RC
    CHOSEN_INSTALL_FEATURE_LIST=IBIS,Tomcat,TomcatPE,AS4-GT,TomcatMan,benchmark,BPC,Karaf ES,BPC-Ana,BPC-Core,BPC-Dash,BPC-Mon,BPC-Int,BPC-Doc,BPC-iMon,BPC-iWeb,keycloak,JRE,Workbench,Doc,Tutorial,Plug-in,RC
    CHOSEN_INSTALL_SET=Benutze
    #Choose License File
    #-------------------
    USER_INPUT_LICENSE_FILE=D:\\inubitinstall\\inubit8.0\\license.xml
    USER_INPUT_BPC_LICENSE=D:\\inubitinstall\\bpc-be-license.jar
    #Choose Shortcut Location
    #------------------------
    USER_SHORTCUTS=C:\\inubit\\inubit80

Proceed as follows

  1. Open the command line.

  2. Start the installation.

    Call up the installation file corresponding to your operating system using the parameter -i console, for example:

    • Windows

    • Linux

    setupWinX64-<inubit version>.exe -i console
    setupLinuxX64-<inubit version>.bin -i console

    In the event under Linux the error message Unable to load and to prepare the installer in console or silent appears after selecting the language, set the following Java option before restarting the INUBIT installer:

    -Djava.awt.headless=true

    For this purpose, execute the following command in the terminal:

    export _JAVA_OPTIONS="-Djava.awt.headless=true"

    You are guided through the installation script, and you have to answer the questions to continue. If the parameter is missing, the installation wizard is displayed!

    Product features can be selected or deselected by specifying their numbering. If features are marked with an X, they are already selected and can be deselected by entering the corresponding number.

  3. Depending on your selected install set, proceed as follows:

Non-Interactive mode

Call up the installation file corresponding to your operating system with the response file created before using the parameter -i silent, for example:

  • Windows

  • Linux

setupWinX64-<inubit version>.exe -f <full path to response file> -i silent
setupLinuxX64-<inubit version>.bin -f <full path to response file> -i silent

Linux: If the installer fails with the error message Installer User Interface Mode Not Supported, it means that the DISPLAY variable is set. Perform export DISPLAY="" to solve this issue.

+ The installation starts using the given response file without either user interaction or output except the installation log file that is written to the installation directory.