Siebel Installation Guide for UNIX > Configuring Siebel Enterprise Server Components and the Siebel Web Server Extension >

Starting a Siebel Configuration Wizard


Use the following procedure to start a Siebel Configuration Wizard. You start the wizard from the command line. For more information about command-line syntax elements, see Siebel Configuration Wizard Syntax Elements.

As part of the following procedure, depending on which Configuration Wizards you are running, you must enter the necessary commands to source one of the following environment setup files, as appropriate, to configure or validate the environment.

  • cfgenv.csh or cfgenv.sh. Before you run the Siebel Enterprise Configuration Wizard, the Siebel Server Configuration Wizard, or the SWSE Configuration Wizard, you must source either cfgenv.csh (for C shell) or cfgenv.sh (for Bourne or Korn shell). These environment files are located in the installation directory for the installed module. For example for Siebel CRM version 8.1.1.11, modules might be installed in /siebel/8.1.1.11.0/ses/gtwysrvr, /siebel/8.1.1.11.0/ses/siebsrvr, or /siebel/8.1.1.11.0/sweapp. For more information, see the topics for performing the individual configuration tasks.
  • siebenv.csh or siebenv.sh. These files are created for two different Siebel Enterprise Server components: Siebel Gateway Name Server and Siebel Server.
    • After you run the Siebel Enterprise Configuration Wizard to configure the Siebel Enterprise, you must source either siebenv.csh (for C shell) or siebenv.sh (for Bourne or Korn shell). These environment files are created in the $SIEBEL_GATEWAY_ROOT installation directory. For more information, see Configuring the Siebel Enterprise.
    • After you run the Siebel Server Configuration Wizard to configure the Siebel Server, you must source either siebenv.csh (for C shell) or siebenv.sh (for Bourne or Korn shell). These environment files are created in the $SIEBSRVR_ROOT installation directory. For more information, see Configuring the Siebel Server.
  • dbenv.csh or dbenv.sh. Before you run the Database Configuration Wizard, you must source either dbenv.csh (for C shell) or dbenv.sh (for Bourne or Korn shell). Before you can source one of these files, you must create them by running the script CreateDbSrvrEnvScript. These environment files are created in the $SIEBSRVR_ROOT installation directory. For more information, see Installing the Siebel Database.

To start a Siebel Configuration Wizard

  1. Open a shell window.
  2. Source an environment setup file, as appropriate for the module you are configuring,
    • Before you run the Siebel Enterprise Configuration Wizard, the Siebel Server Configuration Wizard, or the SWSE Configuration Wizard, source either cfgenv.csh (for C shell) or cfgenv.sh (for Bourne or Korn shell). For more information, see the topics for performing the individual configuration tasks.
    • Before you run the Siebel Database Configuration Wizard, source either dbenv.csh (for C shell) or dbenv.sh (for Bourne or Korn shell). For more information, see Installing the Siebel Database.
  3. Navigate to the config subdirectory of the installed Siebel module that you want to configure within your $SIEBEL_ROOT directory. For example, for Siebel CRM version 8.1.1.11:
    • For configuring the Siebel Gateway Name Server or the Siebel Enterprise, navigate to a directory like /siebel/8.1.1.11.0/ses/config. Also navigate to this directory if you are configuring an SWSE logical profile.
    • For configuring the Siebel Server or the Siebel database, navigate to a directory like
      /siebel/8.1.1.11.0/ses/config
      .
    • For configuring the Siebel Web Server Extension (SWSE), navigate to a directory like
      /siebel/8.1.1.11.0/sweapp/config
      .
    • For configuring the Siebel Management Agent, navigate to a directory like /siebel/8.1.1.11.0/ses/config.
    • For configuring the Siebel Management Server (on Windows only), navigate to a directory like C:\sba81\mgmtsrvr\config or C:\sba82\mgmtsrvr\config.

      To start the Configuration Wizard to configure in GUI mode, go to the next step. For an unattended configuration (where applicable), go to Step 5.

  4. Enter a command similar to the following to start the Configuration Wizard:

    install_path/config/config -mode mode_name

    where:

    • install_path is the installation path for the installed Siebel module
    • mode_name specifies the Configuration Wizard to run, and is one of the following:
      • enterprise is for the Siebel Enterprise Configuration Wizard (includes tasks for configuring Siebel Gateway Name Server, Siebel Enterprise, and SWSE logical profile)
      • siebsrvr is for the Siebel Server Configuration Wizard
      • dbsrvr is for the Siebel Database Configuration Wizard
      • swse is for the Siebel Web Server Extension Configuration Wizard
      • mgmtagent is for the Siebel Management Agent Configuration Wizard
      • mgmtsrvr is for the Siebel Management Server Configuration Wizard (Windows only)

        Example commands follow for each of the modules listed, for different versions.

        Siebel Enterprise Configuration Wizard:

    /siebel/8.1.1.11.0/ses/config/config -mode enterprise

    /siebel/8.2.2.4.0/ses/config/config -mode enterprise

    Siebel Server Configuration Wizard:

    /siebel/8.1.1.11.0/ses/config/config -mode siebsrvr

    /siebel/8.2.2.4.0/ses/config/config -mode siebsrvr

    Siebel Database Configuration Wizard:

    /siebel/8.1.1.11.0/ses/config/config -mode dbsrvr

    /siebel/8.2.2.4.0/ses/config/config -mode dbsrvr

    Siebel Web Server Extension Configuration Wizard:

    /siebel/8.1.1.11.0/sweapp/config/config -mode swse

    /siebel/8.2.2.4.0/sweapp/config/config -mode swse

    Siebel Management Agent Configuration Wizard:

    /siebel/8.1.1.11.0/ses/config/config -mode mgmtagent

    /siebel/8.2.2.4.0/ses/config/config -mode mgmtagent

    Siebel Management Server Configuration Wizard (Windows only):

    C:\sba81\mgmtsrvr\config\config.bat -mode mgmtsrvr

    C:\sba82\mgmtsrvr\config\config.bat -mode mgmtsrvr

    Go to Step 6.

  5. For an unattended configuration, start the Configuration Wizard, using the appropriate command-line options:
    • If you are generating a response file, then start the wizard as described in Step 4 and also using the -skipValidation option. You must also specify to save the response file at the end of the wizard task. Use a command similar to the following:

    install_path/config/config -mode mode_name -skipValidation

    • If you are executing a response file you saved in a previous configuration session, then start the wizard using the -responseFile option, specifying the name of the response file to execute. Use a command similar to the following:

    install_path/config/config -mode mode_name -responseFile file_name

    where:

    • install_path is the installation path for the installed Siebel module (see examples in Step 4)
    • mode_name specifies the Configuration Wizard to run (see examples in Step 4)
    • file_name is the name of the response file you are executing

      NOTE:  For an unattended configuration, you would save and later execute separate response files for configuring Siebel Gateway Name Server, Siebel Enterprise, SWSE logical profile, Siebel Server, and Siebel Web Server Extension. Unattended configuration is not supported for the Siebel database, Siebel Management Agent, or Siebel Management Server.

      If you are generating a response file, then go to the next step. If you are executing a response file, then the Configuration Wizard runs in unattended mode and completes configuration.

  6. Respond to the prompts in the Configuration Wizard you are running:
  7. Click Exit Configuration to exit the Configuration Wizard.
  8. After you run the Siebel Enterprise Configuration Wizard or the Siebel Server Configuration Wizard, source either siebenv.csh (for C shell) or siebenv.sh (for Bourne or Korn shell). For more information, see Configuring the Siebel Enterprise and Configuring the Siebel Server.
Siebel Installation Guide for UNIX Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.