Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools > Non-GUI Installation > Process of Unattended Installation and Configuration >

Running the Installation from the Command Line


After you have modified the appropriate siebel.ini files in the previous procedure, run the unattended installation from the command line. However, before running an unattended installation, be aware of the following guidelines:

  • Any data entry error that you make during installation is captured in the installation log file log.txt, located in the $SIEBEL_ROOT directory. Consider using the -log logfile option to create an additional setup initialization log file.
  • You must have a network image created to use for installation. For more details on creating a network image, see Creating a Network Image.

NOTE:  These instructions are for installing the Siebel Enterprise Server using unattended mode. Installation in unattended mode of other server products is similar.

To install in unattended mode

  • Navigate to the UNIX_OS/Server/Siebel_Enterprise_Server directory and enter:

    setupUNIX_OS -args SS_SETUP_INI=main_installer_siebel.ini_path

    where:

    • UNIX_OS (for the command) = Your UNIX operating system, such as aix, solaris, or hp.
    • UNIX_OS (for the directory path) = Your UNIX operating system, such as AIX, Solaris, or HPUX (for HP-UX).
    • main_installer_siebel.ini_path = The full path, including the filename, to the main installer siebel.ini file.

      NOTE:  If you directly copied DVD content (rather than using the network image utility, as described under Creating a Network Image), you might need to include the following in the command line: LanguageDir=language_directory_parent, which specifies the full path to the directory immediately above the language directory.

      For example, for German (DEU) on Solaris:

    setupsol -args SS_SETUP_INI=seasolunibase/Solaris/Server/Siebel_Enterprise_Server/siebel.ini

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