Translate

Friday, 22 March 2013

11G Binary Silent mode Installation


Oracle 11.2.0.3 Binary Installation using Silent mode method

Hi DBA’s,


I have tried and completed the Silent Mode installation in Solaris for the Non-RAC Database setup.

Here am shared the Response file and logs for your view, try this in your test box first.

I hope it will be useful for you to avoid, GUI mode in Future.

 
Please check Response file carefully because, there are lot of changes from previous versions.
 
Please check where you need to set your environment.
 

Response file: Common Parameters for all environments


 

  • oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
  • oracle.install.option=INSTALL_DB_SWONLY
  • #ORACLE_HOSTNAME=
  • UNIX_GROUP_NAME=
  • INVENTORY_LOCATION=
  • SELECTED_LANGUAGES=en
  • ORACLE_HOME=
  • ORACLE_BASE=
  • oracle.install.db.InstallEdition=EE
  • oracle.install.db.EEOptionsSelection=false
  • oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.3.0,oracle.oraolap:11.2.0.3.0,oracle.rdbms.dm:11.2.0.3.0,oracle.rdbms.dv:11.2.0.3.0,oracle.rdbms.lbac:11.2.0.3.0,oracle.rdbms.rat:11.2.0.3.0
  • oracle.install.db.DBA_GROUP= < Provide Group Name>
  • oracle.install.db.OPER_GROUP=
  • #oracle.install.db.CLUSTER_NODES=
  • #oracle.install.db.isRACOneInstall=
  • #oracle.install.db.racOneServiceName=
  • #oracle.install.db.config.starterdb.type=
  • #oracle.install.db.config.starterdb.globalDBName=
  • #oracle.install.db.config.starterdb.SID=
  • oracle.install.db.config.starterdb.characterSet=UTF8
  • #oracle.install.db.config.starterdb.memoryOption=true
  • #oracle.install.db.config.starterdb.memoryLimit=
  • #oracle.install.db.config.starterdb.installExampleSchemas=false
  • #oracle.install.db.config.starterdb.enableSecuritySettings=true
  • #oracle.install.db.config.starterdb.password.ALL=
  • #oracle.install.db.config.starterdb.password.SYS=
  • #oracle.install.db.config.starterdb.password.SYSTEM=
  • #oracle.install.db.config.starterdb.password.SYSMAN=
  • #oracle.install.db.config.starterdb.password.DBSNMP=
  • #oracle.install.db.config.starterdb.control=DB_CONTROL
  • #oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL=
  • #oracle.install.db.config.starterdb.automatedBackup.enable=false
  • #oracle.install.db.config.starterdb.automatedBackup.osuid=
  • #oracle.install.db.config.starterdb.automatedBackup.ospwd=
  • #oracle.install.db.config.starterdb.storageType=
  • #oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=
  • #oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=
  • #oracle.install.db.config.asm.diskGroup=
  • #oracle.install.db.config.asm.ASMSNMPPassword=
  • #MYORACLESUPPORT_USERNAME=
  • #MYORACLESUPPORT_PASSWORD=
  • #SECURITY_UPDATES_VIA_MYORACLESUPPORT=
  • DECLINE_SECURITY_UPDATES=true
  • #PROXY_HOST=
  • #PROXY_PORT=
  • #PROXY_USER=
  • #PROXY_PWD=
  • #PROXY_REALM=
  • #COLLECTOR_SUPPORTHUB_URL=
  • oracle.installer.autoupdates.option=SKIP_UPDATES
  • oracle.installer.autoupdates.downloadUpdatesLoc=
  • #AUTOUPDATES_MYORACLESUPPORT_USERNAME=
  • #AUTOUPDATES_MYORACLESUPPORT_PASSWORD=



I have used the minimum requirement for my environment:

./runInstaller -silent -ignoreSysPrereqs -debug -force \
FROM_LOCATION=/home/oracle/orabinary/11GR2-Solaris64/database/stage/products.xml \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=dba \
INVENTORY_LOCATION=/MYDEVP/app/oraInventory \
ORACLE_HOME=/MYDEVP/app/oracle/product/db/11.2.0.3 \
ORACLE_HOME_NAME="OraDb11g_Home1" \
ORACLE_BASE=/MYDEVP/app/oracle \
oracle.install.db.InstallEdition=EE \
oracle.install.db.isCustomInstall=false \
oracle.install.db.DBA_GROUP=dba \
oracle.install.db.OPER_GROUP=dba \
DECLINE_SECURITY_UPDATES=true \
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
==========================================================================


Please check your logfile during installation.

You get following output during execution : (sample)
MYHOST=> cd
MYHOST=>./runInstaller -responseFile /database/response/db_install.rsp -silent -ignoreSysPrereqs
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 180 MB.   Actual 28287 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 28654 MB    Passed

The commandline for unzip:
/home/oracle/orabinary/11GR2-Solaris64/database/install/unzip -o ../stage/Components/oracle.jdk/1.5.0.30.03/1/DataFiles/\*.jar -d /tmp/OraInstall2013-03-21_07-44-44AM
Using the umask value '022' available from oraparam.ini

....
.....
.......

The installation of Oracle Database 11g was successful.
Please check '/MYDEVP/app/oraInventory/logs/silentInstall2013-03-21_07-49-50AM.log' for more details.

As a root user, execute the following script(s):
        1. /MYDEVP/app/oraInventory/orainstRoot.sh
        2. /MYDEVP/app/oracle/product/db/11.2.0.3/root.sh


Successfully Setup Software.
copying /MYDEVP/app/oraInventory/logs/oraInstall2013-03-21_07-49-50AM.out to /MYDEVP/app/oracle/product/db/11.2.0.3/cfgtoollogs/oui/oraInstall2013-03-21_07-49-50AM.out
copying /MYDEVP/app/oraInventory/logs/oraInstall2013-03-21_07-49-50AM.err to /MYDEVP/app/oracle/product/db/11.2.0.3/cfgtoollogs/oui/oraInstall2013-03-21_07-49-50AM.err
copying /MYDEVP/app/oraInventory/logs/installActions2013-03-21_07-49-50AM.log to /MYDEVP/app/oracle/product/db/11.2.0.3/cfgtoollogs/oui/installActions2013-03-21_07-49-50AM.log
copying /MYDEVP/app/oraInventory/logs/silentInstall2013-03-21_07-49-50AM.log to /MYDEVP/app/oracle/product/db/11.2.0.3/cfgtoollogs/oui/silentInstall2013-03-21_07-49-50AM.log

======================================================================
MYHOST#/MYDEVP/app/oraInventory/orainstRoot.sh
Changing permissions of /MYDEVP/app/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.
Changing groupname of /MYDEVP/app/oraInventory to dba.
The execution of the script is complete.

MYHOST#/MYDEVP/app/oracle/product/db/11.2.0.3/root.sh
Check /MYDEVP/app/oracle/product/db/11.2.0.3/install/root_MYHOST_2013-03-21_08-24-57.log for the output of root script

Performing root user operation for Oracle 11g
The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /MYDEVP/app/oracle/product/db/11.2.0.3
Creating /var/opt/oracle/oratab file...
Entries will be added to the /var/opt/oracle/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.

~
=====================================================================
 
 


 

No comments:

Post a Comment