Implementing Siebel Business Applications on DB2 UDB for z/OS > Installing the Siebel Database on the DB2 Host > Running the Database Configuration Wizard >

Running the Database Configuration Wizard Under UNIX


The procedures in this topic describe how to do the following tasks on a UNIX platform:

  • Start the Database Configuration Wizard under UNIX
  • Save the configuration information you enter using the Database Configuration Wizard
  • Launch the Upgrade Wizard

To run the Database Configuration Wizard under UNIX

  1. Navigate to the Siebel root directory, for example, home/siebel/siebsrvr, and source environment variables, using one of the following commands, according to the type of shell you use:
    • Korn or Bourne shell

    . ./siebenv.sh

    TIP:   Make sure there is a space between the initial period and ./siebenv.sh.

    • C shell

    source siebenv.csh

  2. Review the values of the $SIEBEL_ROOT and LANGUAGE environment variables and verify that they are correct:
    • Set the LANGUAGE variable to the language in which the Database Configuration Wizard prompts appear, for example, enu for U.S. English.
    • Set the $SIEBEL_ROOT variable to the path of your Siebel Server installation directory, for example, home/siebel/siebsrvr.
  3. To reset the environment variables, use one of the following commands, as appropriate to the shell you use:
    • Korn or Bourne shell

    SIEBEL_ROOT=New Value; export SIEBEL_ROOT

    LANGUAGE=New Value; export LANGUAGE

    • C shell

    setenv SIEBEL_ROOT New Value

    setenv LANGUAGE New Value

  4. Start the Database Configuration Wizard by running the following command:

    $SIEBEL_ROOT/bin/ssincfgw -args MODEL_FILE=$SiebelRoot/admin/dbsrvr.scm MODE=LIVE

    For a description of the command line syntax and options, see Siebel Installation Guide for UNIX.

  5. The first Database Configuration Wizard screen appears. Enter the information you are prompted for in this screen, and click Next to continue.
  6. Enter the information you are prompted for in all subsequent screens. Use the Next and Back buttons to navigate to the next or previous screens.
  7. After you have entered all the requested information, the Configuration is Complete screen appears displaying the following message:

    Configuration is complete: configuration parameters will be saved to <$Masterfile> file when the wizard completes. Please run the following command line after you exit from this configuration wizard. This command will deploy the process you configured to the database.

    $SiebelRoot/siebsrvr/bin/srvrupgwiz /m $SiebelRoot/siebsrvr/bin/<$Masterfile>

  8. Click Next to continue. The utility displays the Parameter Review screen listing all the values you have entered.
  9. To amend any of the configuration values, click Back to return to the appropriate screen and make changes. Otherwise, click Next.
  10. You are prompted as to whether or not you want to execute the configuration:
    • Click No, and the configuration information you entered is not saved.
    • Click Yes, and the configuration information you entered is saved in a master file located in SIEBSRVR_ROOT/bin, but the Upgrade Wizard is not launched.
  11. To launch the Upgrade Wizard, navigate to the SIEBSRVR_ROOT/bin directory and run the following command:

    srvrupgwiz /m master_option_mf.ucf

    where master_option_mf.ucf is the name of the master file containing the configuration information you entered and option is the name of the Siebel database operation you selected. For example, enter the following command if you had selected the Install Database option:

    srvrupgwiz /m master_install_mf.ucf

    The Upgrade Wizard runs the SQL scripts to perform the task you selected when you ran the Database Configuration Wizard.

Implementing Siebel Business Applications on DB2 UDB for z/OS Copyright © 2008, Oracle. All rights reserved.