Implementing Siebel eBusiness Applications on DB2 UDB for OS/390 and z/OS > Siebel Database Server File Installation at Midtier > Siebel Database Server Software Installation >

Installing the Database Server Software Under UNIX


Complete the steps below to install the Siebel Database Server files under UNIX. You must already have a Siebel Server installed on the computer.

To install the database server software under UNIX

  1. Insert the Solaris|AIX Server Programs Language CD-ROM (where Language stands for the Language Pack you are installing) into the CD-ROM drive of the chosen computer.
  2. If required by your UNIX configuration, mount the CD.

  3. Log on to the server, using the Resonate Manager/Siebel service owner account that you recorded in your copy of Deployment Planning Worksheet then enter ksh to run a Korn shell. Mount the CD-ROM, if required, to make it accessible.
  4. The volume label for the CD is sfsaixlanguage2 or sfssollanguage2. The volume label might not be required, depending on how you access the CD-ROM.

  5. At the prompt, enter the following command:
  6. umask 027

    This command verifies that the permissions mask for your installation shell is set appropriately.

    CAUTION:  If you skip this step, the permissions might be set incorrectly on your Siebel application's installation files. This would require you to reset them before continuing with the installation.

  7. Start a shell and go to $SIEBEL_ROOT. Depending on the kind of shell you run, enter . ./siebenv.sh or source siebenv.csh to source environment variables.
  8. NOTE:  Make sure there is a space between the two periods in . ./siebenv.sh

  9. Enter env to review environment variable settings, and ensure that the Siebel environment variables SIEBEL_ROOT (the Siebel file installation directory) and LANG (the code for the Language Pack you are installing, such as ENU for U.S. English) are set correctly to the directory where the Siebel Server software is installed.
  10. NOTE:  If you change the location of $SIEBEL_ROOT, you can edit the value here to reflect the new path.

    SIEBEL_ROOT should be the path of your Siebel installation directory.

    LANGUAGE should be set to the language in which the Configuration Wizard prompts appear, for example, enu for U.S. English.

    NOTE:  LANGUAGE is not the same as LANG; LANGUAGE is the language in which the Configuration Wizard runs, while LANG is the code for the Language Pack you installed.

    If either of these values is incorrect or empty, reset them using one of the following commands, as appropriate to the shell you use:

    csh

    setenv SIEBEL_ROOT New Value

    setenv LANGUAGE New Value

    ksh

    SIEBEL_ROOT=New Value ; export SIEBEL_ROOT

    LANGUAGE=New Value; export LANGUAGE

  11. Go to the following directory on the CD-ROM:
  12. dbsrvr/install

  13. Enter ./install_dbsrvr to start the Siebel Database Server software installation script.
  14. The installation script displays the languages available in which to run the installation.

  15. Enter the number corresponding to the language in which you want to view installation prompts, for example, 1 for U.S. English (enu).
  16. The script displays the following message:

    The indicated packages are selected for installation
    [X] IBM DB2 UDB for Unix and Windows
    [ ] IBM DB2 UDB for OS/390 and z/OS
    [ ] Oracle Database Enterprise Edition
    [X] Sample File Attachments
    Would you like to accept these settings? (Y to install files, N to change) [Y]

    The databases displayed are the supported databases for this release.

  17. Indicate your database choices.
  18. The installer prompts you to select or decline the sample file attachments with your database files.

    CAUTION:  Make sure that you also select Sample File Attachments the first time you install the software. These must be copied to the Siebel File System directory after configuration; otherwise, the required file attachments will not be installed.

  19. Enter N or Y as appropriate.
  20. The installer displays the values you chose and prompts you to verify your choices.

  21. Confirm your choices:
  22. Review the packages selected for installation.
  23. Confirm your Language Pack choice:

 Implementing Siebel eBusiness Applications on DB2 UDB for OS/390 and z/OS 
 Published: 18 April 2003