Installing and Deploying Siebel Open Integration
Siebel Open Integration can be deployed On Premise as well as on K8s clusters.
On Premise customers can deploy Siebel Open Integration either on Windows or Linux Platforms, based on the deployment choice.
Based on the deployment choice, please download Installer artefacts and proceed to relevant sections for detailed instructions.
Windows Installer
Interactive
Once Windows installer artefacts for Siebel Open Integration are downloaded, following folders/files will be shown -
archives, ext, jre, resources, openint_installer.properties, README, runInstaller (bat).-
Before starting the installation, go through the README. To start the Siebel Open Integration installation with the help of the installer, run the 'runInstaller.bat'
-
Run the 'runInstaller.bat' that will start the GUI installer window and choose the Installation Directory and click 'Next button'.
-
In the Component Selection screen, make sure to select the 'Siebel Open Integration' checkbox and click on 'Next' button.
-
In the 'Summary' screen, review the installation information and click on 'Install' button.
The installation progress screen will display the final installation status as 'Installation Completed.' now you can click the 'close' button to close the installer GUI window.
After Installation is Completed, navigate to the installation folder provided (during installation) to find out the Siebel Open Integration artefacts/folders created. Following folders/files will be appearing in the installed directory- apache-maven, compile_dependency, graalvm-jdk, logs, openint-deploy, uninstall, jq (app), jq (file), siebelinstall.rsp, start (shell), settings.xml.template, start (bat)
Silent
For silent installation of Siebel Open Integration, we need to generate the response file by launching the Installer and proceed till Summary.
In the Summary, Click 'Save Response File' button and save this file with <AnyName>.rsp in a selected path.
Check the .rsp file to have 'SIEBEL_HOME_LOCATION' valid path, if this directory is already used for GUI installation, edit the .rsp file to change to new empty path. Please make sure that this folder is empty and has the read and write permissions for the user.
runInstaller.bat -silent -responseFile <path_to_response_file>
Once the above command is executed successfully, you will find the Siebel Open Integration artefacts installed in the chosen folder/path.
Linux Installer
Interactive
-
Use VNC terminal for linux GUI installation.
Once Linux installer artefacts for Siebel Open Integration are downloaded, following folders/files will be shown -
archives, ext, jre, resources, openint_installer.properties, README, runInstaller (sh)
-
Before starting the installation, go through the README. To start the Siebel Open Integration installation with the help of the installer, run the 'runInstaller.sh'
-
Run the 'runInstaller.sh' that will start the GUI installer window and choose the Installation Directory and click 'Next button'.
-
In the Component Selection screen, make sure to select the 'Siebel Open Integration' checkbox and click on 'Next' button.
-
In the 'Summary' screen, review the installation information and click on 'Install' button.
The installation progress screen will display the final installation status as 'Installation Completed.' now you can click the 'close' button to close the installer GUI window.
After Installation is Completed, navigate to the installation folder provided (during installation) to find out the Siebel Open Integration artefacts/folders created. Following folders/files will be appearing in the installed directory- apache-maven, compile_dependency, graalvm-jdk, logs, openint-deploy, uninstall, jq (app), jq (file), siebelinstall.rsp, start (shell), settings.xml.template, start (bat)
Silent
-
For silent installation of Siebel Open Integration application we need to generate the response file by launching the GUI and proceed till Summary.
Click the 'Save Response File' button and save this file with <AnyName>.rsp in a selected path.
-
Use the above generated .rsp file along with its path in the below command to start the Siebel Open Integration in silent installation mode.
Check the .rsp file to have 'SIEBEL_HOME_LOCATION' valid path, if this directory is already used for GUI installation, edit the .rsp file to change to new empty path. Make sure that this folder is empty and has the read and write permissions for the linux user.
runInstaller.sh -silent -responseFile <path_to_response_file>
Once the above command is executed successfully, you will find the Siebel Open Integration artefacts installed/present in the chosen folder/path.