Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools > Creating the Siebel Installation Image on the Network > Creating a Siebel Installation Image >

Running Siebel Image Creator in Console Mode


This section describes how to run Siebel Image Creator in console mode. See also Running Siebel Image Creator in GUI Mode.

To run Siebel Image Creator in console mode

  1. From a DOS prompt, navigate to the directory where you downloaded Image Creator and the Siebel media files.
  2. Execute the following command:

    Windows_ImageCreator.exe -is:javaconsole -console

    NOTE:  There should be no spaces before and after the equals sign in the command.

    The console mode script for Image Creator appears. For details about each prompt, see Running Siebel Image Creator in GUI Mode.

    NOTE:  If you need to force overwriting of existing files in a Siebel Image Creator session, include the options -args Overwrite=yes. (The default behavior is equivalent to using Overwrite=no.) See also Troubleshooting Siebel Image Creation.

To run Siebel Image Creator in console mode on UNIX

  1. Open a new shell and navigate to the directory where you downloaded Image Creator and the Siebel media files.
  2. Execute the following command:

    ./UNIX_OS_ImageCreator -is:javaconsole -console

    where:

    • UNIX_OS = Your UNIX operating system, such as AIX, Solaris, or HPUX (for HP-UX).

      For example, on Solaris, you might enter:

    ./Solaris_ImageCreator -is:javaconsole -console

    NOTE:  There should be no spaces before and after the equals sign in the command.

    The console mode script for Image Creator appears. For details about each prompt, see Running Siebel Image Creator in GUI Mode.

    NOTE:  If you need to force overwriting of existing files in a Siebel Image Creator session, include the options -args Overwrite=yes. (The default behavior is equivalent to using Overwrite=no.) See also Troubleshooting Siebel Image Creation.

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