본문 바로가기

ETL Tools/Oracle Data Integrator

[ODI 11g] silent mode install in oracle linux release 6

# /home/oracle/Response/odi_linux0519.rsp
[ENGINE]

#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0

[GENERIC]

#Provide the Oracle Home location. The location has to be the immediate child under the specified Middleware Home location ( Applicable only if any of the J2EE Server Components are selected ). The Oracle Home directory name may only contain alphanumeric , hyphen (-) , dot (.) and underscore (_) characters, and it must begin with an alphanumeric character. The total length has to be less than or equal to 128 characters. The location has to be an empty directory or a valid ODI Oracle Home.
ORACLE_HOME=/u01/app/oracle/product/Middleware/Oracle_ODI1

#Provide existing Middleware Home location.
MIDDLEWARE_HOME=/u01/app/oracle/product/Middleware

#Enter true if existing Master and Work repositories needs to be configured
USE EXISTING REPOSITORY=false

#Enter true if Repository Configuration needs to be skipped
SKIP REPOSITORY CREATION=true

#Provide a name for the agent to be created. In case of Configure existing repository flow, provide a name which is not registered already
AGENT NAME=AGT_DEFAULT

#Provide a port in which the agent needs to be configured.
AGENT PORT=8001

[SYSTEM]


[APPLICATIONS]

#Enter true if Server components needs to be installed and configured. The standalone agent will be configued
STANDALONE_AGENT=true

#Enter true if SDK component needs to be installed
ODI_SDK=true

#Enter true if STUDIO component needs to be installed
ODI_STUDIO=true

#Enter true if J2EE Agent needs to be installed. The user has to configured this component using Weblogic Configuration Wizard.
ORACLE_DATA_INTEGRATOR_J2EE_AGENT=true

#Enter true if ODI Console needs to be installed. The user has to configured this component using Weblogic Configuration Wizard.
ORACLE_DATA_INTEGRATOR_CONSOLE=true

#Enter true if Public Webservices needs to be installed. The user has to configured this component using Weblogic Configuration Wizard.
ORACLE_DATA_INTEGRATOR_PUBLIC_WEB_SERVICE=true


[RELATIONSHIPS]





[oracle@OELR6-WIDETNS Disk1]$ ./runInstaller -silent -response /home/oracle/Response/odi_linux0519.rsp
Starting Oracle Universal Installer...

Checking if CPU speed is above 300 MHz.    Actual 2000 MHz    Passed
Checking Temp space: must be greater than 500 MB.   Actual 33659 MB    Passed
Checking swap space: must be greater than 512 MB.   Actual 4991 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-05-19_01-45-28PM. Please wait ...[oracle@OELR6-WIDETNS Disk1]$ [WARN ][jrockit] MaxPermSize=512m ignored: Not a valid option for JRockit
Log: /home/oracle/oraInventory/logs/install2011-05-19_01-45-28PM.log
Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
Reading response file..
Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
Actual Result: redhat-6.0
Check complete. The overall result of this check is: Failed <<<<

Problem: This Oracle software is not certified on the current operating system.
Recommendation: Make sure you are installing the software on the correct platform.
Warning: Check:CertifiedVersions failed.
Expected result: 1024MB
Actual Result: 3036MB
Check complete. The overall result of this check is: Passed
TotalMemory Check: Success.
Verifying data......
Copying Files...
-----------20%----------40%----------60%----------80%--------100%

[CONFIG] Launching Config Actions....
Started Configuration:ODI Configuration
[CONFIG]:Create Agent Startup Scripts
[CONFIG] SUCCESS:Create Agent Startup Scripts
[CONFIG]:Configure Agent Parameters
[CONFIG] SUCCESS:Configure Agent Parameters
[CONFIG]:Configure ODI Parameters
[CONFIG] SUCCESS:Configure ODI Parameters
Configuration:ODI Configuration completed successfully
The installation of Oracle AS Common Toplevel Component, Oracle Data Integrator 11g completed successfully.

[oracle@OELR6-WIDETNS Disk1]$