Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools > Installing in Unattended and Console Modes >

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.

NOTE:  This topic discusses Siebel Gateway Name Server and Siebel Server. Similar configuration can also be done for Siebel Web Server Extension.

To combine console and unattended installation

  1. Provide default values in gtwysrvrcfg/siebel.ini and siebsrvrcfg/siebel.ini, as described under Sample Parameter Values for siebel.ini Files for Unattended Configuration.
  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 -console -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 -console -args SS_SETUP_INI=Full path to your modified siebsrvrcfg configuration ini file, including the filename
    StringTable = $(UninstallPath)/table.txt

    CAUTION:  Do not modify the table.txt file.

  3. Execute the following command:

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

    where:

    • UNIX_OS = Your UNIX operating system, such as aix, hp, or sol.
    • main_installer_siebel.ini_path = The full path, including the filename, to the main installer siebel.ini file that you edited using the procedures in Editing siebel.ini Files for Console Mode Installation.
Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools