Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools > Non-GUI Installation >

Combining Console Mode and Unattended Mode Installation


If you want to run the installation and configuration together and not have to turn off the configuration settings in the siebel.ini file, you can combine console mode and unattended mode installation as described in the following procedure.

To combine console and unattended installation

  1. Provide default values in gtwysrvrcfg/siebel.ini and siebsrvrcfg/siebel.ini, as described under Configuration File (siebel.ini) Parameter Values.
  2. Modify the [ConfigGtwysrvr] and [ConfigSiebsrvr] sections of the main siebel.ini file for the Siebel Enterprise Server installer, as follows:

    [ConfigGtwysrvr]

    Condition = $(GatewaySelected)=yes,$(Patch)=no
    Execute = $(JavaHome)/bin/java
    Arg = -cp $(CDPath)/gtwysrvrcfg/setup.jar run -args SS_SETUP_INI=Full path to your modified gtwysrvrcfg configuration ini file, including the filename
    StringTable = $(UninstallPath)/table.txt

    [ConfigSiebsrvr]

    Condition = $(SiebelSelected)= yes,$(Patch)=no
    Execute = $(JavaHome)/bin/java
    Arg = -cp $(CDPath)/siebsrvrcfg/setup.jar run -args SS_SETUP_INI=Full path to your modified siebsrvrcfg configuration ini file, including the filename
    StringTable = $(UninstallPath)/table.txt

  3. Execute the following command:

    ./setupUNIX_OS -is:javaconsole -console -args SS_SETUP_INI=main_installer_siebel.ini_path

    where:

Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools