Installing Siebel Open Integration on Linux

This topic describes how to deploy Siebel Open Integration on Linux in interactive mode and silent mode. It includes the following sections:

  • Installing Siebel Open Integration on Linux in Interactive Mode

  • Installing Siebel Open Integration on Linux in Silent Mode

Installing Siebel Open Integration on Linux in Interactive Mode

Use a VNC session for the Linux GUI installation. After you download the Siebel Open Integration Linux installer artifacts, the following folders and files are included: archives,ext,jre,resources,openint_installer.properties,README,runInstaller (sh). Before starting the installation, review the instructions in the README.

To install Siebel Open Integration on Linux using the installer in interactive mode, do the following:

  1. Run runInstaller.sh to start the GUI installer.
  2. Select the installation directory, and then click Next.
  3. On the Component Selection screen, select the Siebel Open Integration checkbox, and then click Next.
  4. On the Summary screen, review the installation information, and then click Install. When the installation completes, the progress screen displays Installation Completed.
  5. Click Closeto exit the installer.
After the installation completes, go to the installation directory that you specified during installation to view the Siebel Open Integration artifacts and folders that were created. The installed directory includes the following folders and files:
apache-maven, compile_dependency, graalvm-jdk, logs, openint-deploy, uninstall, jq 
(app), jq (file), siebelinstall.rsp, start (shell), settings.xml.template, start (bat).
Note: Make sure that the installation directory is empty and that the Linux user has read and write permissions for it.

Installing Siebel Open Integration on Linux in Silent Mode

To perform a silent installation of Siebel Open Integration:

  1. Generate a response file by launching the installer and proceed to the Summary screen.
  2. On the Summary screen, click Save Response File, and then save the file as <Response File Name>.rsp in the directory of your choice.
  3. Run the following command to install Siebel Open Integration in silent mode:
    runInstaller.sh -silent -responseFile <Response File Name>.rsp

    In the above command, include the full path of the response file.

    After the command runs successfully, Siebel Open Integration is installed in the installation directory that you specified.

Note: Verify that the .rsp file specifies a valid path for SIEBEL_HOME_LOCATION. If this directory was used for a previous GUI installation, edit the .rsp file to point to a new, empty directory. Make sure the target directory is empty and that the user has read and write permissions for the Linux user.