DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: silent instalation of 9i db in linux 2.1

  1. #1
    Join Date
    Jan 2004
    Location
    Washington , USA
    Posts
    132

    silent instalation of 9i db in linux 2.1

    hi

    objective is looking for a silent installation document/URL to install 9i db on red hat advance server 2.1

    I have done GUI instalation of the same. No issues with it.

    Requirement is for silent installation and not GUI.
    no GUI screen should pop up during installation

    looked in google but not getting information about that from start to finish. what i meant was not all information in one doc or single

    getting information in bits and pieces in diff url.

    has any one tried or has a document or url link request u to forward

    Thanks in advance
    Gajanan

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    how about reading the installation guide which details how to create a response file? or even looking at the examples in the installation?

  3. #3
    Join Date
    Jan 2004
    Location
    Washington , USA
    Posts
    132
    we have to install from the files available in the installer and not by making any new response files.

    Request any one who has done this type steps how it was done

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    repsonse files are specific to your environment. Look at the exmaples ones provided and change them for your needs.

  5. #5
    Join Date
    Nov 2002
    Posts
    31

    Steps for Silent Installation

    I do the oracle Silent installation all the time. To get you started here are the steps in brief

    - preparation
    a. get the software unbundled
    b. create oratab and oraInst.loc file under /etc
    c. create user and groups for oracle
    d. make sure you have OS prereqisite rpms installed.

    - here is the sample responsefile
    [General]
    RESPONSEFILE_VERSION=1.7.0
    [SESSION]
    UNIX_GROUP_NAME="oinstall"
    FROM_LOCATION="/orasoftware/oracle/Disk1/stage/products.jar"
    ORACLE_HOME="/export/app/oracle/product/9.2.0"
    ORACLE_HOME_NAME="OHOME1"
    TOPLEVEL_COMPONENT={"oracle.server","9.2.0.4.0"}
    DEINSTALL_LIST={"oracle.server","9.2.0.4.0"}
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    SHOW_CUSTOM_TREE_PAGE=false
    SHOW_SUMMARY_PAGE=false
    SHOW_INSTALL_PROGRESS_PAGE=false
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
    SHOW_RELEASE_NOTES=false
    SHOW_ROOTSH_CONFIRMATION=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    NEXT_SESSION=false
    NEXT_SESSION_ON_FAIL=false
    SHOW_DEINSTALL_CONFIRMATION=false
    SHOW_DEINSTALL_PROGRESS=false
    [oracle.server_9.2.0.4.0]
    COMPONENT_LANGUAGES={"en"}
    INSTALL_TYPE="EE"

    -- change list line content to SE for standard edition

    -- fireup the cmd
    ./runInstaller -silent -responseFile oracleresponsefile.rsp

    -- you will need patch 3006854 to get it working on RH ES 3.0

    let me know if you need full document i have written on it.

  6. #6
    Join Date
    Jan 2004
    Location
    Washington , USA
    Posts
    132
    gcxp2001 it was nice of u to show the steps of silent installation.

    i request u to please send me the full document so i have it in records.

    u can send this in my hotmail id - gajanan_kini@hotmail.com.
    i see the mails regularly

    Thanks in advance
    -Gajanan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width